search for: imap_fetchbody

Displaying 1 result from an estimated 1 matches for "imap_fetchbody".

2004 Oct 01
1
Dovecot/IMP Bug with RFC822.SIZE and BODYSTRUCTURE
Ok, I have narrowed my IMP/Dovecot attachment problem down to what I think is a bug in Dovecot. The test that follow are performed on 0.99.11. When you download an attachment in IMP it uses the php function imap_fetchbody() which contacts the IMAP server and retrieves just the mime chunk you are looking for. It does this by first fetching some information about the email, and then grabs the specific chunk you are looking for in a second request. The first request looks like this. "FETCH 258 (ENVELOPE BODY.PE...