odoo/openerp/tools
Denis Ledoux 31e8bb8e9d [FIX] mail: better signature detection
This revision back-ports revisions
983d5eb9fa
&
ccbb8e09a6
regarding this signature regex.

Besides, it adds the fact the dashes have to
be at the beginning of the line
to make them detected as a signature.

opw-655834
2015-11-30 14:48:59 +01:00
..
__init__.py [REN] html_sanitize -> mail, to have a central file for methods about mail (html sanitizing, html management, emails related functions, ...). 2012-11-06 12:54:20 +01:00
amount_to_text.py [FIX] amount_to_text: make sure accented string is in unicode 2014-04-23 17:02:15 +02:00
amount_to_text_en.py [IMP] more augmented assignments 2012-12-14 14:44:55 +01:00
assertion_report.py [IMP] tests: 2012-03-02 12:02:27 +01:00
cache.py multiprocessing signaling manually backported from 6.1 2012-12-08 19:11:51 +01:00
config.py [IMP] config: remove deprecated comment 2015-01-06 18:03:58 +01:00
convert.py [FIX] convert: gracefully ignore missing XML IDs when processing <delete> tags + warn in log 2014-05-05 09:46:36 +02:00
float_utils.py [FIX] base: support float rounding with rounding_method=UP (ceiling) 2014-10-22 14:28:22 +02:00
func.py [REM] unnecessary parens 2012-12-14 13:38:03 +01:00
graph.py [IMP] more augmented assignments 2012-12-14 14:44:55 +01:00
image.py [FIX] tools: image size as power of 2 2015-04-17 14:17:19 +02:00
import_email.py [IMP] res_partner:add res_partner_address field to res_partner 2012-02-20 14:47:05 +05:30
lru.py [IMP] compare to None by identity 2012-12-14 13:16:38 +01:00
mail.py [FIX] mail: better signature detection 2015-11-30 14:48:59 +01:00
misc.py [FIX] tools: ignore unknown entities while parsing 2015-11-03 21:38:53 +01:00
osutil.py merge upstream 2012-12-17 18:26:14 +01:00
parse_version.py [IMP] Added missing vim mode lines 2011-11-22 09:58:48 +01:00
pdf_utils.py [IMP] openerp python module. 2011-02-07 13:57:23 +01:00
safe_eval.py [FIX] safe_eval: no shadowing of PostgreSQL's exceptions 2015-01-28 14:34:54 +01:00
sql.py [FIX] drop_view_if_exists: simpler and CASCADING implementation for pg 8.3+ 2012-02-27 17:57:37 +01:00
test-config-values [ADD] tools/config: started tests. 2011-06-01 13:50:55 +02:00
test-config-values-00.conf [ADD] tools/config: started tests. 2011-06-01 13:50:55 +02:00
test_config.py [IMP] Added missing vim mode lines 2011-11-22 09:58:48 +01:00
test_reports.py [FIX] test_reports.py: use communicate() to avoid creating zombie processes 2012-11-30 16:29:37 +01:00
translate.py [FIX] tools: i18n_extra loading, backport of 7c2795ca 2015-09-28 15:38:39 +02:00
view_validation.py [FIX]:Fix a predicate function doc 2012-08-07 12:24:55 +05:30
which.py [IMP] Added missing vim mode lines 2011-11-22 09:58:48 +01:00
win32.py [IMP] openerp python module. 2011-02-07 13:57:23 +01:00
yaml_import.py [FIX] tools: accept multilines on_change 2015-07-07 15:36:15 +02:00
yaml_tag.py [FIX] yaml: more explicit error if !record has missing parameters 2012-10-29 18:34:21 +01:00