summaryrefslogtreecommitdiffstats
path: root/imap/imap.c
AgeCommit message (Expand)Author
2018-05-21Remove mutt_buffer_new() NULL retval checks.Kevin McCarthy
2018-01-06Merge branch 'stable'Kevin McCarthy
2018-01-06Change imap literal counts to parse and store unsigned ints.Kevin McCarthy
2018-01-06Fix improper signed int conversion of IMAP uid and msn values.Kevin McCarthy
2017-11-28Update copyright notices.Kevin McCarthy
2017-09-26Fix uses of context->changed as a counter.Kevin McCarthy
2017-09-22Add missing IMAP_CMD_POLL flag in imap buffy check.Kevin McCarthy
2017-09-22Fix imap sync segfault due to inactive headers during an expunge. (closes #3...Kevin McCarthy
2017-09-13Change imap copy/save and trash to sync flags, excluding deleted. (closes #39...Kevin McCarthy
2017-09-13Remove \Seen flag setting for imap trash. (see #3966) (see #3860)Kevin McCarthy
2017-07-22Add $imap_poll_timeout to allow mailbox polling to time out.Kevin McCarthy
2017-07-22Add timeout parameter to mutt_socket_poll.Kevin McCarthy
2017-07-19merge stableKevin McCarthy
2017-07-19Change imap_cmd_start() to return OK when the cmd_queue is finished. (closes ...Kevin McCarthy
2017-07-13drop unused flags argument from imap_accessBrendan Cully
2017-07-12merge stableKevin McCarthy
2017-07-12Fix crash when $postponed is on another server.Kevin McCarthy
2017-07-08fix signed/unsigned comparison in longest_common_prefixBrendan Cully
2017-05-22Don't clean up msn idata when closing an open-append mailbox. (see #3942)Kevin McCarthy
2017-05-22merge stableKevin McCarthy
2017-05-22Don't clean up idata when closing an open-append mailbox.Kevin McCarthy
2017-05-20Add msn_index and max_msn to find and check boundaries by MSN. (see #3942)Kevin McCarthy
2017-05-20Start fixing imap_read_headers() to account for MSN gaps. (see #3942)Kevin McCarthy
2017-05-20Fix imap expunge to match msn and fix index. (see #3942)Kevin McCarthy
2017-05-12Turn IMAP_EXPUNGE_EXPECTED back off when syncing. (closes #3940).Kevin McCarthy
2017-02-07Create function to free header cache data.Kevin McCarthy
2017-01-28Adds capability to edit x-labels inside mutt, and to sort by label.David Champion
2017-01-06Create a uid hash for imap. (see #3905)Kevin McCarthy
2016-11-13Create mx_ops.sync operation. Refactor compress to use the mx_ops.sync.Kevin McCarthy
2016-10-06Mark IMAP fast-trash'ed messages as read before copying. (see #3860)Kevin McCarthy
2016-08-01Convert mx_open_mailbox_append() to use ctx->mx_ops.Kevin McCarthy
2016-07-17Add imap-fast-trash patch.Kevin McCarthy
2016-06-23Change sidebar to consistently use realpath for context and buffy comparison.Kevin McCarthy
2016-06-18add commit_msg to struct mx_opsDamien Riegel
2016-06-18add close_msg to struct mx_opsDamien Riegel
2016-06-17Add open_msg to struct mx_opsDamien Riegel
2016-06-14Reset buffy->new for the current mailbox in IMAP.Kevin McCarthy
2016-06-07Make extended buffy independent of the sidebar.Kevin McCarthy
2016-06-04Add neomutt version of sidebar patch. (closes #3829)Richard Russon
2016-05-26add check operation to struct mx_opsDamien Riegel
2016-05-26add function imap_check_mailbox_reopenDamien Riegel
2016-05-25add open_new_msg operation to struct mx_opsDamien Riegel
2016-05-12Start decoupling mailbox operations.Damien Riegel
2016-05-09Change M_* symbols to MUTT_*Derek Martin
2016-03-26Fix error handling in sync_helper() and imap_sync_mailbox(). (closes #3817)Kevin McCarthy
2016-01-01Convert copyright years to all use 4 digit years.Kevin McCarthy
2016-01-01Update copyright notices.Kevin McCarthy
2014-07-17Add support for utf-8 mailboxes in imap.Kevin McCarthy
2015-07-21merge stableKevin McCarthy
2015-07-21Imap: Fix flag caching after sync.Kevin McCarthy