summaryrefslogtreecommitdiffstats
path: root/src/smtp_utils.h
Commit message (Collapse)AuthorAgeFilesLines
* Rework socket creation logic to support both ipv4 and ipv6 sockets.Vsevolod Stakhov2013-06-011-1/+1
|
* * Add initial implementation of proxy objectVsevolod Stakhov2012-03-071-1/+22
| | | | * Add simple smtp proxy worker
* Add add_header action to smtp proxy.Vsevolod Stakhov2010-10-261-0/+4
| | | | In raw mode scan stripped html parts when regexp are not 'raw'.
* Fix action settings (reported by Anton Nekhoroshih).Vsevolod Stakhov2010-10-251-0/+38
Split smtp code to 'utils', 'protocol' and 'worker' functions. * Add support of actions for smtp worker.