Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Cleanup. Sunil Shetye. | Matthias Andree | 2005-11-21 | 1 | -6/+6 |
| | | | | svn path=/trunk/; revision=4469 | ||||
* | Revise without-python check to print a readable warning. Sunil Shetye. | Matthias Andree | 2005-11-21 | 1 | -2/+2 |
| | | | | svn path=/trunk/; revision=4468 | ||||
* | Bump version to 6.2.9-rc10. | Matthias Andree | 2005-11-19 | 1 | -1/+1 |
| | | | | svn path=/trunk/; revision=4467 | ||||
* | Fix installation without Python. Sunil Shetye, reported by Peter Church. | Matthias Andree | 2005-11-19 | 4 | -18/+31 |
| | | | | svn path=/trunk/; revision=4466 | ||||
* | Update sq/pl (Albanian/Polish) translations to 6.2.9-rc9. | Matthias Andree | 2005-11-19 | 2 | -447/+194 |
| | | | | svn path=/trunk/; revision=4461 | ||||
* | Portability fix: Solaris' /bin/sh does not support if ! test ..., | Matthias Andree | 2005-11-18 | 1 | -1/+1 |
| | | | | | | factor the ! negation into the test. svn path=/trunk/; revision=4460 | ||||
* | Snapshot for 6.2.9-rc9. | Matthias Andree | 2005-11-18 | 13 | -5792/+7073 |
| | | | | svn path=/trunk/; revision=4459 | ||||
* | We may need a FAQ entry about safe procmail configuration. | Matthias Andree | 2005-11-18 | 1 | -0/+4 |
| | | | | svn path=/trunk/; revision=4458 | ||||
* | Update. | Matthias Andree | 2005-11-17 | 2 | -377/+384 |
| | | | | svn path=/trunk/; revision=4457 | ||||
* | In oversized warning messages, print the account name, too. Fixes Debian | Matthias Andree | 2005-11-17 | 2 | -8/+9 |
| | | | | | | Bug#213299. Sunil Shetye. svn path=/trunk/; revision=4456 | ||||
* | Update translation information, add names - credit where credit is due. | Matthias Andree | 2005-11-17 | 1 | -2/+5 |
| | | | | svn path=/trunk/; revision=4455 | ||||
* | Update albanian translation to 6.2.9-rc8. Still lacks 21 messages, | Matthias Andree | 2005-11-17 | 2 | -746/+724 |
| | | | | | | but this is close enough to ship. svn path=/trunk/; revision=4454 | ||||
* | Document near the --ssl option that fetchmail may try TLS even if --ssl is not | Matthias Andree | 2005-11-17 | 1 | -0/+4 |
| | | | | | | | enabled for the account, and point user to --sslproto. The --sslproto documen- tation tells the user how to defeat the automatic TLS negotiation. svn path=/trunk/; revision=4453 | ||||
* | Man page: Remove some procmail praises in --mda documentation, | Matthias Andree | 2005-11-17 | 2 | -17/+36 |
| | | | | | | | | suggest maildrop instead, warn of procmail fallthrough behavior. Man page: Revise AUTHORS and SEE ALSO sections. svn path=/trunk/; revision=4452 | ||||
* | Use more stringent check for untagged responses - we check that the start ↵ | Matthias Andree | 2005-11-17 | 1 | -0/+1 |
| | | | | | | with "*" SPACE. svn path=/trunk/; revision=4451 | ||||
* | Use more stringent check for untagged responses - we check that the start ↵ | Matthias Andree | 2005-11-17 | 1 | -69/+77 |
| | | | | | | with "*" SPACE. svn path=/trunk/; revision=4450 | ||||
* | Add section DEBUGGING FETCHMAIL with information on segfaults and enabling ↵ | Matthias Andree | 2005-11-17 | 1 | -0/+67 |
| | | | | | | coredumps. svn path=/trunk/; revision=4449 | ||||
* | Update Polish translation to 6.2.9-rc8. | Matthias Andree | 2005-11-16 | 1 | -241/+101 |
| | | | | svn path=/trunk/; revision=4448 | ||||
* | Update Russian translation to 6.2.9-rc8. | Matthias Andree | 2005-11-16 | 1 | -232/+100 |
| | | | | svn path=/trunk/; revision=4447 | ||||
* | Fix segfault when run control file ends with a backslash inside an | Matthias Andree | 2005-11-16 | 3 | -17/+32 |
| | | | | | | | | unterminated quoted string. In quoted strings, support backslash as last character on a line to join the following line to the current. svn path=/trunk/; revision=4446 | ||||
* | Clarify run-control file parser in respect of backslash escape sequences | Matthias Andree | 2005-11-16 | 2 | -6/+24 |
| | | | | | | | | (document differences from C programming language escapes) and quoted strings (they will contain embedded CR or LF if the quoted string extends across two or more lines). svn path=/trunk/; revision=4445 | ||||
* | document that passwords are length limited. | Matthias Andree | 2005-11-14 | 2 | -0/+5 |
| | | | | svn path=/trunk/; revision=4444 | ||||
* | Sunil Shetye fixed these problems in a patch posted to fetchmail-devel: | Matthias Andree | 2005-11-14 | 3 | -57/+46 |
| | | | | | | | | | | | | | | | | | | | | | | | | | 1. parsed_host is not freed in some cases. This happens when the first smtp server is down in this setup: poll mailserver ... smtphost "smtpserver1" "smtpserver2" ... 2. parsed_host is being initialized for UNIX socket also. For UNIX socket, parsed_host should be NULL. 3. If EHLO fails on a UNIX socket, it tries HELO on a network socket! 4. ctl->destaddr is allocated memory in two cases. This memory is never freed. 5. ctl->destaddr was being assigned in a very convoluted manner. Since, parsed_host is already set correctly now, it can be used directly. svn path=/trunk/; revision=4443 | ||||
* | Update --smtphost and --smtpaddress documentation. Patch by Sunil Shetye. | Matthias Andree | 2005-11-14 | 2 | -12/+12 |
| | | | | svn path=/trunk/; revision=4442 | ||||
* | Patch to make imap_trail actually work. Sunil Shetye. | Matthias Andree | 2005-11-14 | 1 | -2/+3 |
| | | | | svn path=/trunk/; revision=4441 | ||||
* | The default for --smtphost is now always "localhost" regardless of | Matthias Andree | 2005-11-10 | 3 | -24/+20 |
| | | | | | | | | | authentication types and protocols, so as to simplify configurations for workstations where the SMTP daemon only listens on the loopback interface. Sunil Shetye & Matthias Andree svn path=/trunk/; revision=4410 | ||||
* | Bump version again. | Matthias Andree | 2005-11-10 | 1 | -1/+1 |
| | | | | svn path=/trunk/; revision=4409 | ||||
* | Snapshot -rc8. | Matthias Andree | 2005-11-10 | 5 | -999/+1319 |
| | | | | svn path=/trunk/; revision=4407 | ||||
* | fix pluralization typo, news -> new | Matthias Andree | 2005-11-10 | 1 | -1/+1 |
| | | | | svn path=/trunk/; revision=4406 | ||||
* | Clarify that --loghost works only while detached; after report by Nico Golde. | Matthias Andree | 2005-11-10 | 2 | -11/+14 |
| | | | | svn path=/trunk/; revision=4405 | ||||
* | Update. | Matthias Andree | 2005-11-10 | 2 | -334/+351 |
| | | | | svn path=/trunk/; revision=4404 | ||||
* | Man page: update --smtphost documentation. | Matthias Andree | 2005-11-10 | 2 | -8/+14 |
| | | | | svn path=/trunk/; revision=4403 | ||||
* | Unbreak --smtphost default, reported and different patch suggested by | Matthias Andree | 2005-11-10 | 1 | -5/+7 |
| | | | | | | Sunil Shetye. Broken since r4382 v6.2.9-rc7. svn path=/trunk/; revision=4402 | ||||
* | Revise some error messages so they are less confusing. Sunil Shetye. | Matthias Andree | 2005-11-10 | 5 | -9/+11 |
| | | | | svn path=/trunk/; revision=4401 | ||||
* | Mark POP2 obsolete/legacy and to be removed from future version. | Matthias Andree | 2005-11-10 | 2 | -13/+16 |
| | | | | svn path=/trunk/; revision=4400 | ||||
* | Fix Debian Bug#317761: when trying to send a bounce message, don't bail | Matthias Andree | 2005-11-10 | 2 | -3/+6 |
| | | | | | | | | out if we cannot qualify our own hostname, so we aren't losing the bounce. Instead, pass the buck on to the SMTP server and use our own unqualified hostname. svn path=/trunk/; revision=4399 | ||||
* | Document host_fqdn() interface. | Matthias Andree | 2005-11-10 | 1 | -1/+11 |
| | | | | svn path=/trunk/; revision=4398 | ||||
* | Bump version. | Matthias Andree | 2005-11-09 | 1 | -1/+1 |
| | | | | svn path=/trunk/; revision=4397 | ||||
* | When eating message trailer, don't see any line containing "OK" as the | Matthias Andree | 2005-11-09 | 2 | -4/+10 |
| | | | | | | | | end of the trailer, but wait for the proper tagged OK line. To work around the qmail + Courier-IMAP problem in Debian Bug#338007. svn path=/trunk/; revision=4396 | ||||
* | Pass the tag to ->trail method. | Matthias Andree | 2005-11-09 | 1 | -2/+2 |
| | | | | svn path=/trunk/; revision=4395 | ||||
* | Change method->trail prototype to allow passing a tag to expect. | Matthias Andree | 2005-11-09 | 2 | -2/+2 |
| | | | | svn path=/trunk/; revision=4394 | ||||
* | Update translations to -rc7. | Matthias Andree | 2005-11-03 | 2 | -447/+195 |
| | | | | svn path=/trunk/; revision=4393 | ||||
* | minor update. | Matthias Andree | 2005-11-03 | 1 | -1/+2 |
| | | | | svn path=/trunk/; revision=4392 | ||||
* | Add README.packaging. | Matthias Andree | 2005-11-03 | 2 | -0/+35 |
| | | | | svn path=/trunk/; revision=4391 | ||||
* | Snapshot fetchmail 6.2.9-rc7. | Matthias Andree | 2005-10-30 | 6 | -1815/+1930 |
| | | | | svn path=/trunk/; revision=4389 | ||||
* | Update. | Matthias Andree | 2005-10-30 | 1 | -309/+332 |
| | | | | svn path=/trunk/; revision=4388 | ||||
* | Update. | Matthias Andree | 2005-10-30 | 1 | -0/+3 |
| | | | | svn path=/trunk/; revision=4387 | ||||
* | In options summary, move -P short option from long --port to long --service. | Matthias Andree | 2005-10-30 | 1 | -3/+3 |
| | | | | svn path=/trunk/; revision=4386 | ||||
* | Fix Debian Bug#241883, making global options more clear. Matt Swift, ↵ | Matthias Andree | 2005-10-30 | 2 | -33/+57 |
| | | | | | | Matthias Andree. svn path=/trunk/; revision=4385 | ||||
* | In usage message, move -P short option from long --port to long --service. | Matthias Andree | 2005-10-30 | 1 | -2/+2 |
| | | | | svn path=/trunk/; revision=4384 |