From be102cac3bd7627377d4f58dc81837a4bec4daaa Mon Sep 17 00:00:00 2001 From: qqgg231 Date: Sun, 18 Oct 2020 22:49:18 +0200 Subject: [PATCH] update 'Limitations' in readme.md to reflect added features in previous commits --- README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/README.md b/README.md index 647fb03..8884414 100644 --- a/README.md +++ b/README.md @@ -157,11 +157,8 @@ To view the attachments of an email, look at the ``GmailMessage`` object's ``att Limitations ----------- -Currently, EZGmail cannot do the following: +Currently, EZGmail can't still do some things, but most should work already! -* Read or set labels. (Including marking emails as read.) -* Sending emails with cc and bcc fields. -* A lot of other basic features. This package is just a start! Contribute ----------