Skip to content

HareInWeed/pop3-client-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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