summaryrefslogtreecommitdiffstats
path: root/askbot/models/reply_by_email.py
Commit message (Expand)AuthorAgeFilesLines
* brokenEvgeny Fadeev2013-01-091-7/+8
* added basic support for multilingual contentEvgeny Fadeev2013-01-061-1/+1
* a bug fix in replying by emailEvgeny Fadeev2012-05-291-1/+1
* another bug fix to process post edits by email correctlyEvgeny Fadeev2012-05-291-10/+17
* a bug fix in the edit post branch by emailEvgeny Fadeev2012-05-291-7/+4
* in the user inbox skip notifications about deleted comments to prevent an exc...Evgeny Fadeev2012-05-291-1/+6
* change ugettext_lazy to ugettext on value going to dbEvgeny Fadeev2012-05-291-1/+1
* hopefully it is possible to edit by emailEvgeny Fadeev2012-05-291-9/+30
* factored out a function generating email addresses for the email responsesEvgeny Fadeev2012-05-261-0/+9
* moved module askbot.utils.mail -> askbot.mailEvgeny Fadeev2012-05-251-1/+1
* added test cases for detection of email signatureEvgeny Fadeev2012-05-251-41/+8
* added signature extraction to processing of all responsesEvgeny Fadeev2012-05-241-0/+27
* added signature stripping to posting of responses by emailEvgeny Fadeev2012-05-241-0/+2
* added the "welcome email", "signature detection" and prepared for "private gr...Evgeny Fadeev2012-05-221-7/+6
* added default automatic decision on whether to reply by comment or answerEvgeny Fadeev2012-05-211-1/+2
* added a mailto link to the instant notificationEvgeny Fadeev2012-05-211-4/+27
* added by_email flag where quesitons are posted by emailEvgeny Fadeev2012-04-091-5/+22
* fixed three more bugs preventing post/reply/edit by email workEvgeny Fadeev2012-03-211-1/+1
* untested fix for posting email with inline attachmentsEvgeny Fadeev2012-03-211-4/+9
* first pass for posting question by email via LamsonEvgeny Fadeev2012-03-161-30/+4
* allowed posting edits by email via lamsonEvgeny Fadeev2012-03-151-15/+64
* replying by email with attachments more or less worksEvgeny Fadeev2012-03-151-1/+4
* a first pass on accepting file attachments in email responsesEvgeny Fadeev2012-03-151-7/+13
* added lamson to requirementsEvgeny Fadeev2012-03-141-0/+1
* Changed word counting methodVasil Vangelovski2012-01-301-1/+1
* Adapted reply by email feature to work with django lamsonVasil Vangelovski2012-01-251-62/+1
* Fixed posting replies to comments by emailVasil Vangelovski2012-01-191-1/+3
* Separating quoted text in reply by email featureVasil Vangelovski2012-01-181-0/+31
* Reply by email basic use case working with some edge-case handling missingVasil Vangelovski2012-01-181-7/+33
* Added basic handler for processing replies by emailVasil Vangelovski2012-01-171-1/+14
* Posting reply by email - saving postVasil Vangelovski2012-01-171-1/+19
* Added model for tracking generated addresses for reply by email featureVasil Vangelovski2012-01-151-0/+34