EC-Nordbund / denomailer

A SMTP-Client implementation for deno (to send mails!)
https://deno.land/x/denomailer
MIT License
50 stars 16 forks source link

Read/fetch mails #77

Closed arinmirza closed 11 months ago

arinmirza commented 11 months ago

Is your feature request related to a problem? Please describe.

I need to read mails, and also possibly mark them as read, delete them etc. The library currently only provides the possibility of sending mails. The SMTP connection is already there, so would it be possible to extend it such that it allows reading mails?

Describe the solution you'd like

Fetch mails, get mail count, delete mails,

Describe alternatives you've considered

There are no other deno libraries that allow reading mails.

Additional context

None

arinmirza commented 11 months ago

I just realized sending mails is not possible using SMTP and requires IMAP.