summaryrefslogtreecommitdiffstats
path: root/askbot/mail/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* require html5lib for bs4 for better compatibility with apacheEvgeny Fadeev2013-05-081-1/+1
* corrected signature change detectionEvgeny Fadeev2013-04-241-1/+4
* improved handling of user signature extractionEvgeny Fadeev2013-04-241-9/+11
* fixed error in email routingEvgeny Fadeev2013-04-241-1/+1
* made a change in the email routingEvgeny Fadeev2013-04-241-1/+1
* a change in posting by emailEvgeny Fadeev2013-04-241-1/+7
* made changes in the code responsible for detecting email signatureEvgeny Fadeev2013-04-241-4/+10
* hopefully fixed a bug in processing of incoming emailEvgeny Fadeev2013-04-241-1/+2
* fix bug where unicode was not marked correctly.Robert Martin2013-04-221-1/+1
* brokenEvgeny Fadeev2013-01-091-7/+8
* added logging statement to send_mailEvgeny Fadeev2012-11-281-0/+2
* fixed migration 156, a bug in send_mail and relaxed requirement on django ver...Evgeny Fadeev2012-11-111-1/+1
* merged the django1.4 compatibility branch by AdolfoEvgeny Fadeev2012-11-101-1/+2
|\
| * fixed clean_html_email issue in django 1.4.1Adolfo Fitoria2012-10-111-1/+2
* | removed logging statements from the lamson handlersEvgeny Fadeev2012-11-071-3/+3
* | added a way to deal with an empty string email signatureEvgeny Fadeev2012-11-071-1/+1
* | code for stripping email client quote separator and the corresponding test ca...Evgeny Fadeev2012-11-061-26/+25
* | added lower rep barrier to accept any posts with links - as a first line of d...Evgeny Fadeev2012-11-011-2/+2
* | added logging of response boundaries in the emailed responsesEvgeny Fadeev2012-10-311-11/+15
* | undone the first implementation of limiting the link insertionEvgeny Fadeev2012-10-281-2/+2
* | added reputation limit to insert links into questions and answersEvgeny Fadeev2012-10-281-2/+2
|/
* hopefully fixed the image urls in the email alertsEvgeny Fadeev2012-09-281-0/+3
* fixed test and removed unused code in extract signatureAdolfo Fitoria2012-09-191-3/+1
* fixed bug in one template, TOOD: fix test_moderated_question_answerable_appro...Adolfo Fitoria2012-09-191-2/+2
* buggy commit, error parsing signature from html emailsAdolfo Fitoria2012-09-181-4/+7
* Merge branch 'master' into email_templatesAdolfo Fitoria2012-09-151-18/+32
|\
| * emails to groups result in questions posted into the groupsEvgeny Fadeev2012-08-141-6/+8
| * added email bounce on undetected signature in the ask formEvgeny Fadeev2012-07-211-10/+12
| * added simple tag moderation via email and edited the changelogEvgeny Fadeev2012-06-121-2/+12
* | 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
|/
* finally signature validation upon asking worksEvgeny Fadeev2012-06-051-4/+2
* fixed a bug in askbot.mail moduleEvgeny Fadeev2012-06-051-1/+1
* fixed an import errorEvgeny Fadeev2012-06-051-6/+5
* created askbot.mail.messages module and made "no signature" email respondableEvgeny Fadeev2012-06-051-23/+23
* 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
* stripped whitespace from post bodyEvgeny Fadeev2012-05-291-1/+1
* moved module askbot.utils.mail -> askbot.mailEvgeny Fadeev2012-05-251-0/+374
* created module askbot.mail and moved lamson_handlers.py thereEvgeny Fadeev2012-05-251-0/+0