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