aboutsummaryrefslogtreecommitdiffstats
path: root/src/ragel/smtp_address.rl
Commit message (Collapse)AuthorAgeFilesLines
* [Minor] Restore smtp address parser machineVsevolod Stakhov2019-02-071-3/+1
|
* [Project] Rework ragel machinesVsevolod Stakhov2019-02-051-15/+22
|
* [Feature] Add more non-conformant Received headers supportVsevolod Stakhov2018-07-031-0/+1
| | | | | | | | Received: from xx (1.1.2.2) by YYY.COM (xx:xx:xx:xx) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384_P256) id 1.2.5.1; Wed, 7 Mar 2018 23:13:02 +0000
* [Minor] Try to fix build with Ragel 7Vsevolod Stakhov2018-06-251-3/+0
|
* [Fix] Fix parsing of dot at the end of the addressVsevolod Stakhov2017-03-211-1/+1
| | | | Issue: #1543
* [Feature] Implement ragel parser for received headersVsevolod Stakhov2016-06-141-18/+1
|
* [Fix] Fix smtp grammar issuesVsevolod Stakhov2016-04-251-2/+2
|
* [Feature] Add support of address with at-domain listVsevolod Stakhov2016-04-251-3/+3
|
* [Feature] Unescape and unquote smtp addressesVsevolod Stakhov2016-04-251-1/+1
|
* [Fix] Fix SMTP address parsing machineVsevolod Stakhov2016-04-251-4/+4
|
* [Feature] Add parsers for SMTP address in ragelVsevolod Stakhov2016-04-231-0/+50