Commit graph

93 commits

Author SHA1 Message Date
Rushabh Mehta
fca5b4d002 [fix] inline images in email receive 2015-11-06 16:49:17 +05:30
Rushabh Mehta
9a38a64711 [minor] allow rename in standard reply 2015-11-05 12:20:19 +05:30
Anand Doshi
1511d6be81 fixed tests 2015-10-22 15:51:38 +05:30
Rushabh Mehta
951cec90a9 [minor] [enhancement] Email alert subject is also dynamic using Jinja 2015-10-16 11:05:57 +05:30
Rushabh Mehta
15c686f572 [fix] make all VARCHAR default lengths as 140 2015-10-14 17:28:10 +05:30
Anand Doshi
3c4f31a23c Limit varchar length to 140 instead of 255 to mitigate Row Size Too Large error 2015-10-14 16:00:14 +05:30
Rushabh Mehta
dbf6bd4c1f [enhancement] added priority in bulk email 2015-09-29 14:55:53 +05:30
Rushabh Mehta
2191312c87 [enhancement] document management system 2015-09-21 15:41:34 +05:30
Rushabh Mehta
375e28fbeb [minor] send_notification_to should be mandatory if notify_if_unreplied is set 2015-09-18 11:05:42 +05:30
Anand Doshi
2b9cb67e1f Added CC in Communication to manually specify whom to notify. frappe/erpnext#3697 2015-09-17 13:14:51 +05:30
Anand Doshi
fbae8c2df3 [minor] Unset Apply User Permissions in default permissions 2015-09-07 17:33:58 +05:30
Anand Doshi
ad9c500863 Exported all doctypes 2015-08-27 16:45:45 +05:30
Anand Doshi
f2ccbc864f [fix] Allow appending to communication, don't pull sent email 2015-08-17 14:07:29 +05:30
Anand Doshi
c9782e23e4 Merge remote-tracking branch 'frappe/develop' into v6-wip
Conflicts:
	frappe/__version__.py
	frappe/core/doctype/communication/communication.json
	frappe/hooks.py
	frappe/model/document.py
	frappe/public/css/form.css
	frappe/public/less/form.less
	requirements.txt
	setup.py
2015-08-17 12:22:02 +05:30
Anand Doshi
c079e27d3f Moved Backup Manager and Social Login keys to the new Integrations Module, prepared frappe for Mandrill Integration 2015-08-11 12:03:13 +05:30
Rushabh Mehta
a7bd640b24 [merge] 5.3.1 2015-08-11 10:38:03 +05:30
Anand Doshi
31fb389688 Delay sending of notification and provide upto 3 attempts in case of deadlock 2015-08-04 15:09:59 +05:30
Rushabh Mehta
6985d4127e [fixes] document_type, added set-config in commands, prompt in form.js 2015-07-28 17:37:01 +05:30
Anand Doshi
d33f2c0454 [fix] validate Append To 2015-07-17 12:17:14 +05:30
Anand Doshi
ef75a1b488 [fix] Also match domain when matching message id using In-Reply-To 2015-07-17 12:17:14 +05:30
Anand Doshi
6aae191158 [fix] Use frappe.DuplicateEntryError in base_document and email_account 2015-07-17 12:17:14 +05:30
Anand Doshi
aa7df810f4 [enhancement] send reference in email account's auto-reply 2015-07-16 19:41:37 +05:30
Anand Doshi
87aaf010ca [fix] duplicate entry error in email account pulling 2015-07-16 19:41:36 +05:30
Rushabh Mehta
548a541365 [fix] try and match parent by email id if duplicate entry on receiving mail 2015-07-15 10:41:56 +05:30
Rushabh Mehta
5ca8e26b75 [minor] fix help in email alert frappe/erpnext#3538 2015-07-09 10:29:40 +05:30
Rushabh Mehta
db6042b8a8 [fix] remove arbit sender matching if append_to exists 2015-07-06 10:50:09 +05:30
Rushabh Mehta
b05a6ef9b0 [fixes] [minor] email and doctype message 2015-07-01 16:48:42 +05:30
Nabin Hait
f7016664cc Show all recipients in sent-to message 2015-06-19 00:15:53 +05:30
Nabin Hait
39ff2ed1b8 Merge pull request #1152 from anandpdoshi/email-sender-fix
Email Account - Checkbox: Always use Account's Email ID as Sender
2015-06-11 16:03:05 +05:30
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
Anand Doshi
89aeb2d324 [fix] Email Account - Checkbox: Always use Account's Email ID as Sender
If checked, the sender is replaced with the Email ID mentioned in the Email Account. Used when your email provider does not allow you to send emails from different senders.
2015-06-11 00:21:37 -04:00
Rushabh Mehta
fe78050765 [fix] Email Account: login can be separate from email id 2015-06-02 17:12:06 +05:30
Anand Doshi
dbf1f3b040 [fix] email threading based on subject 2015-05-28 01:21:27 -04:00
Anand Doshi
2b3a478daf [fix] email threading - try to match by sender if not subject field is defined 2015-05-28 00:43:52 -04:00
Pratik Vyas
0f7b9cf135 Merge pull request #1124 from rmehta/help
[help] helpers for youtube videos added in list, form sidebar, modules
2015-05-27 14:49:59 +05:30
Rushabh Mehta
bb1a79bd41 [fix] append_to mandatory for incoming Email Account 2015-05-26 16:01:36 +05:30
Rushabh Mehta
b39869a041 [enhancement] new email footer, like mailchip 2015-05-26 12:17:33 +05:30
Rushabh Mehta
b2ee616bb4 [help] helpers for youtube videos added in list, form sidebar, modules 2015-05-25 18:29:52 +05:30
Rushabh Mehta
1fc97970a5 [fix] incoming mails should match Append To DocType 2015-05-21 13:01:51 +05:30
Rushabh Mehta
063ab844a9 [test-fix] email account 2015-05-06 15:35:29 +05:30
Rushabh Mehta
d44279ee5d [email] try and map by subject if in-reply-to is missing 2015-05-05 14:56:01 +05:30
Rushabh Mehta
b11f793ef0 [email] also thread by subject and sender if in-reply-to is missing 2015-05-04 17:18:30 +05:30
Pratik Vyas
69e7460999 [hotfix ]Fix exceptions in pull_from_email_account 2015-04-21 19:09:06 +05:30
Nabin Hait
4b659e1a7e minor fixes 2015-04-21 15:35:35 +05:30
Anand Doshi
293622ed33 [fix] don't de-duplicate email account name. There should be only 1 email account per email id 2015-04-04 13:28:52 +05:30
Anand Doshi
41f400366a [fix] select correct outgoing account in bulk email 2015-04-03 15:42:51 +05:30
Rushabh Mehta
57406c034c [analytics] optional plugin for google analytics 2015-04-03 12:22:24 +05:30
Anand Doshi
6d41379fc4 de-duplicate email account name 2015-04-02 22:56:48 +05:30
Rushabh Mehta
f6fa45a735 [fix] frappe/erpnext#2992 2015-04-02 14:28:32 +05:30
Rushabh Mehta
b64b79c4f1 [bulk] [feature] added send_after 2015-04-01 20:34:00 +05:30