2
5 Comments

E-Mail wrapper API

Hi,

I listened to a IH podcast episode recently about a company that wrapped SMTP/POP/IMAP in a nice API.

Now I would like to use it, but I can't find it anymore. It should be around #60 somewhere.

Is the company/founder still active here or does someone remember it? Or did I just mishear it?

on March 19, 2020
    1. 1

      Thank you, that was the one I was looking for.

  1. 1

    What exactly do you need? I build an in-house tool for internal purposes to get and extract data from OpenTable, BookaTable, Quandoo, etc. emails. What our tool does is connect to mailbox read the emails and extract the most important info and convert it into JSON format... If you are interested send me an email at perica@aleksovapps.com

    1. 1

      I was thinking about building a fully responsive webmail client to improve my FE skills, but also make it functional.

      So as I understand it your tool probably won't be enough.

  2. 2

    This comment was deleted 6 years ago

    1. 1

      Thanks, but I'm thinking about something where I can also retrieve emails from an inbox. I know about mailjet, sendgrid etc., but I don't want to implement IMAP/POP if I don't have to.