aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Update.Matthias Andree2006-02-221-1/+2
| | | | svn path=/branches/BRANCH_6-3/; revision=4696
* Update.Matthias Andree2006-02-221-0/+3
| | | | svn path=/branches/BRANCH_6-3/; revision=4695
* Preliminary UNTESTED workaround for SDPS null envfrom (Debian Bug#353575).Matthias Andree2006-02-221-1/+7
| | | | svn path=/branches/BRANCH_6-3/; revision=4694
* Add two more items for the 6.3.3 cycle.Matthias Andree2006-02-211-0/+5
| | | | svn path=/branches/BRANCH_6-3/; revision=4693
* Specify minimum versions and options for automake consistently, bump ↵Matthias Andree2006-02-172-3/+3
| | | | | | automake version to 1.8 (was 1.5). svn path=/branches/BRANCH_6-3/; revision=4691
* Update.Matthias Andree2006-02-171-0/+22
| | | | svn path=/branches/BRANCH_6-3/; revision=4690
* updateMatthias Andree2006-02-171-5/+8
| | | | svn path=/branches/BRANCH_6-3/; revision=4689
* Remove junk.Matthias Andree2006-02-024-295/+0
| | | | svn path=/branches/BRANCH_6-3/; revision=4687
* Update info on netrc segfault.Matthias Andree2006-01-301-2/+4
| | | | svn path=/branches/BRANCH_6-3/; revision=4685
* Craig Leres: only overwrite password if the pointer is non-NULL. Avoids a ↵Matthias Andree2006-01-302-2/+11
| | | | | | crash in .netrc files with missing passwords. svn path=/branches/BRANCH_6-3/; revision=4684
* add fetchmail 6.3.2 to "Not affected" above.Matthias Andree2006-01-251-1/+3
| | | | svn path=/branches/BRANCH_6-3/; revision=4683
* Bless readonly mailboxes for --keep.Matthias Andree2006-01-231-5/+6
| | | | svn path=/branches/BRANCH_6-3/; revision=4682
* Remove LaTeX-ish command with no corresponding HTML entity.Matthias Andree2006-01-231-1/+1
| | | | svn path=/branches/BRANCH_6-3/; revision=4681
* Clean up after build.Matthias Andree2006-01-221-1/+1
| | | | svn path=/branches/BRANCH_6-3/; revision=4680
* Update.Matthias Andree2006-01-221-1/+1
| | | | svn path=/branches/BRANCH_6-3/; revision=4679
* Add debug package to NEWS.Matthias Andree2006-01-221-0/+1
| | | | svn path=/branches/BRANCH_6-3/; revision=4677
* Add debug package (really).Matthias Andree2006-01-221-2/+2
| | | | svn path=/branches/BRANCH_6-3/; revision=4676
* Remove BUGS, add debugpackage macro for newer RPM versions.Matthias Andree2006-01-221-1/+3
| | | | svn path=/branches/BRANCH_6-3/; revision=4674