summaryrefslogtreecommitdiffstats
path: root/askbot/mail
Commit message (Expand)AuthorAgeFilesLines
* require html5lib for bs4 for better compatibility with apacheEvgeny Fadeev2013-05-081-1/+1
* hopefully fixed the askbot site mounted at a sub-urlEvgeny Fadeev2013-05-051-2/+4
* corrected signature change detectionEvgeny Fadeev2013-04-241-1/+4
* improved handling of user signature extractionEvgeny Fadeev2013-04-242-21/+21
* 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-242-7/+7
* improved user welcoming templatesEvgeny Fadeev2013-04-241-1/+2
* made changes in the code responsible for detecting email signatureEvgeny Fadeev2013-04-242-5/+20
* 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
* forced utf8 encoding on all stderr printingEvgeny Fadeev2013-04-211-2/+2
* brokenEvgeny Fadeev2013-01-092-8/+9
* added basic support for multilingual contentEvgeny Fadeev2013-01-061-1/+1
* added logging statement to send_mailEvgeny Fadeev2012-11-281-0/+2
* added django-style template loader class and replaced render_into_skin with r...Evgeny Fadeev2012-11-172-6/+6
* 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
* | yet another regex fixEvgeny Fadeev2012-11-071-1/+1
* | another fix in the second gmail regexEvgeny Fadeev2012-11-071-1/+1
* | fixed error in the regex parameter name and properly strip 3 lines if no rege...Evgeny Fadeev2012-11-071-2/+3
* | fixed a typoEvgeny Fadeev2012-11-071-1/+1
* | removed logging statements from the lamson handlersEvgeny Fadeev2012-11-072-5/+5
* | added one more regex for gmail and default stripping of 2 lines in case no re...Evgeny Fadeev2012-11-071-1/+2
* | added encoding to the log separator printingEvgeny Fadeev2012-11-071-1/+2
* | fixed up yahoo quote re to work with plain textEvgeny Fadeev2012-11-071-1/+1
* | added a way to deal with an empty string email signatureEvgeny Fadeev2012-11-072-2/+2
* | remove print statement from lamson handlerEvgeny Fadeev2012-11-071-7/+0
* | some changes to email quote separator regexesEvgeny Fadeev2012-11-071-3/+3
* | added a logging message for separators that do not match any regexesEvgeny Fadeev2012-11-061-9/+13
* | code for stripping email client quote separator and the corresponding test ca...Evgeny Fadeev2012-11-062-26/+103
* | removed unused filesEvgeny Fadeev2012-11-011-431/+0
* | added lower rep barrier to accept any posts with links - as a first line of d...Evgeny Fadeev2012-11-012-2/+433
* | 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
|/
* 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
* 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-153-25/+48
|\
| * 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-142-7/+9
| * added email bounce on undetected signature in the ask formEvgeny Fadeev2012-07-212-10/+13
| * added simple tag moderation via email and edited the changelogEvgeny Fadeev2012-06-122-2/+23