| Commit message (Expand) | Author | Age | Files | Lines |
* | Align with legacy_6x. | Matthias Andree | 2019-08-25 | 1 | -19/+1 |
* | Fix format overflow warnings by printing IMAP tag as unsigned. | Matthias Andree | 2019-08-05 | 1 | -2/+2 |
* | Remove register qualifier. | Matthias Andree | 2019-08-05 | 1 | -2/+2 |
* | Replace most strncpy() by strlcpy() calls. | Matthias Andree | 2019-05-12 | 1 | -4/+2 |
* | Heed ! operator precedence. | Matthias Andree | 2016-01-30 | 1 | -1/+1 |
* | Fix mimedecode last-line omission. | Matthias Andree | 2013-04-23 | 1 | -14/+45 |
* | Critical fix: don't embed NUL in unterminated last IMAP line. | Matthias Andree | 2011-08-21 | 1 | -0/+8 |
* | Revert SO_???TIMEO-based STARTTLS timeout handling. | Matthias Andree | 2011-05-26 | 1 | -6/+0 |
* | Fix socket timeout handling. | Matthias Andree | 2011-05-22 | 1 | -0/+6 |
* | Document transact.c, RecvSplit. | Matthias Andree | 2011-05-04 | 1 | -60/+76 |
* | Make macro expansions safer for VALID_ADDRESS and RBUF_WRITE. | Matthias Andree | 2011-05-04 | 1 | -2/+2 |
* | Fixup: match prefix caseblind, add some guards, streamline phase handling. | Matthias Andree | 2011-05-04 | 1 | -17/+47 |
* | Do not search for UNSEEN messages in ranges. | Sunil Shetye | 2011-05-04 | 1 | -0/+92 |
* | Call strlen() only once when removing CRLF from a line | Sunil Shetye | 2011-05-03 | 1 | -4/+6 |
* | Fix compiler warnings. | Matthias Andree | 2010-12-12 | 1 | -1/+1 |
* | -vv multidrop: Also report non-Delivered-To: envelope parsing. | Matthias Andree | 2010-10-16 | 1 | -11/+16 |
* | Cast to int more safely, clamping to INT_MAX. | Matthias Andree | 2010-10-15 | 1 | -6/+21 |
* | Cast width argument for %-.*s formatting to int. | Matthias Andree | 2010-10-15 | 1 | -3/+3 |
* | Enhance verbose logging in multidrop header parsing. | Matthias Andree | 2010-10-12 | 1 | -3/+11 |
* | Incorrect headers: Refer user to bad-header option | Matthias Andree | 2010-06-17 | 1 | -1/+1 |
* | Fix some rare or minor issues found with Clang 2.7 analyzer. | Matthias Andree | 2010-06-03 | 1 | -2/+3 |
* | Fix a few Intel C++ remarks and warnings. | Matthias Andree | 2010-04-27 | 1 | -7/+7 |
* | Further warning fixes. | Matthias Andree | 2010-03-19 | 1 | -2/+2 |
* | Fix MD5 compile on Solaris. | Matthias Andree | 2010-03-19 | 1 | -1/+1 |
* | Further type fixes. | Matthias Andree | 2010-03-18 | 1 | -1/+1 |
* | Fix lots of warnings, most around string literals... | Matthias Andree | 2010-03-18 | 1 | -1/+2 |
* | Remove unused assignments/initializations found with llvm-clang. | Matthias Andree | 2010-02-28 | 1 | -3/+3 |
* | Rename bad-header pass to bad-header accept, ... | Matthias Andree | 2010-02-24 | 1 | -1/+1 |
* | Feature: bad-header {reject|pass} | Matthias Andree | 2010-02-24 | 1 | -1/+4 |
* | Remove 'message delimiter found while scanning headers' error message. | Matthias Andree | 2009-07-14 | 1 | -10/+5 |
* | Fix a signedness compiler warning. | Matthias Andree | 2009-05-25 | 1 | -1/+1 |
* | Major progress ticker bugfix/overhaul. | Matthias Andree | 2009-05-04 | 1 | -3/+3 |
* | if ( ... return) else if -> 2 * if | Matthias Andree | 2009-05-04 | 1 | -1/+2 |
* | Fix formatting around MIME decoding. | Matthias Andree | 2009-05-04 | 1 | -17/+16 |
* | Factor out dots ticker function. | Matthias Andree | 2009-05-04 | 1 | -20/+20 |
* | Fix a few compiler warnings around implicit conversion or extra ";". | Matthias Andree | 2009-01-14 | 1 | -3/+3 |
* | Support user@example.org (full-address) mappings for multidrop | Matthias Andree | 2006-08-07 | 1 | -5/+25 |
* | Freeaddrinfo() fix for Uli Zappe's bug. | Matthias Andree | 2006-08-07 | 1 | -2/+3 |
* | Detect write errors when stuffing delimiter line between header and body. | Matthias Andree | 2006-07-31 | 1 | -5/+8 |
* | For protocols such as IMAP that are not delimited by "." lines, truncate | Matthias Andree | 2006-05-12 | 1 | -0/+17 |
* | a few more type fixes for report/snprintf, patch by Miloslav Trmac. | Matthias Andree | 2006-04-01 | 1 | -1/+1 |
* | Add folder information to headers in tracepoll mode. | Matthias Andree | 2006-04-01 | 1 | -0/+4 |
* | Further cleanups to compile with C++ compiler. | Matthias Andree | 2006-03-15 | 1 | -7/+6 |
* | merge Mirek's fetchmail-signed.patch | Matthias Andree | 2006-03-14 | 1 | -8/+7 |
* | Rename a methods and some variables to steer clear of C++ namespace. | Matthias Andree | 2006-03-13 | 1 | -2/+2 |
* | Remove dead variable and add a few comments on the 'invalid header' issue. | Matthias Andree | 2006-03-03 | 1 | -3/+11 |
* | Fix segfault in multidrop mode with headerless email. | Matthias Andree | 2005-12-08 | 1 | -21/+10 |
* | Document details about the UWIMAP folder internal data/X-IMAP: thingy. | Matthias Andree | 2005-11-23 | 1 | -0/+23 |
* | Global variable cleanup, to fix daemon mode reinitialization problems. | Matthias Andree | 2005-10-21 | 1 | -5/+13 |
* | Rename isafile -> is_a_file, isidletimout -> is_idletimeout | Matthias Andree | 2005-09-25 | 1 | -4/+4 |