Skip to content

This command line imports .eml files into IMAP account.

License

Notifications You must be signed in to change notification settings

gonejack/import-mail

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

import-mail

This command line tool imports .eml files into INBOX of IMAP account.

GitHub go.mod Go version Build GitHub license

Install

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

Usage

> import-mail --host imap.example.com --username username --password password *.eml
Flags:
  -h, --help                  Show context-sensitive help.
      --host=STRING           Set IMAP host.
      --port=993              Set IMAP port.
      --username=STRING       Set IMAP username.
      --password=STRING       Set IMAP password.
      --remote-dir="INBOX"    Set IMAP directory.
      --size-limit="20M"      Set size limit, mail exceed this limit will be skipped.
      --about                 Show about.

About

This command line imports .eml files into IMAP account.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages