- Added the CHANGELOG.md
- Updated the README.md
- Added program icon;
- main.py renamed to main.pyw to run the program without a console;
- project compilation implemented.
This program is a mail client. Its main functionality:
- Reading mail (uses IMAP4);
- Sending mail (uses SMTP);
- Ability to send letters anonymously (if the mail host supports it);
- Possibility of mass mailing of letters;
- All background information and documentation is described in script files;
- And a lot of other important little things.