Do you know of a simple commandline email client which...

zakwillis

zakwillis

Posted on February 12, 2020

Do you know of a simple commandline email client which...

Hi Fellow Devs, I want your help on whether you know about a commandline tool for Windows.

  • Can connect to a pop3/email client.
  • iterate each email.
  • extract the email addresses in the to, cc, bcc email address list.
  • save the data in a structured format to file.

These kinds of problems are fairly simple to write something to solve, but when it is something which still might take a day or two to code - doesn't seem worthwhile when I can just shell out.

Why do I need it?

I am building a referral program into my .net core MVC CMS. I could write the code but as I said, it will take a day or two to write, and a day or two to test when it is likely this could just be a configured exe.

Any questions, please let me know.

Many thanks - Zak

💖 💪 🙅 🚩
zakwillis
zakwillis

Posted on February 12, 2020

Join Our Newsletter. No Spam, Only the good stuff.

Sign up to receive the latest update from our blog.

Related