aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* More warning fixes (from FreeBSD 6.1).Matthias Andree2006-03-254-5/+7
| | | | svn path=/branches/BRANCH_6-3/; revision=4753
* Revise ai_canonname workaround comment.Matthias Andree2006-03-211-1/+2
| | | | svn path=/branches/BRANCH_6-3/; revision=4752
* Restructure, and add more protocol tags.Matthias Andree2006-03-211-12/+12
| | | | svn path=/branches/BRANCH_6-3/; revision=4751
* Work around C libraries that return a NULL in getaddrinfo()'s ai_canonname Matthias Andree2006-03-212-3/+14
| | | | | | | record, to avoid a segfault. Affects, for instance, FreeBSD 4.11. Reported and patched by "Voldemar" via fetchmail-users@. svn path=/branches/BRANCH_6-3/; revision=4750
* Fix thinko, TLS is Transport (rather than transaction) layer security.Matthias Andree2006-03-211-1/+1
| | | | svn path=/branches/BRANCH_6-3/; revision=4749
* * Added a section about RETR vs. TOP to the manual page.Matthias Andree2006-03-212-12/+51
| | | | | | * Changed section/subsection levels in some areas. svn path=/branches/BRANCH_6-3/; revision=4748
* Mark protocol 'auto' deprecated.Matthias Andree2006-03-171-0/+2
| | | | svn path=/branches/BRANCH_6-3/; revision=4747
* Snapshot 6.3.3.rc2.Matthias Andree2006-03-1510-3273/+3434
| | | | svn path=/branches/BRANCH_6-3/; revision=4745
* Further cleanups to compile with C++ compiler.Matthias Andree2006-03-1525-87/+86
| | | | svn path=/branches/BRANCH_6-3/; revision=4744
* Tighter check if strerror declaration is needed.Matthias Andree2006-03-152-3/+5
| | | | svn path=/branches/BRANCH_6-3/; revision=4743
* Add smbtypes.h.Matthias Andree2006-03-152-1/+10
| | | | svn path=/branches/BRANCH_6-3/; revision=4742
* Update showdots default.Matthias Andree2006-03-151-2/+2
| | | | svn path=/branches/BRANCH_6-3/; revision=4741
* Lower fastuidl default to 4 (was 10). Patch by Sunil Shetye.Matthias Andree2006-03-144-6/+8
| | | | svn path=/branches/BRANCH_6-3/; revision=4740
* Do not send EXPUNGE after NOOP-idling (Sunil Shetye's patch, fetchmail-users@).Matthias Andree2006-03-142-11/+20
| | | | svn path=/branches/BRANCH_6-3/; revision=4739
* Fix lost if ().Matthias Andree2006-03-141-0/+1
| | | | svn path=/branches/BRANCH_6-3/; revision=4738
* Update.Matthias Andree2006-03-142-714/+735
| | | | svn path=/branches/BRANCH_6-3/; revision=4737
* Fix more compiler warnings.Matthias Andree2006-03-1423-61/+95
| | | | svn path=/branches/BRANCH_6-3/; revision=4736
* Disable SDPS if POP3 is disabled.Matthias Andree2006-03-142-1/+9
| | | | svn path=/branches/BRANCH_6-3/; revision=4735
* merge Mirek's fetchmail-signed.patchMatthias Andree2006-03-1427-205/+220
| | | | svn path=/branches/BRANCH_6-3/; revision=4734
* Rename a methods and some variables to steer clear of C++ namespace.Matthias Andree2006-03-135-43/+43
| | | | svn path=/branches/BRANCH_6-3/; revision=4733
* add Mirek's fetchmail-lmtp.patch to fix an operator precedence bug '||' vs ','Matthias Andree2006-03-132-3/+4
| | | | svn path=/branches/BRANCH_6-3/; revision=4731
* Snapshot 6.3.3-rc1.Matthias Andree2006-03-109-2354/+2402
| | | | svn path=/branches/BRANCH_6-3/; revision=4729
* Add one translation, fix a fuzzy one, and fix two faulty translations.Matthias Andree2006-03-101-298/+302
| | | | svn path=/branches/BRANCH_6-3/; revision=4728
* Update copyright.Matthias Andree2006-03-101-2/+2
| | | | svn path=/branches/BRANCH_6-3/; revision=4727
* ./configure --quiet is now quieter (no SSL and fallback-related output).Matthias Andree2006-03-102-12/+13
| | | | svn path=/branches/BRANCH_6-3/; revision=4726
* Drop TODO, now empty. The build system will start generating from the olderMatthias Andree2006-03-101-5/+0
| | | | | | todo.html again, which is fine. svn path=/branches/BRANCH_6-3/; revision=4725
* Merge Sunil Shetye's patch to fix NOOP-based IDLE emulation.Matthias Andree2006-03-102-23/+32
| | | | | | | Bug reported by Casper Gripenberg and Brendan Lynch. Another patch (not merged) sent by Brendan Lynch. svn path=/branches/BRANCH_6-3/; revision=4724
* Add URL for fetchall keep UIDL fix.Matthias Andree2006-03-101-1/+2
| | | | svn path=/branches/BRANCH_6-3/; revision=4723
* Add comments to make the LAST/UIDL code easier to understand.Matthias Andree2006-03-041-5/+11
| | | | svn path=/branches/BRANCH_6-3/; revision=4721
* Allow UIDL recording in fetchall keep mode, to avoid re-fetching messages on ↵Matthias Andree2006-03-042-1/+5
| | | | | | subsequent polls without fetchall. Patch by Sunil Shetye. svn path=/branches/BRANCH_6-3/; revision=4720
* Properly credit Chris Boyle for NOOP emulation code for IMAP IDLE incapable ↵Matthias Andree2006-03-031-2/+6
| | | | | | | | servers. Thanks to Sunil Shetye for pointing this out. svn path=/branches/BRANCH_6-3/; revision=4719
* Move more stuff to trunk/TODO.Matthias Andree2006-03-031-28/+1
| | | | | | Remove fixed blank line printing. svn path=/branches/BRANCH_6-3/; revision=4718
* Load UID lists only after initializing report/syslog.Matthias Andree2006-03-032-8/+13
| | | | svn path=/branches/BRANCH_6-3/; revision=4716
* Stop printing blank lines in verbose syslog mode.Matthias Andree2006-03-032-2/+3
| | | | svn path=/branches/BRANCH_6-3/; revision=4715
* Remove dead variable and add a few comments on the 'invalid header' issue.Matthias Andree2006-03-031-3/+11
| | | | svn path=/branches/BRANCH_6-3/; revision=4714
* Clean out obsolete items.Matthias Andree2006-03-031-15/+0
| | | | svn path=/branches/BRANCH_6-3/; revision=4713
* Drop lots of 6.4 stuff, moved into trunk's TODO.Matthias Andree2006-03-031-43/+0
| | | | svn path=/branches/BRANCH_6-3/; revision=4712
* Consistency: Make --fetchall an alias for --all.Matthias Andree2006-03-033-4/+10
| | | | svn path=/branches/BRANCH_6-3/; revision=4710
* Fix spelling (add missing comma).Matthias Andree2006-03-031-1/+1
| | | | svn path=/branches/BRANCH_6-3/; revision=4709
* Rearrange 6.3.3 changes.Matthias Andree2006-03-031-4/+6
| | | | svn path=/branches/BRANCH_6-3/; revision=4708
* Add X9. Missing "Content-Transfer-Encoding" header with Domino IMAP. Thanks ↵Matthias Andree2006-03-032-1/+21
| | | | | | to Anthony Kim. svn path=/branches/BRANCH_6-3/; revision=4706
* Revise 'sendmail --' comment.Matthias Andree2006-03-011-1/+2
| | | | svn path=/branches/BRANCH_6-3/; revision=4705
* Allow --idle on the command line.Matthias Andree2006-03-013-5/+7
| | | | svn path=/branches/BRANCH_6-3/; revision=4704
* Allow --idle on the command line.Matthias Andree2006-03-011-3/+7
| | | | svn path=/branches/BRANCH_6-3/; revision=4703
* Note that original sendmail needs to omit --.Matthias Andree2006-03-011-2/+3
| | | | svn path=/branches/BRANCH_6-3/; revision=4702
* Note Debian Bug#353575 (null SDPS envelope sender replaced by local user ↵Matthias Andree2006-03-011-0/+3
| | | | | | info) fixed. svn path=/branches/BRANCH_6-3/; revision=4701
* Handle other clients concurrently accessing IMAP mailboxes better. Matthias Andree2006-03-012-11/+37
| | | | | | | | Fetchmail quits the poll if the EXPUNGE count does not match expectations, and servers not updating RECENT counts after EXPUNGE are handled in a better way. (Patch by Sunil Shetye.) svn path=/branches/BRANCH_6-3/; revision=4700
* suggest '/usr/sbin/sendmail \-i \-f %F \-\- %T' rather than ↵Matthias Andree2006-03-012-2/+4
| | | | | | '/usr/sbin/sendmail \-i \-f %F %T' as MDA svn path=/branches/BRANCH_6-3/; revision=4699
* Update.Matthias Andree2006-03-011-0/+2
| | | | svn path=/branches/BRANCH_6-3/; revision=4698
* "ssl" is a user option rather than a server option. Patch by Nico Golde. Matthias Andree2006-02-282-1/+3
| | | | | | Fixes Debian Bug#354661, reported by Keith Hellman. svn path=/branches/BRANCH_6-3/; revision=4697