Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | debian: do not install make_rfc822 script at allHEADmain | Frédéric Péters | 2020-04-18 | 1 | -0/+1 |
* | debian: build a python 3 package | Frédéric Péters | 2020-04-18 | 5 | -33/+17 |
* | release 0.5.6v0.5.6 | Serghei Mihai | 2016-07-08 | 1 | -3/+1 |
* | debian: dependencies fix | Serghei Mihai | 2016-07-08 | 1 | -6/+2 |
* | replace charade by chardet | Serghei Mihai | 2016-07-08 | 3 | -4/+4 |
* | debian: syntax fix in control | Serghei Mihai | 2016-07-05 | 1 | -1/+1 |
* | debian: initial packaging | Serghei Mihai | 2016-07-04 | 6 | -0/+59 |
* | DjangoMessage: return mail sending result | Serghei Mihai | 2016-06-17 | 1 | -1/+1 |
* | Forgotten cc and bcc in DjangoMessage.recipients | Sergey Lavrinenko | 2016-04-07 | 1 | -3/+6 |
* | release 0.5.5v0.5.5 | Sergey Lavrinenko | 2016-03-11 | 1 | -2/+2 |
* | Merge pull request #61 from lavr/issue-60 | Sergey Lavrinenko | 2016-03-11 | 5 | -10/+28 |
|\ | |||||
| * | Disable pypy travis failing tests | Sergey Lavrinenko | 2016-03-11 | 1 | -1/+0 |
| * | py33 test fix | Sergey Lavrinenko | 2016-03-11 | 1 | -1/+1 |
| * | More specific error in SMTPBackend.send. Fixes #60 | Sergey Lavrinenko | 2016-03-11 | 3 | -8/+27 |
|/ | |||||
* | README fix | Sergey Lavrinenko | 2015-10-15 | 1 | -1/+1 |
* | Binary file open mode in examples. Fixes #58 | Sergey Lavrinenko | 2015-10-15 | 3 | -5/+5 |
* | Minor fix in MessageTransformer.__init__ | Sergey Lavrinenko | 2015-10-08 | 1 | -3/+4 |
* | release 0.5.4v0.5.4 | Sergey Lavrinenko | 2015-07-24 | 1 | -1/+1 |
* | Merge pull request #57 from lavr/multiple-repicipients-update | Sergey Lavrinenko | 2015-07-24 | 4 | -23/+118 |
|\ | |||||
| * | Message supports cc and bcc | Sergey Lavrinenko | 2015-07-24 | 2 | -13/+38 |
| * | Message.send supports recipients list | Sergey Lavrinenko | 2015-07-24 | 4 | -15/+85 |
|/ | |||||
* | release 0.5.3v0.5.3 | Sergey Lavrinenko | 2015-07-23 | 1 | -1/+1 |
* | Merge pull request #55 from lavr/develop | Sergey Lavrinenko | 2015-07-23 | 7 | -9/+40 |
|\ | |||||
| * | icloud.com smtp test fails on Travis, so disable it | Sergey Lavrinenko | 2015-07-23 | 2 | -4/+4 |
| * | Support several recipients in 'To' header. #54 | Sergey Lavrinenko | 2015-07-23 | 2 | -1/+12 |
| * | Transformer.attribute_value is now public | Sergey Lavrinenko | 2015-04-26 | 1 | -2/+4 |
| * | Message.message_id now is a property | Sergey Lavrinenko | 2015-04-22 | 2 | -1/+10 |
| * | SMTP auth example | Sergey Lavrinenko | 2015-04-08 | 1 | -1/+1 |
| * | Test for inline image in css url | Sergey Lavrinenko | 2015-04-07 | 1 | -0/+9 |
|/ | |||||
* | release 0.5.2v0.5.2 | Sergey Lavrinenko | 2015-04-05 | 1 | -1/+1 |
* | Transformer: do a callback to check load image or not. Fixes #50 | Sergey Lavrinenko | 2015-04-05 | 2 | -7/+51 |
* | Test on pypy | Sergey Lavrinenko | 2015-04-05 | 4 | -4/+24 |
* | release 0.5.1v0.5.1 | Sergey Lavrinenko | 2015-04-03 | 2 | -3/+3 |
* | Normalize filename in ZipLoader. Fixes #49 | Sergey Lavrinenko | 2015-04-03 | 2 | -1/+4 |
* | idna-encode emails on sent | Sergey Lavrinenko | 2015-04-02 | 3 | -8/+13 |
* | Separate sanitize_email from sanitize_address | Sergey Lavrinenko | 2015-04-02 | 2 | -12/+20 |
* | JinjaTemplate mini refactoring | Sergey Lavrinenko | 2015-04-01 | 1 | -4/+14 |
* | README update | Sergey Lavrinenko | 2015-04-01 | 1 | -1/+3 |
* | Replace \r\n to \n in Transformer html. Fixes #48 | Sergey Lavrinenko | 2015-04-01 | 2 | -1/+10 |
* | release 0.5v0.5 | Sergey Lavrinenko | 2015-04-01 | 1 | -1/+1 |
* | Loader test fix | Sergey Lavrinenko | 2015-04-01 | 1 | -2/+2 |
* | smtp tests refactoring | Sergey Lavrinenko | 2015-03-31 | 2 | -47/+24 |
* | Message.as_string now returns native string. Fixes #45 | Sergey Lavrinenko | 2015-03-31 | 4 | -21/+37 |
* | Use external smtp for testing, remove local smtpd. | Sergey Lavrinenko | 2015-03-30 | 23 | -747/+158 |
* | message-id test | Sergey Lavrinenko | 2015-03-29 | 1 | -1/+18 |
* | Support more than one address in Message.mail_to | Sergey Lavrinenko | 2015-03-28 | 4 | -9/+67 |
* | smtp backend refactoring | Sergey Lavrinenko | 2015-03-28 | 5 | -165/+180 |
* | ZipLoader refactoring | Sergey Lavrinenko | 2015-03-28 | 1 | -17/+29 |
* | Couple of returns added for syntax sugar | Sergey Lavrinenko | 2015-03-28 | 2 | -0/+7 |
* | Message dkim signer api tunning | Sergey Lavrinenko | 2015-03-28 | 2 | -35/+38 |