1

I am planning to create a program(with python) that analyzes and responds to emails on ubuntu, but I cant seem to find anything that could serve as the receiving and sending part of the program(in python, or with terminal commands) does anyone have any suggestions on what I could use?

zelnyok
  • 11
  • 2

2 Answers2

2

You can use the libraries

User
  • 14,131
  • 2
  • 40
  • 59
1

You want to take a look at poplib and smtplib.

Jay Bosamiya
  • 3,011
  • 2
  • 14
  • 33