summaryrefslogtreecommitdiffstats
path: root/askbot/mail
Commit message (Expand)AuthorAgeFilesLines
...
* | Start to improve email presentation, created base_mail.html template andAdolfo Fitoria2012-09-141-1/+16
* | temporal commit: added base template and modified askbot.mail.send_mail funct...Adolfo Fitoria2012-09-061-7/+8
|/
* added feedback email on email validation flow with reply- email address prefixEvgeny Fadeev2012-06-051-0/+15
* finally signature validation upon asking worksEvgeny Fadeev2012-06-051-4/+2
* fixed a bug in askbot.mail moduleEvgeny Fadeev2012-06-051-1/+1
* made the message() decorator for askbot.mail.messages workEvgeny Fadeev2012-06-051-7/+11
* fixed an import errorEvgeny Fadeev2012-06-051-6/+5
* created askbot.mail.messages module and made "no signature" email respondableEvgeny Fadeev2012-06-052-23/+71
* fixed format of bounce emailEvgeny Fadeev2012-06-051-2/+2
* used a nonexisting settingEvgeny Fadeev2012-06-051-1/+4
* a small fix to the email formatEvgeny Fadeev2012-06-051-1/+4
* small corrections in the bounce emailEvgeny Fadeev2012-06-051-3/+4
* email meaningful feedback in re:ask by email when user does no have sufficien...Evgeny Fadeev2012-06-051-0/+15
* fixed trailing quote stripping in the response processingEvgeny Fadeev2012-05-301-1/+1
* a bug fix in replying by emailEvgeny Fadeev2012-05-291-1/+2
* stripped whitespace from post bodyEvgeny Fadeev2012-05-291-1/+1
* another bug fix to process post edits by email correctlyEvgeny Fadeev2012-05-291-1/+1
* omitted editing title from "append" content type emails on questionsEvgeny Fadeev2012-05-291-1/+3
* hopefully it is possible to edit by emailEvgeny Fadeev2012-05-291-10/+15
* more bug fixes in the "ask/answer/comment/edit" by emailEvgeny Fadeev2012-05-281-3/+15
* fixed a bug in processing of ask by emailEvgeny Fadeev2012-05-281-1/+1
* moved module askbot.utils.mail -> askbot.mailEvgeny Fadeev2012-05-252-1/+375
* created module askbot.mail and moved lamson_handlers.py thereEvgeny Fadeev2012-05-252-0/+282