summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorJames E. Blair <corvus@gnu.org>2019-06-09 10:05:11 -0700
committerJames E. Blair <corvus@gnu.org>2019-06-09 10:07:14 -0700
commit3177ba26421b730bdf475fc2e991eef9ab9ef067 (patch)
treea7cce1756ccb5d6c50b1b56e1b24885ba683851f /README.rst
parentc44874cfa48bf00b83057033fc7800b35e157702 (diff)
Add support for Delta
Also add an undocumented mailbox driver for a directory of files for ease of testing (this could probably become a maildir driver with a bit more work). Remove unecessary decode calls from the message traversal.
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst5
1 files changed, 3 insertions, 2 deletions
diff --git a/README.rst b/README.rst
index 8715aa6..dd22c95 100644
--- a/README.rst
+++ b/README.rst
@@ -14,9 +14,10 @@ even if an email is seen multiple times.
14 14
15It currently understands emails from the following senders: 15It currently understands emails from the following senders:
16 16
17* United Airlines 17* Delta Air Lines
18* Marriott hotels (when booked directly)
19* Eventbrite 18* Eventbrite
19* Marriott hotels (when booked directly)
20* United Airlines
20 21
21It is simple to add support for more types of emails, and additions 22It is simple to add support for more types of emails, and additions
22are welcome. 23are welcome.