Commit message (Expand) | Author | Age | Lines | |
---|---|---|---|---|
* | Bugfix - need to convert to string in the just email address case. | Louise Crow | 2012-11-15 | -1/+1 |
* | Wrap address parsing in a address_from_string method in the mail handler. | Louise Crow | 2012-11-15 | -0/+5 |
* | Move address_from_name_and_email to mail handler. | Louise Crow | 2012-11-15 | -0/+11 |
* | Move _get_file_part_name to mail handler. | Louise Crow | 2012-11-15 | -0/+10 |
* | Move handling of TNEF mail attachments to mail handler | Louise Crow | 2012-11-15 | -0/+13 |
* | Move TMail extensions to mail handler. | Louise Crow | 2012-11-15 | -9/+0 |
* | Use mail handler for making mail objects of attached emails. Add a flag to us... | Louise Crow | 2012-11-15 | -2/+2 |
* | Add methods for both backends to generate a mail object from raw data. | Louise Crow | 2012-11-15 | -0/+12 |
* | Move TMail monkey patch to MailHandler Tmail backend. | Louise Crow | 2012-11-15 | -0/+9 |
* | First skeletal version of separate mail handling library. | Louise Crow | 2012-11-15 | -0/+11 |