diff options
author | Arun Isaac | 2023-01-06 17:32:39 +0000 |
---|---|---|
committer | Arun Isaac | 2023-01-06 17:32:39 +0000 |
commit | 8d1e1519cc4f3c7fe03294c5528909296312ee46 (patch) | |
tree | 92fd41385b029adcb0106a3c45a1c12760b1f0c0 | |
parent | 3a3d695913e04d181df05048777ff2a335dc3120 (diff) | |
download | guile-email-8d1e1519cc4f3c7fe03294c5528909296312ee46.tar.gz guile-email-8d1e1519cc4f3c7fe03294c5528909296312ee46.tar.lz guile-email-8d1e1519cc4f3c7fe03294c5528909296312ee46.zip |
README: Declare obsolete syntax as implemented.
* README.org (Features): Declare that obsolete syntax is supported.
(Future work): Remove obsolete syntax.
-rw-r--r-- | README.org | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -16,8 +16,7 @@ guile-email is used by * Features -- Parse [[https://tools.ietf.org/html/rfc5322][RFC5322]] compliant email messages (currently does not support - [[https://tools.ietf.org/html/rfc5322#section-4][obsolete syntax]]) +- Parse [[https://tools.ietf.org/html/rfc5322][RFC5322]] compliant email messages (including [[https://tools.ietf.org/html/rfc5322#section-4][obsolete syntax]]) - Parse MIME compliant email messages as specified in [[https://tools.ietf.org/html/rfc2045][RFC2045]], [[https://tools.ietf.org/html/rfc2046][RFC2046]], [[https://tools.ietf.org/html/rfc2047][RFC2047]] and [[https://tools.ietf.org/html/rfc2049][RFC2049]] - Parse non-standard [[https://www.gnu.org/software/emacs/manual/html_node/emacs/Mail-Headers.html][Emacs message mode parens style addresses]] @@ -47,7 +46,6 @@ info browser. * Future work -- Support obsolete syntax as specified in RFC5322 - Support MIME parameter value and encoded word extensions specified in RFC2231 - Support decoding PGP encrypted/signed messages |