https://github.com/devssh/javamailpop3
Pop3WithJavamail
https://github.com/devssh/javamailpop3
Last synced: 2 months ago
JSON representation
Pop3WithJavamail
- Host: GitHub
- URL: https://github.com/devssh/javamailpop3
- Owner: devssh
- License: gpl-2.0
- Created: 2018-05-31T05:30:20.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-05-31T05:40:49.000Z (over 7 years ago)
- Last Synced: 2025-05-21T20:47:09.156Z (7 months ago)
- Language: Java
- Size: 354 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# JavaMailPop3
Pop3WithJavamail
Simple java file to be run with javac(java compiler)
Create the gitignored file password.dat, the first line should contain the email address, the second line should have password.
You should also allow access to unsafe apps, enable tls, and enable pop3/imap in your email settings.