aboutsummaryrefslogtreecommitdiffstats
path: root/src/ragel/smtp_base.rl
Commit message (Collapse)AuthorAgeFilesLines
* [Fix] Use unsigned char for ragel machinesVsevolod Stakhov2024-10-141-0/+1
| | | | | | | It seems that on aarch64 Linux char is signed by default, so Ragel produces a wrong code that is "optimized" by a compiler simply to `false`. Issue: #5172
* [Minor] Fix grammar ruleVsevolod Stakhov2024-07-151-1/+1
|
* [Minor] Allow u-labelsVsevolod Stakhov2024-07-151-1/+1
|
* [Project] Start support of MIME UTF8Vsevolod Stakhov2024-07-151-10/+11
|
* [Fix] Understand utf8 in content-disposition parserVsevolod Stakhov2020-09-011-0/+5
|
* [Project] Reorganize ragelVsevolod Stakhov2019-02-051-0/+39