'Chilkat POP3: why sizes for the same email are different?
I'm using Chilkat library for .NET (9.5.0.85) and noticed that getting email sizes using POP3 for the same UIDL return different values. Unfortunately, the documentation is not clear enough to explain the differences. For instance, for the same UIDL:
MailMan.FetchMime().Lengthreturns12196MailMan.GetSizeByUidl()returns52867MailMan.FetchEmail().Sizereturns10569MailMan.FetchEmail().GetMimeBinary().Lengthreturns10575
Additionally, MailMan.FetchEmail().SaveEml() produces a file with size of 10575 which is the same as MailMan.FetchEmail().GetMimeBinary().Length.
Could someone please explain why 4 sizes above have different values?
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
