Commit graph

129 commits

Author SHA1 Message Date
Anand Doshi
94de362e3c [minor] frappe.are_emails_muted 2015-09-09 14:04:41 +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
ea79dc6f40 [fix] catch specific smtp exceptions in bulk flush for future retry 2015-08-24 13:36:39 +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
51df143d7a Merge pull request #1230 from anandpdoshi/bulk-limit-fix
Bulk Limit check
2015-08-03 16:24:35 +05:30
Pratik Vyas & Anand Doshi
2f72d86d11 [fix] bulk limit check 2015-08-03 13:08:59 +05:30
Rushabh Mehta
1962f999c4 [fix] don't error bluk flush if connection breaks, frappe/erpnext#3232 2015-08-03 12:27:31 +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
a413239d7d [minor] OutgoingEmailError 2015-07-24 13:38:48 +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
Pratik Vyas
df49e1d58d [fix] Check bulk limit if email_account from site_config.json 2015-06-05 15:50:37 +05:30
Pratik Vyas
9b4e005362 [minor] Ignore connection time out in email receive 2015-06-05 11:58:42 +05:30
Rushabh Mehta
fe78050765 [fix] Email Account: login can be separate from email id 2015-06-02 17:12:06 +05:30
Rushabh Mehta
3c8e1fff39 Merge pull request #1133 from anandpdoshi/anand-may-27
Email pulling - ignore temp error
2015-05-28 11:20:18 +05:30
Anand Doshi
04e108ab29 [fix] ignore while pulling emails - '-ERR [SYS/TEMP] Temporary system problem. Please try again later.' 2015-05-28 01:46:24 -04:00
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
Rushabh Mehta
e5052ec141 [fix] [refactor] 2015-05-27 15:06:10 +05:30
Rushabh Mehta
5734d897cb [fix] [refactor] 2015-05-27 15:04:47 +05:30
Rushabh Mehta
8dec1bb925 [fix] expire bulk emails after 3 days, so that they are not accidentally sent if scheduler fails and restarts 2015-05-27 15:04:47 +05:30
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
Nabin Hait
c2a2128bad removed duplicate download backup link 2015-05-26 16:45:53 +05:30
Rushabh Mehta
bb1a79bd41 [fix] append_to mandatory for incoming Email Account 2015-05-26 16:01:36 +05:30
Nabin Hait
4361c1121b [fix] email footer and signature 2015-05-26 12:17:33 +05:30
Rushabh Mehta
5f1226683b [fixes] [minor] 2015-05-26 12:17:33 +05:30
Rushabh Mehta
ef0c6b44f7 [email] consistent email, website branding 2015-05-26 12:17:33 +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
Pratik Vyas
a8d564a6c9 Fix check_bulk_limit 2015-05-11 14:29:17 +05:30
Rushabh Mehta
ec2553f1e6 [emails] [fix] expand_relative_urls in email 2015-05-11 11:22:12 +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