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
Anand Doshi
b7be89f9b2
[hotfix] email account receive – commit/rollback in the loop
2015-04-01 07:43:28 +05:30
Anand Doshi
0b7deff77b
Return sys.exit in run-tests, allow system manager to delete bulk email
2015-03-31 15:35:03 +05:30
Anand Doshi
4d248646db
Fixed unsubscribe link and duplicate entry due to email_id
2015-03-30 21:10:31 +05:30
Anand Doshi
986c96d01a
Fixed Email Pulling
2015-03-30 20:35:52 +05:30
Anand Doshi
cf1321adda
fixed email and timeline
2015-03-27 17:43:35 +05:30
Anand Doshi
ef0762e5f9
run trim_tables in barracuda patch, fixed email accounts and timeline to receive html emails
2015-03-26 18:24:47 +05:30
Rushabh Mehta
75e146143d
[email-alert] text fix
2015-03-26 14:25:48 +05:30
Rushabh Mehta
45f2c4ee62
[print-format-builder] fixed left column, email alert fix
2015-03-26 13:54:32 +05:30
Rushabh Mehta
d9d515a860
[print-format-builder] fixed left column, email alert fix
2015-03-26 12:48:46 +05:30
Rushabh Mehta
b4cf9f7706
[ux] email alert, fix moduleview, speed of loading
2015-03-25 16:27:01 +05:30