aboutsummaryrefslogtreecommitdiff
path: root/mail/py-mail-parser/distinfo
Commit message (Collapse)AuthorAgeFilesLines
* Update to 3.15.0Sunpoet Po-Chuan Hsieh2021-03-071-3/+3
| | | | | | | Changes: https://github.com/SpamScope/mail-parser/releases Notes: svn path=/head/; revision=567692
* Update to 3.14.0Sunpoet Po-Chuan Hsieh2020-12-131-3/+3
| | | | | | | Changes: https://github.com/SpamScope/mail-parser/releases Notes: svn path=/head/; revision=557929
* Update to 3.13.0Sunpoet Po-Chuan Hsieh2020-12-101-3/+3
| | | | | | | Changes: https://github.com/SpamScope/mail-parser/releases Notes: svn path=/head/; revision=557582
* Update to 3.12.0Sunpoet Po-Chuan Hsieh2020-01-271-3/+3
| | | | | | | Changes: https://github.com/SpamScope/mail-parser/releases Notes: svn path=/head/; revision=524421
* Update to 3.11.0Sunpoet Po-Chuan Hsieh2020-01-131-3/+3
| | | | | | | Changes: https://github.com/SpamScope/mail-parser/releases Notes: svn path=/head/; revision=522903
* Update to 3.10.0Sunpoet Po-Chuan Hsieh2020-01-081-3/+3
| | | | | | | Changes: https://github.com/SpamScope/mail-parser/releases Notes: svn path=/head/; revision=522406
* Update to 3.9.3Sunpoet Po-Chuan Hsieh2019-03-231-3/+3
| | | | | | | | Changes: https://github.com/SpamScope/mail-parser/releases https://github.com/SpamScope/mail-parser/commits/develop Notes: svn path=/head/; revision=496649
* Update to 3.9.2Sunpoet Po-Chuan Hsieh2019-02-061-3/+3
| | | | | | | | | | - Add NO_ARCH Changes: https://github.com/SpamScope/mail-parser/releases https://github.com/SpamScope/mail-parser/commits/develop Notes: svn path=/head/; revision=492322
* Add py-mail-parser 3.9.1Sunpoet Po-Chuan Hsieh2019-02-041-0/+3
mail-parser is not only a wrapper for email Python Standard Library. It give you an easy way to pass from raw mail to Python object that you can use in your code. It's the key module of SpamScope. mail-parser can parse Outlook email format (.msg) with msgconvert from mail/p5-Email-Outlook-Message. mail-parser takes as input a raw email and generates a parsed object. The properties of this object are the same name of RFC headers: bcc, cc, date, delivered_to, from_ (not from because is a keyword of Python), message_id, received, reply_to, subject, to. There are other properties to get: body, body html, body plain, headers, attachments, sender IP address, to domains, timezone. WWW: https://github.com/SpamScope/mail-parser Notes: svn path=/head/; revision=492091