summaryrefslogtreecommitdiffstats
path: root/askbot/tests/reply_by_email_tests.py
Commit message (Expand)AuthorAgeFilesLines
* added basic support for multilingual contentEvgeny Fadeev2013-01-061-1/+1
* code for stripping email client quote separator and the corresponding test ca...Evgeny Fadeev2012-11-061-2/+2
* fixed bug in one template, TOOD: fix test_moderated_question_answerable_appro...Adolfo Fitoria2012-09-191-128/+0
* buggy commit, error parsing signature from html emailsAdolfo Fitoria2012-09-181-27/+126
* added html email testAdolfo Fitoria2012-09-171-7/+43
* hopefully it is possible to edit by emailEvgeny Fadeev2012-05-291-4/+4
* hopefully fixed bugs with the approval notification messagesEvgeny Fadeev2012-05-281-1/+1
* added test cases for detection of email signatureEvgeny Fadeev2012-05-251-39/+74
* added the "welcome email", "signature detection" and prepared for "private gr...Evgeny Fadeev2012-05-221-9/+28
* simplified text of the instant email alertEvgeny Fadeev2012-03-231-1/+5
* fixed bugs so that test cases passEvgeny Fadeev2012-03-211-16/+30
* a first pass on accepting file attachments in email responsesEvgeny Fadeev2012-03-151-0/+4
* Adapted reply by email feature to work with django lamsonVasil Vangelovski2012-01-251-2/+2
* Fixed posting replies to comments by emailVasil Vangelovski2012-01-191-0/+1
* Separating quoted text in reply by email featureVasil Vangelovski2012-01-181-2/+3
* Reply by email basic use case working with some edge-case handling missingVasil Vangelovski2012-01-181-2/+2
* Added basic handler for processing replies by emailVasil Vangelovski2012-01-171-2/+53
* Posting reply by email - saving postVasil Vangelovski2012-01-171-1/+34
* Added model for tracking generated addresses for reply by email featureVasil Vangelovski2012-01-151-0/+26