summaryrefslogtreecommitdiffstats
path: root/askbot/mail/lamson_handlers.py
Commit message (Expand)AuthorAgeFilesLines
* hopefully fixed the askbot site mounted at a sub-urlEvgeny Fadeev2013-05-051-2/+4
* improved handling of user signature extractionEvgeny Fadeev2013-04-241-12/+10
* a change in posting by emailEvgeny Fadeev2013-04-241-6/+0
* improved user welcoming templatesEvgeny Fadeev2013-04-241-1/+2
* made changes in the code responsible for detecting email signatureEvgeny Fadeev2013-04-241-1/+10
* forced utf8 encoding on all stderr printingEvgeny Fadeev2013-04-211-2/+2
* added django-style template loader class and replaced render_into_skin with r...Evgeny Fadeev2012-11-171-4/+4
* added a way to deal with an empty string email signatureEvgeny Fadeev2012-11-071-1/+1
* remove print statement from lamson handlerEvgeny Fadeev2012-11-071-7/+0
* storing the full messageAdolfo Fitoria2012-09-281-1/+1
* fixed error and added separatorAdolfo Fitoria2012-09-281-1/+2
* fixes logging body of emailAdolfo Fitoria2012-09-281-6/+8
* added logging statement to lamson decorator to store repliesAdolfo Fitoria2012-09-281-4/+10
* tests pass, but group-related features need some manual testing and more test...Evgeny Fadeev2012-08-291-7/+4
* emails to groups result in questions posted into the groupsEvgeny Fadeev2012-08-141-1/+1
* added email bounce on undetected signature in the ask formEvgeny Fadeev2012-07-211-0/+1
* added feedback email on email validation flow with reply- email address prefixEvgeny Fadeev2012-06-051-0/+15
* a bug fix in replying by emailEvgeny Fadeev2012-05-291-1/+2
* 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-251-1/+1
* created module askbot.mail and moved lamson_handlers.py thereEvgeny Fadeev2012-05-251-0/+282