folder_imap_create() - removed, code now in mailbox_imap_open().
imap_mailbox_name_match() - new function, uses strcasecmp() for INBOX, since INBOX is itself in any case combination, and fnmatch() otherwise. imap_list() - mailbox name (an ASTRING) wasn't being unquoted. folder_imap_list() - always failed to match it's name arg against the mailbox name (imap_list needed to unquote the name, and the name comparison needed to treat INBOX specially).
Showing
1 changed file
with
59 additions
and
66 deletions
-
Please register or sign in to post a comment