seitime-frappe/frappe/email
Faris Ansari 80054e0f28 Data Migration Tool Hotfix (#4396)
* Add get_source_value to utils, and use it to get value from object or dict

* GitHub connector

* fix codacy

* remove print statement

* Remove Github Connector

* Data Migration Connector

- Create new connection with boilerplate
- Add Run button in Data Migration Plan

* minor

* fix codacy

* remove pygithub

* Minor

- Remove button from form and add to custom button
- Remove is_custom field
- Add Connector Type 'Custom'
- Show New Connection button only in developer mode

* [fix] logging

- only store the name, not the whole json

* [fix] tests
2017-10-27 15:55:41 +05:30
..
doctype More Python 3 compatibility Frappe test fixes (#4321) 2017-10-17 17:45:49 +05:30
page add to contact for email inbox 2017-03-14 17:55:07 +05:30
__init__.py Except and raise statement python 3 compatible style (#3216) 2017-05-11 10:51:59 +05:30
email_body.py Data Migration Tool Hotfix (#4396) 2017-10-27 15:55:41 +05:30
inbox.py [minor] refactor mark as read and mark as unread (#4154) 2017-09-21 12:32:20 +05:30
queue.py Merge branch 'master' into develop 2017-09-27 13:03:10 +05:30
receive.py Replaced all instances of 'unicode' with 'six.text_type' (#3825) 2017-08-02 16:57:39 +05:30
smtp.py [hotfix] pull emails from all incoming email accounts instead of enqueue single email account (#4199) 2017-09-28 12:14:00 +05:30
test_email_body.py Python 3 compatibility Frappe test fixes (#4318) 2017-10-17 17:45:25 +05:30