seitime-frappe/frappe/utils
Anand Doshi 529751db69 [fix] email threading when sender's email client does not support Message-ID passing via In-Reply-To
For eg. when a System User is using Outlook and replies to an email from their own client, it reaches the Email Account with the threading info lost and the (sender + subject match) doesn't work because the sender in the first communication was someone different to whom the system user is replying to via the common email account in Frappe. This fix bypasses the sender match when the sender is a system user and subject is atleast 10 chars long (for additional safety)
2015-06-11 01:53:53 -04:00
..
__init__.py [hotfix] avoid import error on old versions of requests 2015-05-01 15:19:05 +05:30
autodoc.py Web Notes to Frappe, better alerts, css fixes, fixed splash 2015-03-03 15:09:34 +05:30
backups.py Print filenames after backup 2015-06-05 11:40:48 +05:30
bench_helper.py add profile to cli 2015-03-05 16:47:15 +05:30
boilerplate.py fixed boilerplate, freeze, attach, frappeclient 2015-03-17 19:44:53 +05:30
change_log.py [fix] change log 2015-05-20 11:05:47 +05:30
csvutils.py Web Notes to Frappe, better alerts, css fixes, fixed splash 2015-03-03 15:09:34 +05:30
data.py [fix] [hot] moment-timezones and locale 2015-05-27 17:12:01 +05:30
dateutils.py Web Notes to Frappe, better alerts, css fixes, fixed splash 2015-03-03 15:09:34 +05:30
doctor.py Fix doctor 2015-04-22 09:09:16 +05:30
file_lock.py Web Notes to Frappe, better alerts, css fixes, fixed splash 2015-03-03 15:09:34 +05:30
file_manager.py [fix] Extract images from HTML fields for print format 2015-05-21 17:39:26 +05:30
fixtures.py [enhancement] custom script fixtures via fixtures/custom_script 2015-04-20 12:46:44 +05:30
formatters.py [hotfix] formatters 2015-04-08 16:17:32 +05:30
image.py Web Notes to Frappe, better alerts, css fixes, fixed splash 2015-03-03 15:09:34 +05:30
install.py optimizations 2015-03-18 15:05:47 +05:30
jinja.py [fix] replace filter with_leading_slash with abs_url, ensures consistent urls by changing relative to absolute urls wherever the filter is used 2015-05-29 14:30:15 -04:00
make_random.py [added] frappe.utils.make_random 2015-04-03 19:04:19 +05:30
minify.py [hotfix] removed unicode literals from minify.py 2015-02-24 22:30:42 +05:30
momentjs.py [fix] Added unicode_literals if missing in py files 2015-02-24 12:24:20 +05:30
nestedset.py Web Notes to Frappe, better alerts, css fixes, fixed splash 2015-03-03 15:09:34 +05:30
pdf.py Web Notes to Frappe, better alerts, css fixes, fixed splash 2015-03-03 15:09:34 +05:30
redis_wrapper.py [cache] [fix] hdel 2015-05-11 12:07:11 +05:30
response.py Web Notes to Frappe, better alerts, css fixes, fixed splash 2015-03-03 15:09:34 +05:30
scheduler.py [minor] Disable scheduler from site_config 2015-05-28 14:13:18 +05:30
sel.py [fix] selenium 2015-05-29 01:00:27 -04:00
setup_docs.py [docs] fixes and updates 2015-02-13 16:10:47 +05:30
user.py [fix] email threading when sender's email client does not support Message-ID passing via In-Reply-To 2015-06-11 01:53:53 -04:00
verified_command.py [fixes] [minor] 2015-05-26 12:17:33 +05:30