aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* More warning fixes (from FreeBSD 6.1).Matthias Andree2006-03-254-5/+7
* Revise ai_canonname workaround comment.Matthias Andree2006-03-211-1/+2
* Restructure, and add more protocol tags.Matthias Andree2006-03-211-12/+12
* Work around C libraries that return a NULL in getaddrinfo()'s ai_canonname Matthias Andree2006-03-212-3/+14
* Fix thinko, TLS is Transport (rather than transaction) layer security.Matthias Andree2006-03-211-1/+1
* * Added a section about RETR vs. TOP to the manual page.Matthias Andree2006-03-212-12/+51
* Mark protocol 'auto' deprecated.Matthias Andree2006-03-171-0/+2
* Snapshot 6.3.3.rc2.Matthias Andree2006-03-1510-3273/+3434
* Further cleanups to compile with C++ compiler.Matthias Andree2006-03-1525-87/+86
* Tighter check if strerror declaration is needed.Matthias Andree2006-03-152-3/+5
* Add smbtypes.h.Matthias Andree2006-03-152-1/+10
* Update showdots default.Matthias Andree2006-03-151-2/+2
* Lower fastuidl default to 4 (was 10). Patch by Sunil Shetye.Matthias Andree2006-03-144-6/+8
* Do not send EXPUNGE after NOOP-idling (Sunil Shetye's patch, fetchmail-users@).Matthias Andree2006-03-142-11/+20
* Fix lost if ().Matthias Andree2006-03-141-0/+1
* Update.Matthias Andree2006-03-142-714/+735
* Fix more compiler warnings.Matthias Andree2006-03-1423-61/+95
* Disable SDPS if POP3 is disabled.Matthias Andree2006-03-142-1/+9
* merge Mirek's fetchmail-signed.patchMatthias Andree2006-03-1427-205/+220
* Rename a methods and some variables to steer clear of C++ namespace.Matthias Andree2006-03-135-43/+43
* add Mirek's fetchmail-lmtp.patch to fix an operator precedence bug '||' vs ','Matthias Andree2006-03-132-3/+4
* Snapshot 6.3.3-rc1.Matthias Andree2006-03-109-2354/+2402
* Add one translation, fix a fuzzy one, and fix two faulty translations.Matthias Andree2006-03-101-298/+302
* Update copyright.Matthias Andree2006-03-101-2/+2
* ./configure --quiet is now quieter (no SSL and fallback-related output).Matthias Andree2006-03-102-12/+13
* Drop TODO, now empty. The build system will start generating from the olderMatthias Andree2006-03-101-5/+0
* Merge Sunil Shetye's patch to fix NOOP-based IDLE emulation.Matthias Andree2006-03-102-23/+32
* Add URL for fetchall keep UIDL fix.Matthias Andree2006-03-101-1/+2
* Add comments to make the LAST/UIDL code easier to understand.Matthias Andree2006-03-041-5/+11
* Allow UIDL recording in fetchall keep mode, to avoid re-fetching messages on ...Matthias Andree2006-03-042-1/+5
* Properly credit Chris Boyle for NOOP emulation code for IMAP IDLE incapable s...Matthias Andree2006-03-031-2/+6
* Move more stuff to trunk/TODO.Matthias Andree2006-03-031-28/+1
* Load UID lists only after initializing report/syslog.Matthias Andree2006-03-032-8/+13
* Stop printing blank lines in verbose syslog mode.Matthias Andree2006-03-032-2/+3
* Remove dead variable and add a few comments on the 'invalid header' issue.Matthias Andree2006-03-031-3/+11
* Clean out obsolete items.Matthias Andree2006-03-031-15/+0
* Drop lots of 6.4 stuff, moved into trunk's TODO.Matthias Andree2006-03-031-43/+0
* Consistency: Make --fetchall an alias for --all.Matthias Andree2006-03-033-4/+10
* Fix spelling (add missing comma).Matthias Andree2006-03-031-1/+1
* Rearrange 6.3.3 changes.Matthias Andree2006-03-031-4/+6
* Add X9. Missing "Content-Transfer-Encoding" header with Domino IMAP. Thanks t...Matthias Andree2006-03-032-1/+21
* Revise 'sendmail --' comment.Matthias Andree2006-03-011-1/+2
* Allow --idle on the command line.Matthias Andree2006-03-013-5/+7
* Allow --idle on the command line.Matthias Andree2006-03-011-3/+7
* Note that original sendmail needs to omit --.Matthias Andree2006-03-011-2/+3
* Note Debian Bug#353575 (null SDPS envelope sender replaced by local user info...Matthias Andree2006-03-011-0/+3
* Handle other clients concurrently accessing IMAP mailboxes better. Matthias Andree2006-03-012-11/+37
* suggest '/usr/sbin/sendmail \-i \-f %F \-\- %T' rather than '/usr/sbin/sendma...Matthias Andree2006-03-012-2/+4
* Update.Matthias Andree2006-03-011-0/+2
* "ssl" is a user option rather than a server option. Patch by Nico Golde. Matthias Andree2006-02-282-1/+3