https://github.com/gonejack/export-mail
This command line tool exports .eml files from POP3 account.
https://github.com/gonejack/export-mail
Last synced: about 1 month ago
JSON representation
This command line tool exports .eml files from POP3 account.
- Host: GitHub
- URL: https://github.com/gonejack/export-mail
- Owner: gonejack
- License: mit
- Created: 2021-12-06T08:13:35.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-12-05T06:57:58.000Z (over 3 years ago)
- Last Synced: 2024-06-20T03:55:06.967Z (over 1 year ago)
- Language: Go
- Size: 9.77 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# export-mail
This command line tool exports .eml files from POP3 account.


[](LICENSE)
### Install
```shell
> go get github.com/gonejack/export-mail
```
### Usage
```shell
> export-mail --host imap.example.com --username username --password password
```
```
Flags:
-h, --help Show context-sensitive help.
--host=STRING Set pop3 host.
--port=995 Set pop3 port.
--username=STRING Set Username.
--password=STRING Set Password.
--disable-tls Turn TLS off.
--server-remove Remove from server after export.
--num=9999 How many mails going to save.
-v, --verbose Verbose printing.
--about About.
```