First draft to set `property' on the mailbox, setting a property
will permit to change the behaviour of the mailbox. For example POP3 and IMAP4 streams are RFC822 meaning they end with "\r\n", Now I'm doing ugly hack to convert it and maintain the offset, that does not work well. Rather lets put the trouble on the client ;-) but by setting property_set ("RFC822_FORMAT"); the conversion "\r\n" can still be done. But it will be up to the client to do the offset calculation.
Showing
8 changed files
with
373 additions
and
4 deletions
include/mailutils/property.h
0 → 100644
mailbox/property.c
0 → 100644
-
Please register or sign in to post a comment