mobizt / ESP-Mail-Client

The comprehensive Arduino Email Client Library to send and read Email for Arduino devices. The library also supports other network shields or modules e.g., Wi-Fi, Ethernet, and GSM/4G modules.
https://mobizt.github.io/ESP-Mail-Client/
MIT License
200 stars 58 forks source link

Update ESP_Mail_Client.h #290

Closed dkalliv closed 1 year ago

dkalliv commented 1 year ago

Make getEncodingFromCharset(), decodeLatin1_UTF8(), decodeTIS620_UTF8() and RFC2047Decoder public.

Description:

This makes getEncodingFromCharset(), decodeLatin1_UTF8(), decodeTIS620_UTF8() and RFC2047Decoder public (see discussion #288 ).

Type of change:

Testing:

Checklist:

mobizt commented 1 year ago

Please add ENABLE_IMAP guard over those moving functions and class.