aboutsummaryrefslogtreecommitdiffstats
path: root/transact.c
Commit message (Expand)AuthorAgeFilesLines
* Revert SO_???TIMEO-based STARTTLS timeout handling.Matthias Andree2011-05-261-6/+0
* Fix socket timeout handling.Matthias Andree2011-05-221-0/+6
* Document transact.c, RecvSplit.Matthias Andree2011-05-041-60/+76
* Make macro expansions safer for VALID_ADDRESS and RBUF_WRITE.Matthias Andree2011-05-041-2/+2
* Fixup: match prefix caseblind, add some guards, streamline phase handling.Matthias Andree2011-05-041-17/+47
* Do not search for UNSEEN messages in ranges.Sunil Shetye2011-05-041-0/+92
* Call strlen() only once when removing CRLF from a lineSunil Shetye2011-05-031-4/+6
* Fix compiler warnings.Matthias Andree2010-12-121-1/+1
* -vv multidrop: Also report non-Delivered-To: envelope parsing.Matthias Andree2010-10-161-11/+16
* Cast to int more safely, clamping to INT_MAX.Matthias Andree2010-10-151-6/+21
* Cast width argument for %-.*s formatting to int.Matthias Andree2010-10-151-3/+3
* Enhance verbose logging in multidrop header parsing.Matthias Andree2010-10-121-3/+11
* Incorrect headers: Refer user to bad-header optionMatthias Andree2010-06-171-1/+1
* Fix some rare or minor issues found with Clang 2.7 analyzer.Matthias Andree2010-06-031-2/+3
* Fix a few Intel C++ remarks and warnings.Matthias Andree2010-04-271-7/+7
* Further warning fixes.Matthias Andree2010-03-191-2/+2
* Fix MD5 compile on Solaris.Matthias Andree2010-03-191-1/+1
* Further type fixes.Matthias Andree2010-03-181-1/+1
* Fix lots of warnings, most around string literals...Matthias Andree2010-03-181-1/+2
* Remove unused assignments/initializations found with llvm-clang.Matthias Andree2010-02-281-3/+3
* Rename bad-header pass to bad-header accept, ...Matthias Andree2010-02-241-1/+1
* Feature: bad-header {reject|pass}Matthias Andree2010-02-241-1/+4
* Remove 'message delimiter found while scanning headers' error message.Matthias Andree2009-07-141-10/+5
* Fix a signedness compiler warning.Matthias Andree2009-05-251-1/+1
* Major progress ticker bugfix/overhaul.Matthias Andree2009-05-041-3/+3
* if ( ... return) else if -> 2 * ifMatthias Andree2009-05-041-1/+2
* Fix formatting around MIME decoding.Matthias Andree2009-05-041-17/+16
* Factor out dots ticker function.Matthias Andree2009-05-041-20/+20
* Fix a few compiler warnings around implicit conversion or extra ";".Matthias Andree2009-01-141-3/+3
* Support user@example.org (full-address) mappings for multidropMatthias Andree2006-08-071-5/+25
* Freeaddrinfo() fix for Uli Zappe's bug.Matthias Andree2006-08-071-2/+3
* Detect write errors when stuffing delimiter line between header and body.Matthias Andree2006-07-311-5/+8
* For protocols such as IMAP that are not delimited by "." lines, truncateMatthias Andree2006-05-121-0/+17
* a few more type fixes for report/snprintf, patch by Miloslav Trmac.Matthias Andree2006-04-011-1/+1
* Add folder information to headers in tracepoll mode. Matthias Andree2006-04-011-0/+4
* Further cleanups to compile with C++ compiler.Matthias Andree2006-03-151-7/+6
* merge Mirek's fetchmail-signed.patchMatthias Andree2006-03-141-8/+7
* Rename a methods and some variables to steer clear of C++ namespace.Matthias Andree2006-03-131-2/+2
* Remove dead variable and add a few comments on the 'invalid header' issue.Matthias Andree2006-03-031-3/+11
* Fix segfault in multidrop mode with headerless email.Matthias Andree2005-12-081-21/+10
* Document details about the UWIMAP folder internal data/X-IMAP: thingy.Matthias Andree2005-11-231-0/+23
* Global variable cleanup, to fix daemon mode reinitialization problems.Matthias Andree2005-10-211-5/+13
* Rename isafile -> is_a_file, isidletimout -> is_idletimeoutMatthias Andree2005-09-251-4/+4
* Make "envelope 'Delivered-To'" work with dropdelivered. Timothy Lee.Matthias Andree2005-09-231-5/+14
* Large protocol independence patch.Matthias Andree2005-08-281-10/+15
* Add a FIXME comment.Matthias Andree2005-08-261-0/+1
* Remove port/service dualism and make everything a service.Matthias Andree2005-08-021-6/+2
* Fix compiler warning.Matthias Andree2005-07-311-1/+1
* Fix progress stars and hashes.Matthias Andree2005-07-311-3/+3
* Kill alloca().Matthias Andree2005-07-311-1/+4