When I get a UUEncoded attachment, the body encoding member "encoding" is 6, but all I see in mail.h is:

#define ENC7BIT 0       /* 7 bit SMTP semantic data */
#define ENC8BIT 1       /* 8 bit SMTP semantic data */
#define ENCBINARY 2     /* 8 bit binary data */
#define ENCBASE64 3     /* base-64 encoded data */
#define ENCQUOTEDPRINTABLE 4    /* human-readable 8-as-7 bit data */
#define ENCOTHER 5      /* unknown */
#define ENCMAX 10       /* maximum encoding code */

Where is 6 coming from?

SHanw
_______________________________________________
Imap-uw mailing list
[email protected]
https://mailman1.u.washington.edu/mailman/listinfo/imap-uw

Reply via email to