[FIX] mail: fixed bounce email recognition + invite email headers + mass mailing...
[odoo/odoo.git] / openerp / tools / mail.py
2014-08-11 Thibault Delavallée[FIX] mail: fixed bounce email recognition + invite...
2014-08-07 Thibault Delavallée[FIX] tools: html_sanitize: keep mako tags (<% ......
2014-07-15 Christophe Simonis[MERGE] forward port of branch saas-3 up to 24484c8
2014-07-15 Christophe Simonis[MERGE] forward port of branch 7.0 up to 7a928b1
2014-07-11 Thibault Delavallée[FIX] tools: mail: fixed last commit, solving an issue...
2014-07-11 Olivier Dony[MERGE] Fwd-port saas-3 up to a9d2b65
2014-07-11 Olivier Dony[MERGE] Fwd-port 7.0 up to 783b9e1
2014-07-10 Anand-Dharampuriya[FIX] Solve some mail issues which are currently presen...
2014-04-24 Christophe Simonis[MERGE] forward port of branch saas-3 up to revid 5120...
2014-04-23 Martin Trigaux[MERGE] [IMP] mail sanitizer: do not remove comments...
2014-04-15 Anael Closson[FIX] tools: Comments in e-mail templates are removed...
2014-04-09 Raphael Collet[IMP] registry: now cursor() simply returns a cursor...
2014-04-08 Raphael Collet[IMP] registry: add method get_cursor() to simply retri...
2014-02-11 Denis Ledoux[MERGE] Forward-port of latest 7.0 bugfixes, up to...
2014-02-10 Martin Trigaux[FIX] html_sanitize: partial backport of trunk revision...
2014-02-06 Christophe Simonis[MERGE] forward port of branch 7.0 up to revid 5224...
2014-01-23 Thibault Delavallée[FIX] tools: mail: support \[ and \] in tmeplates
2014-01-23 Thibault Delavallée[FIX] tools: mail: fixed last commit, now simply using...
2014-01-23 Thibault Delavallée[FIX] tools: mail: when cleaning, unescape mako specifi...
2014-01-16 Thibault Delavallée[MERGE] Sync with trunk, solved conflicts.
2014-01-15 Thibault Delavallée[IMP] tools: mail: the cleaner, by parsing and serializ...
2014-01-15 Thibault Delavallée[IMP] [READD] [IMP] tools: mail: have a strict mode...
2014-01-14 Olivier Dony[FIX] tools.email_split: improve email extraction using...
2014-01-13 Thibault Delavallée[REV] Reverted last commit.
2014-01-13 Thibault Delavallée[IMP] tools: mail: have a strict mode for html_sanitize...
2013-12-14 Fabien Pinckaers[IMP] allow frames in blogs (video, ...
2013-12-13 Fabien Pinckaers[IMP] HMTL5 main element
2013-12-09 Fabien Pinckaers[FIX] Don't remove data-... attributes like data-snippet-id
2013-12-02 Christophe Matthieu[MERGE] sync with trunk
2013-11-21 Denis Ledoux[MERGE] Forward-port of latest 7.0 bugfixes, up to...
2013-11-13 Christophe Simonis[FIX] html_sanitize: handle the case of empty documents...
2013-10-28 Thibault Delavallée[MERGE] Sync with trunk
2013-10-24 Thibault Delavallée[MERGE] [FIX] tools: mail: fixed shortening of html...
2013-10-24 Thibault Delavallée[FIX] Fixed bug due to copy-and-paste: outertext is...
2013-10-23 Thibault Delavallée[FIX] Fixed previous commit, car go to len of the string.
2013-10-23 Thibault Delavallée[CLEAN] tools: cleaned modified code
2013-10-22 Thibault Delavallée[IMP] tools: mail: added a protection in a string.find...
2013-10-22 Thibault Delavallée[FIX] tools: mail: fixed shortening of html content.
2013-10-18 Olivier Dony[FIX] tools.mail: typo causing infinite loop + fix...
2013-10-17 Thibault Delavallée[FIX] tools: mail: fixed / improved html_email_clean.
2013-10-16 Thibault Delavallée[FIX] tools: html_email_clean: fixed regex for
2013-10-02 Thibault Delavallée[MERGE] Sync with trunk until revision 4957.
2013-10-01 Thibault Delavallée[IMP] tools: improved html_email_clean.
2013-09-30 Fabien Pinckaers[IMP] read more new line
2013-09-23 Thibault Delavallée[IMP] tools: mail: improved html_email_clean
2013-09-16 Thibault Delavallée[MERGE] Sync with trunk
2013-09-10 Christophe Simonis[MERGE] forward port of branch saas-1 up to revid 4903...
2013-09-09 Thibault Delavallée[MERGE] Sync with trunk
2013-09-06 Xavier Morel[FIX] no Logger.getChild in Python 2.6
2013-08-30 Christophe Simonis[FIX] html_sanitize: allow new semantic HTML5 tags
2013-08-29 Xavier Morel[FIX] Logger.getChild(suffix) — New in version 2.7.
2013-08-21 Christophe Simonis[MERGE] forward port of branch saas-1 up to revid 4899...
2013-08-21 Christophe Simonis[IMP] html_sanitize:
2013-08-08 Thibault Delavallée[TESTS] tools: mail: added some tests + some cleaning...
2013-08-06 Thibault Delavallée[IMP] tools: added a regex for bounce email addresses
2013-04-25 Thibault Delavallée[REF] html_email_clean: refactored the algorithm to...
2013-04-23 Thibault Delavallée[IMP] html_email_clean: now handles maximum character...
2013-04-23 Thibault Delavallée[REF] html_email_clean: refactoring of the algorithm...
2013-04-04 Vo Minh Thu[MERGE] forward merge 7.0 until revision 4919.
2013-03-29 Christophe Matthieu[FIX] html2plaintext: bug 1159782
2013-03-27 Vo Minh Thu[REF] no longer use openerp.pooler.
2013-03-08 Cedric Snauwaert[FIX]tools/mail: fix regex when sanitizing html contain...
2013-01-04 Vo Minh Thu[MERGE] Forward port of 7.0 until rev. 4767.
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-28 Frédéric van der... [MERGE] from upstream
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-20 Frédéric van der... [FIX] tools: email regexp was too restrictive
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...