aboutsummaryrefslogtreecommitdiffstats
path: root/odmr.c
Commit message (Collapse)AuthorAgeFilesLines
* etrn.c, odmr.c, pop2.c: declare NULL con-/destructorsMatthias Andree2021-08-271-0/+2
|
* Fix a few Intel C++ remarks and warnings.Matthias Andree2010-04-271-1/+0
|
* Report unknown ODMR error in full, escaping unprintables.Matthias Andree2010-04-271-3/+7
|
* Refactoring: Rename smtp_open() to smtp_setup()Matthias Andree2010-02-101-1/+1
|
* Enforce minimum recommended SMTP timeouts, apply to EHLO/LHLO as well.Matthias Andree2009-05-251-1/+1
| | | | | | | | | | | | | | | | | | | | 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
* Fix more compiler warnings.Matthias Andree2006-03-141-0/+2
| | | | svn path=/branches/BRANCH_6-3/; revision=4736
* merge Mirek's fetchmail-signed.patchMatthias Andree2006-03-141-2/+2
| | | | svn path=/branches/BRANCH_6-3/; revision=4734
* Fix a few compiler warnings through casts.Matthias Andree2006-01-111-2/+2
| | | | | | Make MD5Update argument const. svn path=/branches/BRANCH_6-3/; revision=4621
* * SMTP/LMTP cleanup to fix these two bugs:Matthias Andree2005-12-201-2/+2
| | | | | | | | | - switch back to SMTP after having tried LMTP hosts (multiple smtphost hosts) - switch back to LMTP after sending a bounce. The patch removes the global state variable that was the root of this problem. Patch by Sunil Shetye. svn path=/branches/BRANCH_6-3/; revision=4581
* Revise some error messages so they are less confusing. Sunil Shetye.Matthias Andree2005-11-101-1/+1
| | | | svn path=/trunk/; revision=4401
* Expunge between IMAP folders when polling multiple folders. Sunil Shetye.Matthias Andree2005-09-211-0/+1
| | | | | | Fix IMAP expunged message counting. Sunil Shetye. svn path=/trunk/; revision=4301
* Remove port/service dualism and make everything a service.Matthias Andree2005-08-021-7/+2
| | | | svn path=/trunk/; revision=4219
* Make ODMR really silent. Debian Bug#296163.Matthias Andree2005-07-231-1/+2
| | | | svn path=/trunk/; revision=4168
* Compiler warnings fixes, preprocessor and minor general cleanup.Matthias Andree2004-06-181-1/+1
| | | | svn path=/trunk/; revision=3901
* Quench some GCC 3.4 warnings by making sure that all int arguments are ↵Matthias Andree2004-06-111-1/+1
| | | | | | marked int and swapping words so that static is first in the line. svn path=/trunk/; revision=3882
* Sunil Shetye's fix for SSL configuration.Eric S. Raymond2004-01-131-1/+0
| | | | svn path=/trunk/; revision=3875
* Sunil's transaction patches.Eric S. Raymond2003-10-151-0/+1
| | | | svn path=/trunk/; revision=3858
* Routine updates, including the latest Shetye patch.Eric S. Raymond2002-12-261-0/+1
| | | | svn path=/trunk/; revision=3778
* ODMR verbosity fix.Eric S. Raymond2002-10-181-1/+12
| | | | svn path=/trunk/; revision=3741
* Various cleanup patches.Eric S. Raymond2002-04-091-0/+3
| | | | svn path=/trunk/; revision=3612
* Other routine fixups.Eric S. Raymond2002-04-011-3/+4
| | | | svn path=/trunk/; revision=3604
* Expose the ESMTP name and password options.Eric S. Raymond2002-03-101-1/+3
| | | | svn path=/trunk/; revision=3596
* _( -> GT_(Eric S. Raymond2001-09-241-13/+13
| | | | svn path=/trunk/; revision=3478
* XCosmetic fix.Eric S. Raymond2001-07-021-2/+2
| | | | svn path=/trunk/; revision=3391
* Ready to ship.Eric S. Raymond2001-07-021-1/+7
| | | | svn path=/trunk/; revision=3389
* Implemented fetchdomains.Eric S. Raymond2001-06-241-14/+6
| | | | svn path=/trunk/; revision=3373
* First round of ODMR fixes.Eric S. Raymond2001-06-241-3/+16
| | | | svn path=/trunk/; revision=3372
* SA_RESTART and portability fixes.Eric S. Raymond2001-05-121-0/+3
| | | | svn path=/trunk/; revision=3301
* Shrouding is now done over a narrower scope.Eric S. Raymond2001-03-141-1/+0
| | | | svn path=/trunk/; revision=3252
* We can specify the authentication command now.Eric S. Raymond2001-02-111-1/+1
| | | | svn path=/trunk/; revision=3062
* AIX portability fix.Eric S. Raymond2001-02-081-0/+3
| | | | svn path=/trunk/; revision=3037
* Copy loop has monitoring and termination now.Eric S. Raymond2001-02-071-1/+12
| | | | svn path=/trunk/; revision=3030
* Initial revisionEric S. Raymond2001-02-071-0/+222
svn path=/trunk/; revision=3029