imap4d: rewrite subscription support from scratch.
This still needs some more work because imap4d does not check whether the objects being subscribed to are valid folders or mailboxes. * imap4d/imap4d.h (open_subscription): New prototype. * imap4d/lsub.c (imap4d_lsub): Rewrite using MU properties. * imap4d/subscribe.c (open_subscription): New function. (imap4d_subscribe): Rewrite using MU properties. * imap4d/unsubscribe.c (imap4d_unsubscribe): Rewrite using MU properties. * examples/mblconv.c: New file. * examples/Makefile.am: Add mblconv.c
Showing
6 changed files
with
137 additions
and
143 deletions
examples/mblconv.c
0 → 100644
-
Please register or sign in to post a comment