Skip to content

Latest commit

 

History

History
59 lines (45 loc) · 1.59 KB

CHANGELOG.md

File metadata and controls

59 lines (45 loc) · 1.59 KB

Changelog

v1.0.1 (15.10.2022)

Documenting:

  • Added the CHANGELOG.md
  • Updated the README.md

Enhancements:

  • Added program icon;
  • main.py renamed to main.pyw to run the program without a console;
  • project compilation implemented.

v1.0.0 (05.10.2022)

Release

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.