summaryrefslogtreecommitdiffstats
path: root/imap/command.c
AgeCommit message (Expand)Author
2018-06-14Initial support for OAUTHBEARER for IMAP.Brandon Long
2018-01-07cmd_handle_fatal: make error message a bit more descriptiveFabian Groffen
2018-01-07Merge branch 'stable'Kevin McCarthy
2018-01-07Fix imap status count range check.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-10-15Add polling for the IDLE command. (closes #3957)Kevin McCarthy
2017-09-27Make cmd_parse_fetch() more precise about setting reopen/check flags.Kevin McCarthy
2017-09-22Close the imap socket for the selected mailbox on error.Kevin McCarthy
2017-09-14Improve imap fetch handler to accept an initial UID. (closes #3969)Kevin McCarthy
2017-07-22Add $imap_poll_timeout to allow mailbox polling to time out.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-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 cmd_parse_fetch() to match against MSN. (see #3942)Kevin McCarthy
2017-05-20Fix imap expunge to match msn and fix index. (see #3942)Kevin McCarthy
2017-03-31Remove SidebarNeedsRedraw.Kevin McCarthy
2017-01-06Convert cmd_parse_search to use the uid hash. (closes #3905)Kevin McCarthy
2017-01-04Fix imap server-side search to call uid2msgno() only once. (see #3905)Kevin McCarthy
2016-07-25Fix imap buffy msg_count overwrite issue.Richard Russon
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-09Change M_* symbols to MUTT_*Derek Martin
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
2013-10-06Ensure that BUFFER variables are initialized to prevent later attemptsAaron Schrab
2013-10-05Consistently use mutt_buffer_init functionAaron Schrab
2012-12-15make imap_private.h include message.h for IMAP_HEADER_DATA definitionMichael Elkins
2011-12-03Declare many structures const (closes #3552)Dan Fandrich
2011-06-25Parentheses suggestedBrendan Cully
2011-06-25Do not subscribe to \noselect mailboxes. Closes #3445Brendan Cully
2010-09-13Restore the previous behaviour of checking for new messages in imap folders w...Emanuele Giaquinta
2010-09-12add $mail_check_recent boolean to control whether Mutt will notify about all ...Michael Elkins
2009-06-28Not being able to start an IMAP command is a fatal error.Brendan Cully
2009-01-05Report CREATE failuresBrendan Cully
2009-01-04Updated copyrightsBrendan Cully
2009-01-03Raise debug level for several messagesBrendan Cully
2008-10-30Add imap_account_match wrapper over mutt_account_match that canonicalizesEmanuele Giaquinta
2008-08-29Use sorted headers in imap_exec_msgset. Fixes [e68f79fef249].Brendan Cully
2008-08-28The msgset changes seem buggy. Reverting pending further testing.Brendan Cully
2008-08-28Split long IMAP commands for the benefit of lazy servers (closes #3000).Brendan Cully
2008-08-25Introduce $imap_pipeline_depth.Brendan Cully
2008-08-25Rework IMAP command queueing to allow pipelining to be disabled.Brendan Cully
2008-05-22Escape LSUB mailbox names given to mutt_parse_rc_line.Brendan Cully
2007-11-08Turn down some debug logging levelsBrendan Cully
2007-04-10Add imap_hcache_del; minor cleanupsBrendan Cully
2007-04-04Only reset UIDNEXT if new mail has been detected.Brendan Cully