aboutsummaryrefslogtreecommitdiffstats
path: root/odmr.c
Commit message (Collapse)AuthorAgeFilesLines
* 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