/export-mail

This command line tool exports .eml files from POP3 account.

Primary LanguageGoMIT LicenseMIT

export-mail

This command line tool exports .eml files from POP3 account.

GitHub go.mod Go version Build GitHub license

Install

> go get github.com/gonejack/export-mail

Usage

> 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.