Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Drop PS_TRUNCATED (27), which is never returned. | Matthias Andree | 2006-12-16 | 1 | -2/+0 |
| | | | | svn path=/branches/BRANCH_6-3/; revision=4991 | ||||
* | When the server name cannot be canonicalized, log the gai_strerror value. | Matthias Andree | 2006-09-26 | 1 | -2/+3 |
| | | | | svn path=/branches/BRANCH_6-3/; revision=4916 | ||||
* | Add IMAP AUTH=EXTERNAL support. BerliOS Patch #1095. | Matthias Andree | 2006-08-14 | 1 | -1/+1 |
| | | | | | | | Courtesy of Götz 'nimrill' Babin-Ebell. This patch also makes --sslproto arguments case insensitive. svn path=/branches/BRANCH_6-3/; revision=4896 | ||||
* | Wrap getaddrinfo() and block SIGALRM where needed. | Matthias Andree | 2006-08-14 | 1 | -4/+4 |
| | | | | | | Also wrap freeaddrinfo() without added functionality. svn path=/branches/BRANCH_6-3/; revision=4895 | ||||
* | Ignore SIGPIPE, EPIPE must suffice as error. | Matthias Andree | 2006-08-14 | 1 | -22/+5 |
| | | | | | | Calling longjmp() from a signal handler is unsafe. svn path=/branches/BRANCH_6-3/; revision=4893 | ||||
* | switch setjmp/longjmp to sigsetjmp/siglongjmp | Matthias Andree | 2006-08-13 | 1 | -15/+4 |
| | | | | svn path=/branches/BRANCH_6-3/; revision=4892 | ||||
* | Freeaddrinfo() fix for Uli Zappe's bug. | Matthias Andree | 2006-08-07 | 1 | -1/+11 |
| | | | | | | This might fix Debian Bug#294547 and Bug#377135. svn path=/branches/BRANCH_6-3/; revision=4880 | ||||
* | Keep all non-error syslog messages on one line per downloaded message. | Matthias Andree | 2006-08-01 | 1 | -5/+3 |
| | | | | svn path=/branches/BRANCH_6-3/; revision=4874 | ||||
* | * IMAP4 patch by Sunil Shetye: | Matthias Andree | 2006-05-21 | 1 | -3/+3 |
| | | | | | | | - do not depend on server updating RECENT counts at all - also enter IDLE loop when messages are present on the server. svn path=/branches/BRANCH_6-3/; revision=4847 | ||||
* | Consistency: rename preprocessor label. | Matthias Andree | 2006-05-10 | 1 | -1/+1 |
| | | | | svn path=/branches/BRANCH_6-3/; revision=4821 | ||||
* | Document that qmail-pop3d miscalculates the message sizes. | Matthias Andree | 2006-05-08 | 1 | -0/+3 |
| | | | | svn path=/branches/BRANCH_6-3/; revision=4817 | ||||
* | Add folder information to headers in tracepoll mode. | Matthias Andree | 2006-04-01 | 1 | -0/+2 |
| | | | | | | Reported by Terry Brown. svn path=/branches/BRANCH_6-3/; revision=4764 | ||||
* | Work around C libraries that return a NULL in getaddrinfo()'s ai_canonname | Matthias Andree | 2006-03-21 | 1 | -1/+9 |
| | | | | | | | 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 | ||||
* | Further cleanups to compile with C++ compiler. | Matthias Andree | 2006-03-15 | 1 | -7/+6 |
| | | | | svn path=/branches/BRANCH_6-3/; revision=4744 | ||||
* | Fix lost if (). | Matthias Andree | 2006-03-14 | 1 | -0/+1 |
| | | | | svn path=/branches/BRANCH_6-3/; revision=4738 | ||||
* | Fix more compiler warnings. | Matthias Andree | 2006-03-14 | 1 | -18/+21 |
| | | | | svn path=/branches/BRANCH_6-3/; revision=4736 | ||||
* | merge Mirek's fetchmail-signed.patch | Matthias Andree | 2006-03-14 | 1 | -3/+2 |
| | | | | svn path=/branches/BRANCH_6-3/; revision=4734 | ||||
* | Rename a methods and some variables to steer clear of C++ namespace. | Matthias Andree | 2006-03-13 | 1 | -10/+10 |
| | | | | svn path=/branches/BRANCH_6-3/; revision=4733 | ||||
* | Stop printing blank lines in verbose syslog mode. | Matthias Andree | 2006-03-03 | 1 | -2/+2 |
| | | | | svn path=/branches/BRANCH_6-3/; revision=4715 | ||||
* | Fix a few compiler warnings through casts. | Matthias Andree | 2006-01-11 | 1 | -2/+2 |
| | | | | | | Make MD5Update argument const. svn path=/branches/BRANCH_6-3/; revision=4621 | ||||
* | Drop line from 6.4.0 patch that accidentally hit the branch. | Matthias Andree | 2005-12-13 | 1 | -1/+0 |
| | | | | svn path=/branches/BRANCH_6-3/; revision=4542 | ||||
* | Merge patch by Sunil Sheteye to fix five bugs: | Matthias Andree | 2005-12-13 | 1 | -12/+46 |
| | | | | | | | | | | | | * Close SMTP sockets early, to reduce resource usage, trigger earlier delivery with some MTAs and avoid SIGPIPE (SIG 13) when the SMTP listener gets bored and drops the connection after timeout. * Don't treat hitting a fetch limit (PS_MAXFETCH) as error. * Fix negative "messages left on server" on idle/repoll with fetchlimit. * Properly track logout stage (STAGE_LOGOUT). * Preserve error conditions across postconnect script. svn path=/branches/BRANCH_6-3/; revision=4541 | ||||
* | Plug potential memory and socket leak when polling multiple folders or when ↵ | Matthias Andree | 2005-12-08 | 1 | -1/+3 |
| | | | | | | the upstream sends bogus message sizes. Patch by Sunil Shetye. svn path=/branches/BRANCH_6-3/; revision=4527 | ||||
* | In oversized warning messages, print the account name, too. Fixes Debian | Matthias Andree | 2005-11-17 | 1 | -4/+4 |
| | | | | | | Bug#213299. Sunil Shetye. svn path=/trunk/; revision=4456 | ||||
* | Revise some error messages so they are less confusing. Sunil Shetye. | Matthias Andree | 2005-11-10 | 1 | -6/+7 |
| | | | | svn path=/trunk/; revision=4401 | ||||
* | Pass the tag to ->trail method. | Matthias Andree | 2005-11-09 | 1 | -2/+2 |
| | | | | svn path=/trunk/; revision=4395 | ||||
* | Rename isafile -> is_a_file, isidletimout -> is_idletimeout | Matthias Andree | 2005-09-25 | 1 | -3/+3 |
| | | | | | | to keep clear of ctype.h namespace. svn path=/trunk/; revision=4322 | ||||
* | Make SSL connection failures PS_SOCKET (not PS_AUTHFAIL). Reported by Thomas ↵ | Matthias Andree | 2005-09-21 | 1 | -1/+1 |
| | | | | | | Wolff. svn path=/trunk/; revision=4314 | ||||
* | Expunge between IMAP folders when polling multiple folders. Sunil Shetye. | Matthias Andree | 2005-09-21 | 1 | -0/+8 |
| | | | | | | Fix IMAP expunged message counting. Sunil Shetye. svn path=/trunk/; revision=4301 | ||||
* | Merge Sunil Shetye's --limitflush patch. | Matthias Andree | 2005-09-17 | 1 | -21/+24 |
| | | | | svn path=/trunk/; revision=4289 | ||||
* | Large protocol independence patch. | Matthias Andree | 2005-08-28 | 1 | -71/+12 |
| | | | | svn path=/trunk/; revision=4280 | ||||
* | Remove port/service dualism and make everything a service. | Matthias Andree | 2005-08-02 | 1 | -16/+1 |
| | | | | svn path=/trunk/; revision=4219 | ||||
* | Get rid of alloca() in fetchmail. | Matthias Andree | 2005-07-31 | 1 | -15/+17 |
| | | | | svn path=/trunk/; revision=4209 | ||||
* | Plug memory leaks. | Matthias Andree | 2005-07-31 | 1 | -0/+3 |
| | | | | svn path=/trunk/; revision=4197 | ||||
* | INCOMPATIBLE: DROP --netsec/-T option, NET_SECURITY macro - the required ↵ | Matthias Andree | 2005-07-30 | 1 | -2/+2 |
| | | | | | | library is no longer available. svn path=/trunk/; revision=4192 | ||||
* | strcpy -> strlcpy, strcat -> strlcat | Matthias Andree | 2005-07-30 | 1 | -5/+5 |
| | | | | svn path=/trunk/; revision=4186 | ||||
* | Add a comment. | Matthias Andree | 2005-07-26 | 1 | -1/+1 |
| | | | | svn path=/trunk/; revision=4185 | ||||
* | Delete oversized messages with --flush when daemon mode isn't used. | Matthias Andree | 2005-07-23 | 1 | -8/+5 |
| | | | | | | Debian Bug#212240. svn path=/trunk/; revision=4173 | ||||
* | Add a comment. | Matthias Andree | 2005-07-23 | 1 | -0/+6 |
| | | | | svn path=/trunk/; revision=4166 | ||||
* | Fix Debian bug #301964, socket leak. | Matthias Andree | 2005-07-20 | 1 | -1/+1 |
| | | | | svn path=/trunk/; revision=4127 | ||||
* | Fix memset() argument order. | Matthias Andree | 2005-07-03 | 1 | -1/+1 |
| | | | | svn path=/trunk/; revision=4085 | ||||
* | Use getaddrinfo to canonicalize hostnames if INET6_ENABLE. Patch by Matthias ↵ | Matthias Andree | 2005-07-03 | 1 | -1/+32 |
| | | | | | | Andree. svn path=/trunk/; revision=4078 | ||||
* | i18n fixes, cs.po updates, by Miloslav Trmac. | Matthias Andree | 2005-07-03 | 1 | -6/+5 |
| | | | | svn path=/trunk/; revision=4076 | ||||
* | Nalin Dahyabhai's fix for driver.c to not call the private Kerberos | Matthias Andree | 2005-07-03 | 1 | -1/+0 |
| | | | | | | krb5_init_ets() function. Sent by Miloslav Trmac. svn path=/trunk/; revision=4070 | ||||
* | Add two comments to lengthy setjmp() code. | Matthias Andree | 2004-12-22 | 1 | -0/+2 |
| | | | | svn path=/trunk/; revision=4015 | ||||
* | Clean up the horrible HAVE_[V]SNPRINTF mess, use Trio on systems that lack | Matthias Andree | 2004-11-10 | 1 | -26/+4 |
| | | | | | | real snprintf or vsnprintf. svn path=/trunk/; revision=3996 | ||||
* | Use iana_charset rather than calling nl_langinfo(CODESET). | Matthias Andree | 2004-11-07 | 1 | -5/+5 |
| | | | | svn path=/trunk/; revision=3981 | ||||
* | Let stuff_warning do the RFC-2047 encoding. | Matthias Andree | 2004-10-20 | 1 | -33/+35 |
| | | | | | | Change stuff_warning interface to take a rfc2047 charset info parameter. svn path=/trunk/; revision=3968 | ||||
* | Fix miscellaneous warnings. | Matthias Andree | 2004-10-20 | 1 | -2/+3 |
| | | | | svn path=/trunk/; revision=3953 | ||||
* | RFC-2047 subjects of warning messages. | Matthias Andree | 2004-10-19 | 1 | -10/+16 |
| | | | | svn path=/trunk/; revision=3949 |