aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Nico Golde's patch to support "proto RPOP" in the configuration file, Matthias Andree2005-07-072-0/+3
| | | | | | reported by Dr. Andreas Krüger, Debian bug #242384. svn path=/trunk/; revision=4099
* Bump version.Matthias Andree2005-07-051-1/+1
| | | | svn path=/trunk/; revision=4098
* Update.Matthias Andree2005-07-051-309/+390
| | | | svn path=/trunk/; revision=4097
* Non-maintainer update awaiting translating team ACK.Matthias Andree2005-07-051-101/+247
| | | | svn path=/trunk/; revision=4096
* Update.Matthias Andree2005-07-051-220/+220
| | | | svn path=/trunk/; revision=4095
* Update.Matthias Andree2005-07-052-983/+821
| | | | svn path=/trunk/; revision=4094
* Fix typo in 'Idle after poll is disabled' (used to be 'diabled'), reported byMatthias Andree2005-07-051-1/+1
| | | | | | Jakub Bogusz. svn path=/trunk/; revision=4093
* Add Brian Candler's SSL certificate verification hints to the FAQ.Matthias Andree2005-07-052-0/+63
| | | | svn path=/trunk/; revision=4092
* Shorten maintainer tags.Matthias Andree2005-07-051-42/+41
| | | | svn path=/trunk/; revision=4091
* Fix typo.Matthias Andree2005-07-041-1/+1
| | | | svn path=/trunk/; revision=4089
* The memory leak/static buffer fix in r4018 was bogusMatthias Andree2005-07-031-5/+14
| | | | | | | and did not properly detect the end of unescaped strings. Reported by Jakob Hirsch. svn path=/trunk/; revision=4088
* Plug one of the .netrc memory leaks.Matthias Andree2005-07-031-0/+1
| | | | svn path=/trunk/; revision=4087
* Fix typo.Matthias Andree2005-07-031-123/+135
| | | | svn path=/trunk/; revision=4086
* Fix memset() argument order.Matthias Andree2005-07-031-1/+1
| | | | svn path=/trunk/; revision=4085
* Fix argument messup that printed the error instead of the file name, and ↵Matthias Andree2005-07-031-1/+1
| | | | | | | | garbage instead of the error message. Reported by Jakob Hirsch. svn path=/trunk/; revision=4084
* Move TODO into todo.html.Matthias Andree2005-07-032-82/+52
| | | | svn path=/trunk/; revision=4083
* Make this conformant XHTML.Matthias Andree2005-07-031-2/+2
| | | | svn path=/trunk/; revision=4082
* Make this conformant XHTML. Remove inet6-apps requirement from IPv6. Mention ↵Matthias Andree2005-07-031-5/+5
| | | | | | inet6-apps is no longer available. svn path=/trunk/; revision=4081
* Make the FAQ well-formed XHTML.Matthias Andree2005-07-031-22/+16
| | | | | | Update sections on inet6-apps and IPv6/IPsec. svn path=/trunk/; revision=4080
* Remove inet6-apps hints for IPv6 support.Matthias Andree2005-07-032-40/+47
| | | | svn path=/trunk/; revision=4079
* Use getaddrinfo to canonicalize hostnames if INET6_ENABLE. Patch by Matthias ↵Matthias Andree2005-07-033-4/+42
| | | | | | Andree. svn path=/trunk/; revision=4078
* Update.Matthias Andree2005-07-031-336/+398
| | | | svn path=/trunk/; revision=4077
* i18n fixes, cs.po updates, by Miloslav Trmac.Matthias Andree2005-07-036-1373/+1361
| | | | svn path=/trunk/; revision=4076
* Don't complain if the .fetchids file we're trying to delete is already gone. Matthias Andree2005-07-031-1/+1
| | | | | | Reported by Miloslav Trmac. svn path=/trunk/; revision=4075
* Add trivial fetchmailconf.man. Reported by Miloslav Trmac.Matthias Andree2005-07-033-1/+4
| | | | svn path=/trunk/; revision=4074
* Nalin Dahyabhai's fix to make rpa.c compile. Sent by Miloslav Trmac.Matthias Andree2005-07-032-4/+6
| | | | svn path=/trunk/; revision=4073
* Nalin Dahyabhai's patch to use the krb5-config script, if present. Matthias Andree2005-07-033-8/+43
| | | | | | Sent by Miloslav Trmac. svn path=/trunk/; revision=4072
* Nalin Dahyabhai's fix for sink.c/transact.c to reserve sufficient Matthias Andree2005-07-033-5/+8
| | | | | | | space for \r\n trailers in snprintf calls. Sent by Miloslav Trmac, possibly fixing Red Hat bug #114470. svn path=/trunk/; revision=4071
* Nalin Dahyabhai's fix for driver.c to not call the private Kerberos Matthias Andree2005-07-032-1/+2
| | | | | | krb5_init_ets() function. Sent by Miloslav Trmac. svn path=/trunk/; revision=4070
* Fix reply_hack() type of third argument (int vs. size_t), by Miloslav Trmac.Matthias Andree2005-07-033-3/+5
| | | | svn path=/trunk/; revision=4069
* Update.Matthias Andree2005-07-031-1/+4
| | | | svn path=/trunk/; revision=4068
* Remove defines that we don't check (Miloslav Trmac).Matthias Andree2005-07-031-2/+2
| | | | svn path=/trunk/; revision=4067
* Remove checks whose results we don't check (Miloslav Trmac).Matthias Andree2005-07-031-2/+2
| | | | svn path=/trunk/; revision=4066
* Remove checks whose results we don't check (Miloslav Trmac).Matthias Andree2005-07-031-1/+1
| | | | svn path=/trunk/; revision=4065
* Drop unused #include.Matthias Andree2005-07-031-1/+0
| | | | svn path=/trunk/; revision=4064
* Mention IMAP required fix.Matthias Andree2005-07-021-0/+3
| | | | svn path=/trunk/; revision=4063
* Fix version check to work on major >= 3.Matthias Andree2005-07-011-1/+1
| | | | svn path=/trunk/; revision=4062
* Cesar Eduardo Barros's fix to avoid double @ when username has @ and envelopeMatthias Andree2005-06-292-1/+10
| | | | | | sender is null. Debian bug #272289. svn path=/trunk/; revision=4061
* Merge fix from Debian bug #286044. remover -> eliminar; one typo fixed.Matthias Andree2005-06-291-5/+5
| | | | svn path=/trunk/; revision=4060
* Merge fixes sent by Nico Golde.Matthias Andree2005-06-291-9/+9
| | | | svn path=/trunk/; revision=4059
* Miroslav Trmac writes:Matthias Andree2005-06-112-1/+4
| | | | | | | | | | | | | | | | | | The 'port' setting used to be an integer, now it can be an integer or a string, depending on the presence of IPv6 support. fetchmailconf assumes 'port' is an integer, though. When 'port' is a string, it defaults to None; fetchmailconf can't handle that and writes 'port None' to the output config file if the server entry is not edited, see https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=55623 The attached patch fixes this. Note that fetchmailconf still doesn't support other string values for 'port', even with this patch. Mirek svn path=/trunk/; revision=4058
* Factor out peek_capable determination into a static function, for consistency.Matthias Andree2005-05-161-9/+19
| | | | | | | Simplify the expression a bit so it's easier to read. Enhance peek_capable and TOP vs. RETR source code comments. svn path=/trunk/; revision=4057
* Revise POP3 UIDL/LAST assertions in the manpage.Matthias Andree2005-05-162-27/+18
| | | | svn path=/trunk/; revision=4056
* Redo plural fix.Matthias Andree2005-04-281-3/+3
| | | | svn path=/trunk/; revision=4055
* Updated file from translation project.Matthias Andree2005-04-281-170/+132
| | | | svn path=/trunk/; revision=4054
* Fix pluralizationMatthias Andree2005-04-271-319/+348
| | | | svn path=/trunk/; revision=4053
* Add missing blank.Matthias Andree2005-04-271-1/+1
| | | | svn path=/trunk/; revision=4052
* Fix indentation of --sslkey help message.Matthias Andree2005-04-271-1/+1
| | | | svn path=/trunk/; revision=4051
* Reformat missing --sslfingerprint help string.Matthias Andree2005-04-271-1/+3
| | | | svn path=/trunk/; revision=4050
* Fix pluralization.Matthias Andree2005-04-271-786/+820
| | | | | | | Convert to UTF-8, to support latin small ligature oe (œ) in nœud. Update. svn path=/trunk/; revision=4049