On Monday, September 23, 2013 7:09 AM, Guillermo Martínez 
<gmarti...@burdjia.com> wrote: 
> Hi, 
>  
> I'm receiving some of the messages from this mailing list coding in an 
> odd format: A block of characters and digits without any sense.  For 
> example, the one I quoted at the end of this mail. Does somebody knows 
> why? 

that's base64 encoding... what you quoted does not show the 
content-transfer-encoding line which tells you if it is 

"BASE64" or "QUOTED-PRINTABLE" or "8BIT" or "7BIT" or "BINARY" or x-token

i've been dealing with something similar in my recent bouts with the synapse 
mime library and decoding sewly arrived email posts...


_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Reply via email to