summaryrefslogtreecommitdiffstats
path: root/askbot/mail/parsing.py
Commit message (Expand)AuthorAgeFilesLines
* 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-071-2/+2
* 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
* 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-061-0/+78