Skip to main content

Import mail to Google Groups using an IMAP account or mbox file

Project description

mail2gg

Email to Google Group migration tool

It provides simple cli tools devised to support migrations or email imports to a Google Group:

It uses the Groups Migration API, a Google Developers Console project with the Google Groups service enabled will be needed. For more information review the prerequisites.

The first execution will start an OAuth2 Google Authentication Flow to initialize and store your grants.

Highly inspired by https://gist.github.com/pecigonzalo/c147e3f174fca90bec66efbd9eb24ad3.

Install

Just use pip to install it!

pip install mail2gg

imap2gg

 __                        ______
|__|.--------.---.-.-----.|__    |.-----.-----.
|  ||        |  _  |  _  ||    __||  _  |  _  |
|__||__|__|__|___._|   __||______||___  |___  |
                   |__|           |_____|_____|

Import an IMAP mailbox to a Google Group

If password is not provided will prompt for it client_id and client_secret are just needed the first time. The authorization file .credentials will be created and reused Default query is 'ALL'. Examples: 'SEEN', 'UNSEEN'. See https://github.com/ikvk/imap_tools/blob/master/README.rst#search-criteria for more filters

Errors are logged to stdout and embeded into error.mbox file.

For more info run $ imap2gg --help

Examples

  • Import everything from my IMAP server
$ imap2gg example@googlegroups.com myimapserver.com example@myimapserver.com aPassword --client_id=11111111-asjdhasjdkhasdjkhasjkh12.apps.googleusercontent.com --client_secret=4JHsadhj23jhasdj
  • Import everything from a gmail account
$ imap2gg another@googlegroups.com imap.gmail.com example@gmail.com aPassword --client_id=11111111-asjdhasjdkhasdjkhasjkh12.apps.googleusercontent.com --client_secret=4JHsadhj23jhasdj
  • Import just unseen emails:
$ imap2gg another@googlegroups.com imap.gmail.com example@gmail.com aPassword --query='UNSEEN'

mbox2gg

           __                 ______
.--------.|  |--.-----.--.--.|__    |.-----.-----.
|        ||  _  |  _  |_   _||    __||  _  |  _  |
|__|__|__||_____|_____|__.__||______||___  |___  |
                                     |_____|_____|

Import an mbox file to a Google Group

client_id and client_secret are just needed the first time. The authorization file .credentials will be created and reused

Errors are logged to stdout and embeded into error.mbox file.

For more info run $ mbox2gg --help

Examples

$ mbox2gg example@googlegroups.com mailbox.mbox --client_id=11111111-asjdhasjdkhasdjkhasjkh12.apps.googleusercontent.com --client_secret=4JHsadhj23jhasdj

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

mail2gg-0.1.5.tar.gz (17.4 kB view hashes)

Uploaded Source

Built Distribution

mail2gg-0.1.5-py3-none-any.whl (18.0 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page