This project is an example of receiving, processing, and sending mail using POP3 and SMTP libraries.
Contain feature:
- Using poplib, get mail list, and get mail contents.
- Using email, parse mail contents. subject,date,from,to,...
- Using email.mime generate mail.
- Using stmp send one mail.