You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,6 +16,17 @@ Minimum 200k flash space device is recommended for library installation and user
16
16
17
17
The minimum ram requirement is based on the applications (SMTP and IMAP). IMAP application may required up to 20k memory while SMTP application required much less memory.
18
18
19
+
## New Library Is Available
20
+
21
+
The [ReadyMail](https://github.com/mobizt/ReadyMail), new, fast and lightweight async Email client library for Arduino is available.
22
+
23
+
The new Email client library supports both async and await mode usages with simple APIs.
24
+
25
+
The new library interfaces are simple, no more config class and config file. The network interface and filesystem are independent which allows you to work with any network and filesystem.
26
+
27
+
With new IMAP parser, the library reliability has been improved while providing less program space (only 52k). Let's try.
28
+
29
+
This `ESP-Mail-Client` library will be deprecated after the release of [ReadyMail](https://github.com/mobizt/ReadyMail) library within a year.
0 commit comments