Age | Commit message (Expand) | Author | Files | Lines |
2006-03-07 | * misc.h, misc.c: | aaron | 1 | -2/+12 |
2006-02-21 | * acinclude.m4, configure.in: | aaron | 1 | -181/+154 |
2006-02-20 | * acinclude.m4: | aaron | 1 | -12/+8 |
2006-02-17 | * dbmail-message.h, dbmail-message.c: | aaron | 1 | -11/+6 |
2006-02-17 | * dbmail-message.h, dbmail-message.c, modules/sortsieve.c, pipe.c: | aaron | 1 | -1/+0 |
2006-02-07 | * Makefile.am: | aaron | 1 | -1/+3 |
2006-01-30 | * sort.h, sort.c, sortmodule.c, modules/sortsieve.c: | aaron | 1 | -2/+4 |
2005-12-22 | Lots of work on the Sieve sort module. | aaron | 1 | -1/+13 |
2005-11-19 | * export.c, timsieve.c, timsieved.c, sievecmd.c: removed OLDSIEVE | aaron | 1 | -1/+1 |
2005-10-17 | merging git tree | paul | 1 | -33/+22 |
2005-10-07 | merging git tree | paul | 1 | -2/+5 |
2005-10-03 | resync svn tree | paul | 1 | -27/+2 |
2005-09-09 | merging git tree | paul | 1 | -4/+4 |
2005-06-17 | auto-reply cleanup | paul | 1 | -71/+85 |
2005-05-06 | fixing memory leaks | paul | 1 | -2/+3 |
2005-04-19 | move the internal list to the dm_ namespace | paul | 1 | -12/+12 |
2005-03-22 | fix gcc warning | paul | 1 | -1/+1 |
2005-03-19 | cleanup over-quota delivery patch | paul | 1 | -4/+4 |
2005-03-19 | add Return-Path header on delivery | paul | 1 | -7/+7 |
2005-03-12 | forward port of the over-quota patch | paul | 1 | -6/+20 |
2005-03-09 | minor sieve cleanups, and prototype for headercaching during insertion | paul | 1 | -2/+2 |
2005-02-07 | authldap and delivery fixes | paul | 1 | -10/+8 |
2005-01-26 | reorganized insertion code around dbmail-message and added sort_search for op... | paul | 1 | -94/+19 |
2005-01-07 | fix conflict with mysql namespace | paul | 1 | -12/+12 |
2005-01-06 | unified read_whole_message functions | paul | 1 | -31/+15 |
2004-12-03 | 2004-12-03 Ilja Booij <ilja@ic-s.nl> | ilja | 1 | -4/+4 |
2004-11-25 | * main.c: handle new DSN_STATUS_NONE. | aaron | 1 | -13/+14 |
2004-11-22 | 2004-11-22 Ilja Booij <ilja@ic-s.nl> | ilja | 1 | -1/+1 |
2004-11-15 | fix delivered-to header typo | paul | 1 | -1/+1 |
2004-10-06 | committing the first gmime code | paul | 1 | -11/+8 |
2004-09-15 | applied the is_header patch, so we now start using the is_header field during... | paul | 1 | -2/+2 |
2004-09-09 | 2004-09-09 Ilja Booij <ilja@ic-s.nl> | ilja | 1 | -1/+2 |
2004-09-07 | 2004-09-07 Ilja Booij <ilja@ic-s.nl> | ilja | 1 | -8/+14 |
2004-08-05 | replaced all references to dbmail-maintenance and dbmail-adduser to | ilja | 1 | -1/+1 |
2004-06-03 | *** empty log message *** | ilja | 1 | -24/+24 |
2004-05-28 | * fixed a crash in main.c (whole_message was not set to NULL initially, | ilja | 1 | -1/+0 |
2004-05-26 | new config code. | ilja | 1 | -7/+4 |
2004-05-25 | all references to bounce.c and bounce.h have been removed because | ilja | 1 | -1/+0 |
2004-05-14 | reworked message input code. | ilja | 1 | -147/+86 |
2004-05-07 | small fix in the store_message_temp() hack | ilja | 1 | -2/+1 |
2004-05-07 | uses a hack in store_message_temp() to skip the first empty line in | ilja | 1 | -1/+15 |
2004-05-06 | added check for totalmem when checking for empty message | ilja | 1 | -4/+4 |
2004-05-06 | lmtp now works with empty message bodies | ilja | 1 | -2/+3 |
2004-05-06 | ring buffer does now work properly in store_message_temp() in pipe.c | ilja | 1 | -6/+11 |
2004-05-04 | Ring buffer now looks for only \n.\r\n, and a debugging message was changed f... | aaron | 1 | -9/+13 |
2004-05-04 | Added a ring buffer to help find the end-of-message sequence | aaron | 1 | -1/+4 |
2004-05-04 | Added a ring buffer to help find the end-of-message sequence | aaron | 1 | -26/+31 |
2004-04-28 | Changed store_message_temp to also used fgetc instead of fread. Beginning to ... | aaron | 1 | -86/+36 |
2004-04-23 | Switched from fgets to fread when receiving messages. Added text to explain t... | aaron | 1 | -12/+17 |
2004-04-19 | changed a lot of small things in pipe.c to include error checking and | ilja | 1 | -32/+103 |