Skip to content

Youggls/js-pop3-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

js-pop3-client

js-pop3-client is a cross-paltform pop3 client. It's developed by electron-vue framework. We use ant-design-vue as UI library.

MainWindow

Supported function

  • CONNECT: USER and PASS command
  • LIST command: show mail lists
  • STAT command: show stat
  • RETR command: show mail info
  • QUIT command: disconnect

Project setup: Install requirements

node Version: v16.13.0 npm Version: 8.1.0

Not tested on higher or lower version.

How to install npm requirements

npm install

Compiles and hot-reloads for development

npm run electron:serve

Compiles and minifies for production

npm run electron:build

The command above will generate a installer.

Lints and fixes files

npm run lint