summaryrefslogtreecommitdiffstats
path: root/imap/command.c
AgeCommit message (Expand)Author
2021-01-27Convert all mutt_atoX functions to behave strictly.Kevin McCarthy
2021-01-22Add -nonotify argument to mailboxes commandRene Kita
2020-12-20Typo in a L10N text.Vincent Lefevre
2020-07-06Directly add/remove mailboxes for IMAP.Kevin McCarthy
2020-06-13Add basic XOAUTH2 support.Kevin McCarthy
2020-05-31Try to automatically reconnect to an open IMAP mailbox on error.Kevin McCarthy
2020-03-31Convert mutt_parse_rc_line() to use real buffer to hold the line.Kevin McCarthy
2020-03-30Ensure rc_line err BUFFER is always dynamic.Kevin McCarthy
2019-11-30imap: add support for COMPRESS=DEFLATE, RFC 4978Fabian Groffen
2019-06-10Allow imap_cmd_finish() to both expunge and fetch new mail.Kevin McCarthy
2019-06-06Enable the idata->check_status using bit operations.Kevin McCarthy
2019-06-05Fix dropped new mail notifications when an EXPUNGE_PENDING is set.Kevin McCarthy
2019-04-24Add RECURSIVEMATCH LIST-EXTENDED selection option to query.Kevin McCarthy
2019-04-23Improve hierarchy information accuracy in IMAP browserNaveen Nathan
2019-04-16Convert BUFFER->path to a BUFFER.Kevin McCarthy
2019-03-10Minor buffer handling code cleanup.Kevin McCarthy
2019-01-04Clean up formatting.Kevin McCarthy
2019-01-04Clean up code indentation.Kevin McCarthy
2018-12-31Remove trailing whitespace.Kevin McCarthy
2018-10-08Create mutt_buffer_add_printf().Kevin McCarthy
2018-08-13Only sync CONDSTORE and QRESYNC on the initial download.Kevin McCarthy
2018-08-11Always check UID vs MSN when handling FETCH.Kevin McCarthy
2018-08-11Add QRESYNC support.Kevin McCarthy
2018-08-11Add utility functions for QRESYNC support.Kevin McCarthy
2018-08-11Add basic CONDSTORE support when fetching initial messages.Kevin McCarthy
2018-07-16Merge branch 'stable'Kevin McCarthy
2018-07-13Verify IMAP status mailbox literal count size.Kevin McCarthy
2018-07-13Handle NO response without message properlyJerikoOne
2018-07-13Fix buffer size check in cmd_parse_lsub.Kevin McCarthy
2018-07-07Merge branch 'stable'Kevin McCarthy
2018-07-07Properly quote IMAP mailbox names when (un)subscribing.Kevin McCarthy
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