summaryrefslogtreecommitdiffstats
path: root/imap
AgeCommit message (Expand)Author
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-30Add unread and total message count format strings to $folder_format.Kevin McCarthy
2016-07-25Fix imap buffy msg_count overwrite issue.Richard Russon
2016-07-17Add imap-fast-trash patch.Kevin McCarthy
2016-07-17Add the trash folder patch.Kevin McCarthy
2016-07-08Don't overwrite imap_status->uidnext with a lower value. (closes #3771)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 imap_commit_message functionDamien 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-04-10Add error message string for imap_mailbox_rename() on root folder.Kevin McCarthy
2016-03-26Fix error handling in sync_helper() and imap_sync_mailbox(). (closes #3817)Kevin McCarthy
2016-03-23Prevent renaming root folder in imap.Kevin McCarthy
2016-03-23Fix uninitialized prompt buffer in imap_mailbox_rename(). (closes #3819)Kevin McCarthy
2016-03-17Fix three build warnings when DEBUG isn't defined.Richard Russon
2016-01-19Make sasl authentication buffers dynamically sized. (see #3804)Kevin McCarthy
2016-01-01Convert copyright years to all use 4 digit years.Kevin McCarthy
2016-01-01Update copyright notices.Kevin McCarthy
2015-11-21Remove redundant mbox delimiter check in imap_browse(). (closes #3646)Kevin McCarthy
2015-09-13Add translation comments and improvements.Kevin McCarthy
2015-09-06Fix double-decode during IMAP browse.Kevin McCarthy
2014-07-17Add support for utf-8 mailboxes in imap.Kevin McCarthy
2015-07-23Fix compiler type warnings. (closes #3765)Kevin McCarthy
2015-07-22Fix a few small compiler warnings. (See #3638)Kevin McCarthy
2015-07-21merge stableKevin McCarthy
2015-07-21Imap: Fix flag caching after sync.Kevin McCarthy
2015-07-09Use $(VAR) instead of @VAR@ in Makefile.am files. (closes #3664)Kevin McCarthy
2015-06-26Fix IMAP segfault due to NULL capstr.Kevin McCarthy
2015-01-15Send the IMAP \Draft flag when postponing a message.Kevin McCarthy
2015-01-26Corrected various spelling mistakes (most of them reported by codespell).Vincent Lefevre
2014-10-11add check-syntax target for flymakeBrendan Cully
2013-10-06Ensure that BUFFER variables are initialized to prevent later attemptsAaron Schrab
2013-10-05Consistently use mutt_buffer_init functionAaron Schrab
2013-07-23fix typos in commentsOndřej Bílka
2013-04-11backout c1371176ea45Michael Elkins
2013-04-10fix various compiler warnings; most were due to unchecked return values from ...Michael Elkins
2013-01-17use a separate flag for mutt_hcache_store() to signal that the gettimeofday()...Michael Elkins
2012-12-30add __FREE_CHECKED__Michael Elkins
2012-12-20fix forgotten RETSIGTYPE change id [18a724e9eba0]Michael Elkins
2012-12-15make imap_private.h include message.h for IMAP_HEADER_DATA definitionMichael Elkins