I am trying to read a mail containing a mime part as "message/rfc822" from
Gmail IMAP server.
total size of the mail is (340.836 KB)
mail_fetchheader - returns header of size as 1.284 KB
mail_fetchheader(vImapStream, msgno);
mail_fetch_text - returns the content text as 7.019 KB(which is partial, it
is breaking in b/w) - I expected this to report 339.552
mail_fetch_text(vImapStream, msgno, NIL, &len,
NIL);
mail_fetch_message - returns the full buffer with correct length(340.836
KB).
mail_fetch_message(vImapStream, msgno,
&len, NIL);
Why mail_fetch_text read reports wrong values?
As well as I noticed mail_fetchbody(vImapStream, msgno, pPartName, &len)
reports wrong values(partial buffer) if the partnumber points to a mime part
with "message/rfc822" content type.
Thanks in advance,
Manoj
_______________________________________________
Imap-uw mailing list
[email protected]
http://mailman2.u.washington.edu/mailman/listinfo/imap-uw