aboutsummaryrefslogtreecommitdiffstats
path: root/TODO.txt
Commit message (Collapse)AuthorAgeFilesLines
* Mark AUTH issue TODOMatthias Andree2010-08-291-0/+2
|
* Mark repoll feature as TODO.Matthias Andree2010-08-281-0/+2
|
* Don't try to match trailing literals in sscanf,Matthias Andree2010-08-281-0/+3
| | | | | but rather note how much input was consumed, stop short of the string, and use strncasecmp to match explicitly.
* Add one TODO item.Matthias Andree2010-08-281-0/+2
|
* Note search.h ideas for UID.Matthias Andree2010-04-241-0/+2
|
* Update.Matthias Andree2010-04-241-3/+1
|
* Add memory leak item. Request --sslcertfile feature.Matthias Andree2010-04-131-0/+4
|
* Note Brooksby's listener issue.Matthias Andree2010-04-061-0/+2
|
* Import new trio version, disabling config.h #include.Matthias Andree2010-02-261-1/+0
|
* Drop BerliOS Bug #11576, fixed in 6.3.11.Matthias Andree2010-02-261-3/+0
|
* Remove invalid header issue from TODO.Matthias Andree2010-02-241-2/+0
|
* Mark Trio for update.Matthias Andree2010-02-101-0/+1
|
* Cleanup: change " \n" to "\n" where appropriate.Matthias Andree2010-02-101-2/+0
|
* Add logrotate support to TODO.Matthias Andree2009-11-221-0/+3
| | | | svn path=/branches/BRANCH_6-3/; revision=5458
* Add required documentation for Joost Roeleveld's virtual domain rewrite issue.Matthias Andree2009-09-231-0/+3
| | | | svn path=/branches/BRANCH_6-3/; revision=5435
* Add smtpaddress issue.Matthias Andree2009-09-231-0/+3
| | | | svn path=/branches/BRANCH_6-3/; revision=5434
* Update: verbose documentation, HOWTO.Matthias Andree2009-08-271-0/+4
| | | | svn path=/branches/BRANCH_6-3/; revision=5429
* Fix SMTP_ok to cache multiline reponses...Matthias Andree2009-08-201-5/+3
| | | | | | but there are more functions that need fixing (look for smtp_response). svn path=/branches/BRANCH_6-3/; revision=5425
* Mark removal of blank-before-LF in logs as TODO.Matthias Andree2009-08-201-0/+2
| | | | svn path=/branches/BRANCH_6-3/; revision=5424
* TODO: sslfingerprint and thereabouts.Matthias Andree2009-07-161-0/+4
| | | | svn path=/branches/BRANCH_6-3/; revision=5388
* Remove 'message delimiter found while scanning headers' error message.Matthias Andree2009-07-141-2/+0
| | | | | | | RFC-5322 allows for messages without the CRLF+body part, so fetchmail should not complain about legal messages. svn path=/branches/BRANCH_6-3/; revision=5387
* Add RFC5322 separator issueMatthias Andree2009-07-141-0/+2
| | | | svn path=/branches/BRANCH_6-3/; revision=5386
* Prepare 6.3.10 release.Matthias Andree2009-07-021-9/+8
| | | | svn path=/branches/BRANCH_6-3/; revision=5369
* TODO: Drop envelope guessing and spambounce option and other stuff.Matthias Andree2009-07-021-0/+4
| | | | svn path=/branches/BRANCH_6-3/; revision=5364
* add Debian Bug#531589.Matthias Andree2009-06-261-0/+1
| | | | svn path=/branches/BRANCH_6-3/; revision=5362
* Further updates to TODO.txt.Matthias Andree2009-06-181-2/+4
| | | | svn path=/branches/BRANCH_6-3/; revision=5360
* Add documentation issue to TODO.txt.Matthias Andree2009-06-171-0/+2
| | | | svn path=/branches/BRANCH_6-3/; revision=5359
* Add IPv4 literal address issue.Matthias Andree2009-06-151-0/+2
| | | | svn path=/branches/BRANCH_6-3/; revision=5358
* Update TODO.txt.Matthias Andree2009-06-141-11/+15
| | | | svn path=/branches/BRANCH_6-3/; revision=5355
* TODO: Change for 6.4 multidrop handling.Matthias Andree2009-05-311-0/+1
| | | | svn path=/branches/BRANCH_6-3/; revision=5352
* TODO: CAPABILITY improvementMatthias Andree2009-05-261-0/+1
| | | | svn path=/branches/BRANCH_6-3/; revision=5345
* Update.Matthias Andree2009-05-251-4/+2
| | | | svn path=/branches/BRANCH_6-3/; revision=5340
* Always treat 530 SMTP codes as temporary.Matthias Andree2009-05-251-2/+0
| | | | | | | These are usually configuration errors (missing TLS/SSL). Patch partially taken from Petr Cerny, Novell's Bugzilla 246829. svn path=/branches/BRANCH_6-3/; revision=5339
* Enforce minimum recommended SMTP timeouts, apply to EHLO/LHLO as well.Matthias Andree2009-05-251-2/+0
| | | | | | | | | | | | | | | | | | | | Short timeouts could cause fetchmail to not wait long enough for the "250 Ok" after shipping a long message, particularly with synchronous mailers and extensive spam filtering. This caused fetchmail to re-fetch long messages. While the actual fix is making sure that the timeout is no shorter than the time the SMTP server takes to process the message, we now enforce the minimum RFC-5321 recommended timeouts even if the user configures a lower timeout. This is to fix Berlios Bug #10972, reported by Viktor Binzberger. NOTE: it is untested whether we will properly delete the message from the POP3/IMAP server or mark it as seen, as the upstream server may close the connection sooner. svn path=/branches/BRANCH_6-3/; revision=5338
* SA-2007-02 was published, remove from TODO.Matthias Andree2009-05-251-1/+0
| | | | svn path=/branches/BRANCH_6-3/; revision=5337
* Drop Ubuntu #64152. Won't fix.Matthias Andree2009-05-251-3/+0
| | | | | | They should instead compile with resolver or fix it. svn path=/branches/BRANCH_6-3/; revision=5334
* Drop closed Ubuntu bug #151333 - insufficient info.Matthias Andree2009-05-251-2/+0
| | | | svn path=/branches/BRANCH_6-3/; revision=5323
* Treat permanent delivery errors as temporary (configurable).Matthias Andree2009-05-241-4/+3
| | | | | | | | | | | | | | | | Fetchmail no longer drops permanently undelivered messages by default, to match historic documentation. It does this by adding a new "softbounce" option, see below. Fixes Debian Bug#471283, demotes Debian Bug#494418 to wishlist. There is a new "softbounce" global option that prevents the deletion of messages that have not been forwarded. It defaults to "true" for fetchmail 6.3.X in order to match historic documentation. This may change its default in the next major release. NOTE: untested. svn path=/branches/BRANCH_6-3/; revision=5315
* Link the two TODO documents to each other.Matthias Andree2009-05-241-0/+2
| | | | svn path=/branches/BRANCH_6-3/; revision=5301
* Revert incompatible pre/post-connect cmd fix part.Matthias Andree2009-05-041-0/+3
| | | | | | ...and postpone for fetchmail 6.4. svn path=/branches/BRANCH_6-3/; revision=5296
* Add suggestion for new %-based ticker.Matthias Andree2009-05-041-0/+2
| | | | svn path=/branches/BRANCH_6-3/; revision=5277
* Add details on implementation of latest work item.Matthias Andree2009-05-041-0/+4
| | | | svn path=/branches/BRANCH_6-3/; revision=5276
* Add Michelle's problem "several catchalls to one user cannot be ↵Matthias Andree2009-05-041-0/+18
| | | | | | distinguished" as a TODO item. svn path=/branches/BRANCH_6-3/; revision=5275
* Drop and close Debian Bug#480851.Matthias Andree2009-04-231-1/+0
| | | | svn path=/branches/BRANCH_6-3/; revision=5268
* Improve documentation: --logfile requires --daemon modeMatthias Andree2008-07-081-0/+1
| | | | | | | | | | Make this clearer, and document that --daemon is the wait interval after completing a cycle before starting the next, so that poll time count towards the interval. Also take a note to make logfile more useful (used more often). svn path=/branches/BRANCH_6-3/; revision=5216
* Documentation and program output now /consistently/ claim that theMatthias Andree2008-06-301-0/+2
| | | | | | | | | rcfile must not have more than 0700 (u=rwx,g=,o=) permissions, but fetchmail will still silently accept additional g=x permissions for compatibility with previous 6.2.X and 6.3.X versions. Inconsistency (program 0710, manpage 0600) reported by Petr Uzel. svn path=/branches/BRANCH_6-3/; revision=5211
* Optimize UID list handling.Matthias Andree2008-05-291-0/+2
| | | | svn path=/branches/BRANCH_6-3/; revision=5189
* Add a feature idea.Matthias Andree2008-05-281-0/+1
| | | | svn path=/branches/BRANCH_6-3/; revision=5188
* Add debugging aid.Matthias Andree2008-05-211-0/+6
| | | | svn path=/branches/BRANCH_6-3/; revision=5184
* Add yet another Launchpad Ubuntu bug (can't download mail with long Cc:).Matthias Andree2008-05-131-0/+2
| | | | svn path=/branches/BRANCH_6-3/; revision=5183