summaryrefslogtreecommitdiff
path: root/boto/ses
Commit message (Expand)AuthorAgeFilesLines
* ses module: tidy up to meet PEP8 betterFelix Yan2014-08-202-22/+24
* Merge pull request #2367 from nhumphreys/developDaniel G. Taylor2014-07-091-1/+1
|\
| * Update connection.pyNathan2014-07-071-1/+1
* | ses module: add backward-compatible support for Python 3.3+Felix Yan2014-07-031-6/+6
|/
* Be consistent about relative importsDaniel G. Taylor2014-06-271-1/+1
* Initial work to support Python 3.3+Daniel G. Taylor2014-06-271-1/+1
* Add support for SES API 2010-12-01 methods: SetIdentityFeedbackForwardingEnab...Nathan Humphreys2014-02-271-0/+43
* Started change to load endpoints from JSON.Daniel Lindsley2014-01-281-7/+2
* Adding new eu-west-1 endpoint for SES.Mitch Garnaat2014-01-221-0/+3
* Support for multiple credential profiles.Zachary Musgrave2014-01-091-2/+3
* Updated all old-style inheritance calls.Daniel Lindsley2013-12-231-1/+1
* Added DkimTokens as a list marker.Joshua Gardner2013-06-101-1/+2
* Minor pep8 cleanupJames Saryerwinnie2012-10-191-3/+4
* Merge remote-tracking branch 'bohyn/develop' into developJames Saryerwinnie2012-10-191-2/+76
|\
| * Merged current boto/boto develop into bohyn/boto develop.Martin Bohacek2012-07-251-2/+1
| * Update SES connection API. Added methods list_identities, get_identity_verifi...Martin Bohacek2012-07-251-2/+77
* | Merge branch 'ssl_cert_verification' into developMitch Garnaat2012-09-192-22/+8
|\ \
| * | Updating all connection classes to handle validate_certs parameter.Mitch Garnaat2012-09-051-2/+3
| * | WIP: This should be a complete set of changes to enable testing of cert verif...Mitch Garnaat2012-09-051-20/+5
| |/
* | Remove the old reactive based credential refreshingJames Saryerwinnie2012-08-311-6/+0
|/
* Add support for dkimJames Saryerwinnie2012-07-242-3/+91
* Changed typo in the boto.ses documentation: namespace is 'ses' not 'sns'.Christopher Adams2012-07-121-2/+2
* Check type of raw_message before encoding -- it may already be encoded.Dan Wilson2012-07-011-1/+5
* Merge PR to fix #758.Mitch Garnaat2012-06-182-5/+37
* Use boto.exception for checking expirationsJames Saryerwinnie2012-06-151-11/+3
* Allow the HTTPResponse to be reread multiple timesJames Saryerwinnie2012-06-141-1/+3
* Adding support for IAM Roles. Closes #811.Mitch Garnaat2012-06-111-3/+15
* Add security_token parameter to more constructors. Fixes #792.Mitch Garnaat2012-06-041-8/+11
* Encode messages as UTF8 before base64 encodingDavid Marble2012-05-211-1/+1
* Adding SESDomainEndsWithDotError, which appears when an error of the same typ...Greg Taylor2011-12-272-0/+11
* Adding more granular error handling to boto.ses.Greg Taylor2011-11-172-6/+78
* Adding support for STS. Includes adding access to service and using security...Mitch Garnaat2011-10-112-6/+60
* Fix UTF-8 encoding error Riobard2011-10-011-1/+1
* Source is not required. Causes issues when it is omitted.Mark2011-09-221-1/+3
* Fixed issue #195Bradley Ayers2011-06-231-12/+16
* Removing bug check the type of bodyVinicius Ruan Cainelli2011-05-111-1/+1
* converted tabst to spacesvikalp2011-04-231-3/+3
* changed code to handle ses send_email method Exceptions bettervikalp2011-04-231-2/+6
* _build_list_params() handles unicode strings tooMatt Singleton2011-04-121-1/+1
* Tweaking code to remove line > 80 charsgarnaat2011-04-081-1/+2
* Support UTF-8 messages.Cory Mintz2011-04-081-1/+6
* fixing small whitespace issues.garnaat2011-03-301-2/+2
* Changes so both a text and html version of the email can be sent out in the s...ryancustommade2011-03-301-5/+21
* Fixed bug where send_raw_email required destinations addresses causing bcc he...sanbornm2011-03-151-2/+3
* Added docstring explanation for return_path and reply_addressessanbornm2011-03-021-0/+14
* Added support for returnpath and reply-to addressessanbornm2011-03-021-1/+9
* Refactor - private methods, docstringsHarry Marr2011-02-021-17/+54
* Moved connection class to connection.pyHarry Marr2011-02-022-188/+212
* Covered other SES API methodsHarry Marr2011-02-021-32/+80
* Added support for sending raw messagesHarry Marr2011-02-021-0/+46