Windows 10 reached EOS (end of support) on October 14, 2025. If you are on Windows 10, see this article.

Søg i Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Læs mere

Thunderbird increases the size of email message

  • 3 svar
  • 0 har dette problem
  • 45 visninger
  • Seneste svar af sfhowes
  • Løst

Knowing that an email message should be kept below the size of 25MB, I was trying to make my attachments smaller than that. Yet when I was sending a message with no text and 1 attachment the size of 21.5MB, I got a warning that I was trying to send a message the size of 29.4MB. Where does this come from?

Knowing that an email message should be kept below the size of 25MB, I was trying to make my attachments smaller than that. Yet when I was sending a message with no text and 1 attachment the size of 21.5MB, I got a warning that I was trying to send a message the size of 29.4MB. Where does this come from?
Vedhæftede skærmbilleder

Valgt løsning

Based on the information provided by david, I found the following link: Base64 https://en.wikipedia.org/wiki/Base64

Quotation from the above link:

the actual length of MIME-compliant Base64-encoded binary data is usually about 137% of the original data length (4⁄3×78⁄76)

21.5MB * 1.37 = 29.455MB, which matches the value you saw.

Læs dette svar i sammenhæng 👍 0

Alle svar (3)

SMTP is for 'Simple Mail Transfer Protocol' and, when initially released, was just for text. When the world decided it wanted to also send attachments, the system was adjusted to package attachments into a format that 'appeared' as text to the process, yet could be reconstructed on the receiving side. If you press Cntl and 'u' to a sent message that had an attachment, you will see an example of this. That repackaging increases the eventual size. My explanation, I'm sure, isn't 100% accurate in wording or sequence of events, but repackaging is what caused that size increase.

Valgt løsning

Based on the information provided by david, I found the following link: Base64 https://en.wikipedia.org/wiki/Base64

Quotation from the above link:

the actual length of MIME-compliant Base64-encoded binary data is usually about 137% of the original data length (4⁄3×78⁄76)

21.5MB * 1.37 = 29.455MB, which matches the value you saw.

Encoding attachments adds about 33% to the message size, so a message with a 21 MB attachment results in a message size of about 28 MB. Some services specify a maximum message size, others a maximum attachment size.

Stil et spørgsmål

Du skal logge ind på din konto for at svare på et indlæg. Start et nyt spørgsmål, hvis du ikke har en konto endnu.