Skip to content
#

attachment

Here are 147 public repositories matching this topic...

ESP-Mail-Client

⚡️Arduino E-Mail Client Library to send, read and get incoming Email notification for ESP32, ESP8266 and SAMD21 devices. The library also supported other Arduino devices using Clients interfaces e.g. WiFiClient, EthernetClient, and GSMClient.

  • Updated Jun 14, 2022
  • C++
HanaanY
HanaanY commented Mar 27, 2021

hello, firstly I'd like to say nice project!

I tried using it and it found the label I was looking for, it found all the emails under the label but it didn't find any attachments

I traced the problem to index.js, line 189 in the function pluckAllAttachments

      if (!p.body || !p.body.attachmentId) {
        return undefined;
      }

~~It seems not all mes

Improve this page

Add a description, image, and links to the attachment topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the attachment topic, visit your repo's landing page and select "manage topics."

Learn more