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

Sök i support

Akta dig för supportbedrägerier: Vi kommer aldrig att be dig att ringa eller skicka ett sms till ett telefonnummer eller dela personlig information. Rapportera misstänkt aktivitet med alternativet "Rapportera missbruk".

Läs mer

Thunderbird increases the size of email message

  • 3 svar
  • 0 har detta problem
  • 45 visningar
  • Senaste svar av 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?
Bifogade skärmdumpar

Vald 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 svaret i sitt sammanhang 👍 0

Alla 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.

Vald 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.

Ställ en fråga

Du måste logga in på ditt konto för att svara på inlägg. Vänligen starta en ny fråga om du inte har ett konto ännu.