aboutsummaryrefslogtreecommitdiffstats
path: root/src/smtp_proto.c
Commit message (Collapse)AuthorAgeFilesLines
* * Fix SMTPVsevolod Stakhov2010-06-111-4/+4
|
* * Check messages received via smtp proxyVsevolod Stakhov2010-06-101-19/+92
| | | | | | * Add support for sendfile in io dispatcher * Fix issues with compatibility of worker_task and smtp proxy * Proxy DATA command
* * Implement basic SMTP dialog:Vsevolod Stakhov2010-06-091-0/+553
- delay - helo - mail from - rcpt * Implement interaction with smtp upstream (with support of XCLIENT)