lib/mail/parsers/rfc2045_mime.rl in mail-2.7.0.rc1 vs lib/mail/parsers/rfc2045_mime.rl in mail-2.7.0.rc2
- old
+ new
@@ -1,8 +1,9 @@
%%{
# RFC 2045 MIME
# https://tools.ietf.org/html/rfc2045
machine rfc2045_mime;
+ alphtype int;
include rfc5322_lexical_tokens "rfc5322_lexical_tokens.rl";
# 4. MIME-Version Header Field
# https://tools.ietf.org/html/rfc2045#section-4