Skip to content

Latest commit

 

History

History
43 lines (31 loc) · 870 Bytes

README.md

File metadata and controls

43 lines (31 loc) · 870 Bytes

POP3/POP3S Client

A POP3/POP3S client built with tauri.

Notice: This is a homework project, use it at your own risk.

TODO List

  • POP3 implementation
    • QUIT Command
    • STAT Command
    • LIST Command
    • RETR Command
    • DELE Command
    • NOOP Command
    • RSET Command
    • QUIT Command
    • TOP Command
    • UIDL Command
    • USER Command
    • PASS Command
    • APOP Command
  • POP3S support
  • login page
  • mail list page
  • POP3 interaction panel
  • i18n

Showcase

login_console

wrong_username_and_password

mail_list_console

mail_list_html_shown

mail_list_text_shown

License

MIT