aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Build top-level dir first.Matthias Andree2009-05-241-1/+1
| | | | svn path=/branches/BRANCH_6-3/; revision=5316
* Treat permanent delivery errors as temporary (configurable).Matthias Andree2009-05-2411-15/+95
| | | | | | | | | | | | | | | | Fetchmail no longer drops permanently undelivered messages by default, to match historic documentation. It does this by adding a new "softbounce" option, see below. Fixes Debian Bug#471283, demotes Debian Bug#494418 to wishlist. There is a new "softbounce" global option that prevents the deletion of messages that have not been forwarded. It defaults to "true" for fetchmail 6.3.X in order to match historic documentation. This may change its default in the next major release. NOTE: untested. svn path=/branches/BRANCH_6-3/; revision=5315
* Add .gitignore file for git-svn.Matthias Andree2009-05-241-1/+4
| | | | svn path=/branches/BRANCH_6-3/; revision=5314
* Consistently format Keyword: with line break.Matthias Andree2009-05-241-18/+68
| | | | svn path=/branches/BRANCH_6-3/; revision=5313
* Make fetchmailconf script executable.Matthias Andree2009-05-241-1/+1
| | | | svn path=/branches/BRANCH_6-3/; revision=5312
* Use dynamically allocated buffers. Fixes Debian Bug#449179.Matthias Andree2009-05-242-13/+33
| | | | | | Reported by Stepan Golosunov. The original asserts were off-by-one anyways… svn path=/branches/BRANCH_6-3/; revision=5311
* Further indentation fixes.Matthias Andree2009-05-241-5/+5
| | | | svn path=/branches/BRANCH_6-3/; revision=5310
* Re-indent, $LOGNAME -> $(id -un)Matthias Andree2009-05-241-54/+54
| | | | svn path=/branches/BRANCH_6-3/; revision=5309
* Fix bashism ($UID). Debian Bug#530081.Matthias Andree2009-05-242-1/+4
| | | | svn path=/branches/BRANCH_6-3/; revision=5308
* Add maintainer notes.Matthias Andree2009-05-241-0/+4
| | | | svn path=/branches/BRANCH_6-3/; revision=5307
* Reformat.Matthias Andree2009-05-241-28/+27
| | | | svn path=/branches/BRANCH_6-3/; revision=5306
* Mention README{,.SSL} updates.Matthias Andree2009-05-241-0/+1
| | | | svn path=/branches/BRANCH_6-3/; revision=5305
* Revise, update, add Quickstart.Matthias Andree2009-05-241-80/+104
| | | | svn path=/branches/BRANCH_6-3/; revision=5304
* Update and reformat.Matthias Andree2009-05-241-35/+53
| | | | svn path=/branches/BRANCH_6-3/; revision=5303
* Reformat.Matthias Andree2009-05-241-41/+38
| | | | svn path=/branches/BRANCH_6-3/; revision=5302
* Link the two TODO documents to each other.Matthias Andree2009-05-242-0/+5
| | | | svn path=/branches/BRANCH_6-3/; revision=5301
* Fix one \- escape in manpage (multidrop).Matthias Andree2009-05-171-1/+1
| | | | svn path=/branches/BRANCH_6-3/; revision=5300
* Add O17 on Linux's MSG_PEEK "Application bug" complaints.Matthias Andree2009-05-091-0/+7
| | | | | | In fact, these are linux kernel bugs, hopefully fixed in Linux 2.6.30. svn path=/branches/BRANCH_6-3/; revision=5299
* Package README.SSL-SERVER in RPMs.Matthias Andree2009-05-091-1/+1
| | | | svn path=/branches/BRANCH_6-3/; revision=5298
* Add README.SSL-SERVER, revise manual page.Matthias Andree2009-05-095-621/+680
| | | | svn path=/branches/BRANCH_6-3/; revision=5297
* Revert incompatible pre/post-connect cmd fix part.Matthias Andree2009-05-044-12/+7
| | | | | | ...and postpone for fetchmail 6.4. svn path=/branches/BRANCH_6-3/; revision=5296
* NEWS: Whitespace fixes.Matthias Andree2009-05-041-1/+2
| | | | svn path=/branches/BRANCH_6-3/; revision=5295
* Remove autobuild support.Matthias Andree2009-05-043-42/+0
| | | | svn path=/branches/BRANCH_6-3/; revision=5294
* Cast printf %*s argument to int.Matthias Andree2009-05-041-2/+2
| | | | svn path=/branches/BRANCH_6-3/; revision=5293
* Quench GCC complaint about unused system() return value.Matthias Andree2009-05-041-1/+1
| | | | svn path=/branches/BRANCH_6-3/; revision=5292
* Fix format string bugs.Matthias Andree2009-05-043-3/+3
| | | | svn path=/branches/BRANCH_6-3/; revision=5291
* Major progress ticker bugfix/overhaul.Matthias Andree2009-05-046-32/+46
| | | | | | | | | | | | | | Progress tickers had been used inconsistently for a long time, and documentation was outdated, too. Factor out common code to ease maintenance, use the report_flush() function, and add and use a macro (want_progress()) to determine if progress ticker output is desired. This makes for a much more consistent look on screen and in logfiles and should be much easier to fix later on. TODO: test syslog output. svn path=/branches/BRANCH_6-3/; revision=5290
* Add report_flush(fp) function (report.c).Matthias Andree2009-05-042-3/+18
| | | | svn path=/branches/BRANCH_6-3/; revision=5289
* Replace FF characters by LF.Matthias Andree2009-05-041-5/+4
| | | | svn path=/branches/BRANCH_6-3/; revision=5288
* Drop dead report_message_count.Matthias Andree2009-05-041-7/+0
| | | | svn path=/branches/BRANCH_6-3/; revision=5287
* Relocate and case-match errnum comment.Matthias Andree2009-05-041-4/+3
| | | | svn path=/branches/BRANCH_6-3/; revision=5286
* Add missing LF after partial message.Matthias Andree2009-05-041-1/+1
| | | | svn path=/branches/BRANCH_6-3/; revision=5285
* Rename use_stderr -> unbuffered (more descriptive).Matthias Andree2009-05-041-6/+6
| | | | svn path=/branches/BRANCH_6-3/; revision=5284
* Remove dead report_print_progname() code.Matthias Andree2009-05-041-29/+10
| | | | svn path=/branches/BRANCH_6-3/; revision=5283
* Fix up configure.ac after m4/ inline.Matthias Andree2009-05-041-1/+1
| | | | svn path=/branches/BRANCH_6-3/; revision=5282
* Inline m4/ EXTRA_DIST (was SUBDIRS=m4...)Matthias Andree2009-05-042-30/+29
| | | | | | | Recursive Makefiles are expensive and inconcise, so move the m4/Makefile.am contents here and remove m4 from SUBDIRS. svn path=/branches/BRANCH_6-3/; revision=5281
* if ( ... return) else if -> 2 * ifMatthias Andree2009-05-041-1/+2
| | | | svn path=/branches/BRANCH_6-3/; revision=5280
* Fix formatting around MIME decoding.Matthias Andree2009-05-041-17/+16
| | | | svn path=/branches/BRANCH_6-3/; revision=5279
* Factor out dots ticker function.Matthias Andree2009-05-041-20/+20
| | | | svn path=/branches/BRANCH_6-3/; revision=5278
* Add suggestion for new %-based ticker.Matthias Andree2009-05-041-0/+2
| | | | svn path=/branches/BRANCH_6-3/; revision=5277
* Add details on implementation of latest work item.Matthias Andree2009-05-041-0/+4
| | | | svn path=/branches/BRANCH_6-3/; revision=5276
* Add Michelle's problem "several catchalls to one user cannot be ↵Matthias Andree2009-05-041-0/+18
| | | | | | distinguished" as a TODO item. svn path=/branches/BRANCH_6-3/; revision=5275
* Fix trailing whitespace at EOL.Matthias Andree2009-04-291-6/+6
| | | | svn path=/branches/BRANCH_6-3/; revision=5274
* Point from mail list to #G3 item.Matthias Andree2009-04-291-2/+4
| | | | svn path=/branches/BRANCH_6-3/; revision=5273
* Make document valid XHTML again.Matthias Andree2009-04-291-3/+3
| | | | svn path=/branches/BRANCH_6-3/; revision=5272
* Rename G3 item so it includes support.Matthias Andree2009-04-291-3/+2
| | | | svn path=/branches/BRANCH_6-3/; revision=5271
* Revise FAQ G3 (support). Make intro more catchy.Matthias Andree2009-04-271-35/+22
| | | | | | | | | | | | | | Make the introduction a bit more catchy so as to guide people to G3 right away. In G3: - some information was given twice. Remove the duplication. - Add env LC_ALL=C so that people send in information in English and POSIX locale, we cannot handle i18n-ed reports. - Remove IMAP advocacy. Doesn't belong here, and ESR's IMAP-over-POP3 advocacy is neither technically substantiated nor warranted today. svn path=/branches/BRANCH_6-3/; revision=5270
* Support NIL as body length (Exchange). Fixes Berlios Bug #11980.Matthias Andree2009-04-232-0/+9
| | | | svn path=/branches/BRANCH_6-3/; revision=5269
* Drop and close Debian Bug#480851.Matthias Andree2009-04-231-1/+0
| | | | svn path=/branches/BRANCH_6-3/; revision=5268
* Fix pre-/post-connect error/signal reporting.Matthias Andree2009-04-093-6/+23
| | | | svn path=/branches/BRANCH_6-3/; revision=5267