[FIX] tools: mail: fixed last commit, solving an issue with the html2plaintext introd...
[odoo/odoo.git] / openerp / tools / mail.py
2014-07-11 Thibault Delavallée[FIX] tools: mail: fixed last commit, solving an issue...
2014-07-10 Anand-Dharampuriya[FIX] Solve some mail issues which are currently presen...
2014-02-10 Martin Trigaux[FIX] html_sanitize: partial backport of trunk revision...
2014-01-14 Olivier Dony[FIX] tools.email_split: improve email extraction using...
2013-11-13 Christophe Simonis[FIX] html_sanitize: handle the case of empty documents...
2013-03-29 Christophe Matthieu[FIX] html2plaintext: bug 1159782
2013-03-08 Cedric Snauwaert[FIX]tools/mail: fix regex when sanitizing html contain...
2013-01-02 Christophe Matthieu[IMP] mail_sanitize: simplification of the regular...
2013-01-02 Christophe Matthieu[IMP] mail sanitize: add special email address for...
2012-12-31 Christophe Matthieu[FIX] tools: html_sanitize
2012-12-27 Fabien Pinckaers[IMP] support for lxml <2.3.1
2012-12-27 Thibault Delavallée[IMP] sanitizer: improved logger message if crashed...
2012-12-26 Thibault Delavallée[DOC] Added some comments. Updated failure message...
2012-12-26 Thibault Delavallée[IMP] html_sanitize: now uses the builtin cleaner of...
2012-12-19 Christophe Matthieu[IMP] tools mail: don't remove xml and doctype but...
2012-12-19 Christophe Matthieu[FIX] tools mail: return the initial variable if is...
2012-11-26 Olivier Dony[MERGE] Forward-port 6.1 bugfixes up to rev. 4307
2012-11-20 Christophe Matthieu[FIX] tools mail : html_email_clean
2012-11-20 Christophe Matthieu[FIX] tools mail: html_email_clean return False (standa...
2012-11-19 Christophe Matthieu[FIX] tools mail: html_email_clean return an empty...
2012-11-14 Thibault Delavallée[IMP] tools: html_email_clean: a bit more robust.
2012-11-14 Thibault Delavallée[CLEAN] html_email_clean: cleaned a bit the code.
2012-11-09 Thibault Delavallée[IMP] tools: mail: improved append_content_to_html...
2012-11-07 Thibault Delavallée[IMP] tools: added text2html function, basically turnin...
2012-11-07 Thibault Delavallée[CLEAN] tools: mail: removed commented code; moved...
2012-11-07 Thibault Delavallée[FIX] tools: html_email_clean: remove blockquote in...
2012-11-07 Thibault Delavallée[IMP] tools: tests: cleaner: cleaned a bit test data...
2012-11-07 Thibault Delavallée[IMP] tools: mail: improved basic html_email_clean.
2012-11-06 Thibault Delavallée[FIX] tools: mail: use beautifulsoup parser, if not...
2012-11-06 Thibault Delavallée[FIX] tools: mail: fixed some import, cleaned some...
2012-11-06 Thibault Delavallée[IMP] tools: mail: added html_cleaner, to clean html...
2012-11-06 Thibault Delavallée[FIX] tools: some import cleaning and fixing.
2012-11-06 Thibault Delavallée[REF] tools: moved email and mail related functions...
2012-11-06 Thibault Delavallée[REN] html_sanitize -> mail, to have a central file...