ChangeLog: Update.
doc/mailbox.texi: ? imap4d/fetch.c: Cool! Things are finally falling in place for the fetch, pieces missing: bodystructures, body[header.fields], body[header.fields.not]. I need to find a way to cleanly check the spacing, I got things like: * FETCH 1 ( FLAGS ( \Read \Seen )) Which is compliant but too many spaces at the compliant it should be * FETCH 1 (FLAGS (\Read \Seen )) imap4d/imap4d.h imap4d/util.c : New helper function util_token(). mailbox/mbx_imap.c : getting the size of the subparts from the bodystructure.
Showing
5 changed files
with
203 additions
and
68 deletions
-
Please register or sign in to post a comment