summaryrefslogtreecommitdiffstats
path: root/pop.c (follow)
Commit message (Expand)AuthorAgeLines
* Ensure pop_data is freed for mailbox and fetch-mail usage.Kevin McCarthy2022-08-30-4/+25
* Make sure username is included in header and body cache paths.Kevin McCarthy2022-02-17-2/+3
* Suggested translation changes.Kevin McCarthy2021-06-13-1/+1
* Add allow_8bit flag to sanitize_filename functions.Kevin McCarthy2021-05-01-1/+1
* Correct length to use LOFF_T.Kevin McCarthy2020-12-22-2/+2
* Add "headers" parameter to mx_open_message().Kevin McCarthy2020-12-12-18/+41
* Convert pop_fetch_message() to use buffer pool.Kevin McCarthy2019-10-23-13/+19
* Convert pop_read_header() to use buffer pool.Kevin McCarthy2019-10-23-6/+11
* Convert hcache_open to use buffer pool.Kevin McCarthy2019-09-27-2/+2
* Clean up code indentation.Kevin McCarthy2019-01-04-11/+11
* Remove trailing whitespace.Kevin McCarthy2018-12-31-5/+5
* Add mx operation save_to_header_cache.Kevin McCarthy2018-12-17-0/+17
* Sanitize POP bcache paths.Kevin McCarthy2018-07-13-6/+25
* Ensure UID in fetch_uidl.JerikoOne2018-07-13-0/+4
* Fix "format string is not a string literal" warnings. (closes #3949)TAKAHASHI Tamotsu2017-06-01-2/+2
* Change "allow_dups" into a flag at hash creation.Kevin McCarthy2017-02-10-1/+1
* Create function to free header cache data.Kevin McCarthy2017-02-07-1/+1
* Improve the label completion hash table usage.Kevin McCarthy2017-01-28-0/+2
* Create mx_ops.sync operation. Refactor compress to use the mx_ops.sync.Kevin McCarthy2016-11-13-1/+2
* Explicitly NULL unimplemented pop mx_ops functions.Kevin McCarthy2016-08-02-0/+2
* Convert mx_open_mailbox_append() to use ctx->mx_ops.Kevin McCarthy2016-08-01-0/+1
* Change sidebar to consistently use realpath for context and buffy comparison.Kevin McCarthy2016-06-23-0/+2
* add close_msg to struct mx_opsDamien Riegel2016-06-18-0/+6
* pass context in mx_close_messageDamien Riegel2016-06-18-1/+1
* Add open_msg to struct mx_opsDamien Riegel2016-06-17-1/+2
* add check operation to struct mx_opsDamien Riegel2016-05-26-1/+2
* Start decoupling mailbox operations.Damien Riegel2016-05-12-2/+6
* Change M_* symbols to MUTT_*Derek Martin2016-05-09-12/+12
* Convert copyright years to all use 4 digit years.Kevin McCarthy2016-01-01-1/+1
* Update copyright notices.Kevin McCarthy2016-01-01-1/+1
* fix typos in commentsOndřej Bílka2013-07-23-2/+2
* backout c1371176ea45Michael Elkins2013-04-11-17/+4
* fix various compiler warnings; most were due to unchecked return values from ...Michael Elkins2013-04-10-4/+17
* use of sscanf() had undefined behavior, replace with simple parsing insteadMichael Elkins2013-02-23-1/+10
* use a separate flag for mutt_hcache_store() to signal that the gettimeofday()...Michael Elkins2013-01-17-2/+2
* fix segfault in pop driver. when rereading the message header, the ENVELOPE*...hhorak2012-12-17-0/+7
* Pass buffer size to mutt_mktemp()Rocco Rutte2009-06-21-2/+2
* POP: Notify user when messages are lost. Closes #2226.TAKAHASHI Tamotsu2009-05-15-2/+13
* POP: Ignore already-deleted messages while syncing. Closes #2225.TAKAHASHI Tamotsu2009-05-15-1/+1
* POP: Support hcache updating, too.Rocco Rutte2009-04-26-0/+13
* Use safe_fclose() instead of fclose(), add fclose() to check_sec.shRocco Rutte2009-03-15-1/+1
* Update copyrights. Closes #3016.Brendan Cully2009-01-04-1/+1
* Respect ctx->quiet when initializing progress bar.N.J. Mann2008-03-11-2/+3
* POP: Name hcache the way IMAP does.Rocco Rutte2007-12-11-2/+34
* POP: Respect $message_cache_cleanRocco Rutte2007-12-11-1/+2
* Add percentages to progress bar optionally supplied by caller.Rocco Rutte2007-11-06-2/+2
* Add hcache path name hookBrendan Cully2007-04-10-2/+2
* Add tmp flag to bcache_put, create bcache_commit.Brendan Cully2007-03-31-8/+8
* Add function pointer for close hook in Context.Brendan Cully2007-03-30-0/+1
* Rename PROG_(SIZE|MSG) to M_PROGRESS_\1.Rocco Rutte2006-11-28-3/+3