Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Minor] Restore smtp address parser machine | Vsevolod Stakhov | 2019-02-07 | 1 | -3/+1 |
| | |||||
* | [Project] Rework ragel machines | Vsevolod Stakhov | 2019-02-05 | 1 | -15/+22 |
| | |||||
* | [Feature] Add more non-conformant Received headers support | Vsevolod Stakhov | 2018-07-03 | 1 | -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 7 | Vsevolod Stakhov | 2018-06-25 | 1 | -3/+0 |
| | |||||
* | [Fix] Fix parsing of dot at the end of the address | Vsevolod Stakhov | 2017-03-21 | 1 | -1/+1 |
| | | | | Issue: #1543 | ||||
* | [Feature] Implement ragel parser for received headers | Vsevolod Stakhov | 2016-06-14 | 1 | -18/+1 |
| | |||||
* | [Fix] Fix smtp grammar issues | Vsevolod Stakhov | 2016-04-25 | 1 | -2/+2 |
| | |||||
* | [Feature] Add support of address with at-domain list | Vsevolod Stakhov | 2016-04-25 | 1 | -3/+3 |
| | |||||
* | [Feature] Unescape and unquote smtp addresses | Vsevolod Stakhov | 2016-04-25 | 1 | -1/+1 |
| | |||||
* | [Fix] Fix SMTP address parsing machine | Vsevolod Stakhov | 2016-04-25 | 1 | -4/+4 |
| | |||||
* | [Feature] Add parsers for SMTP address in ragel | Vsevolod Stakhov | 2016-04-23 | 1 | -0/+50 |