summaryrefslogtreecommitdiffstats
path: root/pop.c
AgeCommit message (Collapse)Author
2001-11-05Missing gettext calls, noted by Byrial Jensen.Thomas Roessler
2001-11-05Vsevolod Volkov's fix for #851, and a related bug.Thomas Roessler
2001-10-31Advanced threading, v 5.1. From Daniel EisenbudThomas Roessler
<eisenbud@cs.swarthmore.edu>.
2001-09-04patch-bac.canonifypath-4.Thomas Roessler
The attached patch reverts the IMAP canonification patch I reverted a version ago (sorry for being so wishy-washy). This time I put in some code to preserve IMAP URL passwords in the initial pass, so people who like to use those sorts of URLs still can. That was the only reason I had reverted the patch before. (From Brendan Cully.)
2001-08-13fix content-length headers.Thomas Roessler
2001-05-10A slightly extended version of Dave Ewart's sleeptime patch.Thomas Roessler
2001-04-02Fix a buffer overrun. Noted by Gordon Sadler <gbsadler1@lcisp.com>;Thomas Roessler
#530.
2001-01-08Going through possible security problems with a fine comb. If youThomas Roessler
want to help, check out the current source, and run check_sec.sh.
2000-10-10Vsevolod Volkov's POP mailbox patch.Thomas Roessler
2000-10-04Adding support for Netscape's (pardon, Mozilla's) SSLThomas Roessler
implementation. From Michael Elkins.
2000-07-20Another IMAP patch from Brendan.Thomas Roessler
2000-07-20Use shared socket code, from Vsevolod Volkov.Thomas Roessler
2000-07-10Fix a bunch of cases where format parameters were missing from callsThomas Roessler
to mutt_message and mutt_error.
2000-05-10Fix a segmentation fault introduced by the change of pop_delete to aThomas Roessler
quad option.
2000-05-09Make pop_delete a quad-option. From Honza PazdzioraThomas Roessler
<adelton@informatics.muni.cz>.
2000-03-03The FSF apparently has moved.Thomas Roessler
2000-03-03Fix index updates when closing or synching mail folders fails.Thomas Roessler
There were some bug-fixes hidden in that code.
2000-02-17Do more error checking when writing messages to folders.Thomas Roessler
2000-01-06Update copyright notices for unstable.Thomas Roessler
1999-10-28Cosmetic POP fixes from Evan DiBiase <evand@telerama.com>.Thomas Roessler
1999-07-01Various patches from last week, including:Thomas Roessler
- new mh/maildir access code. - subscribe/unsubscribe - various fixes.
1999-01-07Get rid of RCS ids in source files. They are getting in our wayThomas Roessler
when merging changes.
1998-11-10Introduce or rewrite mutt_{str*cmp,strlen} and use them all over theThomas Roessler
place. If there are still segmentation faults due to missing NONULLs over, they are gone now.
1998-11-09L10 fixes from Gero Treuner.Thomas Roessler
1998-10-15Change "static char rcsid[]" to "static const char rcsid[]" to makemutt-0-94-13-relThomas Roessler
gcc shut up about this.
1998-10-13Add RCS $Id$ strings to (hopefully) all source files.Thomas Roessler
1998-10-07POP3 LAST support. From Jason Lavoie <jason@mint.net> by way ofThomas Roessler
Michael Elkins.
1998-10-03Source tree and make process changes. make dist and makeThomas Roessler
maintainer-clean should now work as they are supposed to.
1998-10-01Adding gettext support, based on the patch by Marco d'Itri.Thomas Roessler
1998-08-25CVS branch clean-up.Thomas Roessler
1998-06-08Initial revisionThomas Roessler