Mercurial > masqmail
log src/smtp_in.c @ 399:c7cc3c03193c
age | author | description |
---|---|---|
2012-01-14 | markus schnalke | Removed unused variables. |
2011-10-20 | markus schnalke | Reformated multiline comments to have leading asterisks on each line |
2011-09-22 | markus schnalke | Switched to `type *name' style |
2011-07-14 | markus schnalke | Minor refactoring |
2011-04-24 | meillo | refactored complex conditions |
2010-07-18 | meillo | added newlines to the end of log and debug messages where missing |
2010-07-16 | meillo | removed the --disable-smtp-server configure option |
2010-07-06 | meillo | check max length of addresses in SMTP dialog |
2010-07-06 | meillo | fixed defer_all code |
2010-07-06 | meillo | moved the SIZE check to a better location |
2010-07-06 | meillo | refactored SMTP_HELO and SMTP_EHLO cases |
2010-07-01 | meillo | better formating in debug log |
2010-07-01 | meillo | added support for SMTP SIZE 0 (unlimited) |
2010-07-01 | meillo | added server-side SMTP SIZE support (patch by Paolo) |
2010-06-19 | meillo | moved check for NULL into destroy_message() |