diff options
author | Ivan Enderlin <ivan.enderlin@hoa-project.net> | 2014-02-21 12:52:44 +0100 |
---|---|---|
committer | Ivan Enderlin <ivan.enderlin@hoa-project.net> | 2014-02-21 12:52:44 +0100 |
commit | 4c771c84f1e8d513097c0a36b49079b83a079716 (patch) | |
tree | 2aca03a7adbb6377302393bd1219203c6b60f923 | |
parent | 1c47969e099adb2af999fe88cebb04d7cebf850c (diff) | |
download | Mail-4c771c84f1e8d513097c0a36b49079b83a079716.zip Mail-4c771c84f1e8d513097c0a36b49079b83a079716.tar.gz Mail-4c771c84f1e8d513097c0a36b49079b83a079716.tar.bz2 |
Fix a typo.
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10,7 +10,7 @@ documents, alternative contents, attachments etc., this is very extensible). Email can be sent with sendmail or SMTP. The SMTP layer supports TLS and `PLAIN`, `LOGIN` and `CRAM-MD5` authentifications. -In a near future, this library will also allow to receive and parses emails. +In a near future, this library will also allow to receive and parse emails. ## Quick usage |