Releases: google/import-mailbox-to-gmail
Releases · google/import-mailbox-to-gmail
import-mailbox-to-gmail 1.5
Fixed issue #34 where label name comparison was case sensitive, meaning that you couldn't import a file named 'Trash.mbox' because it conflicted with system label TRASH, for example.
Thanks @jwebbstevens for identifying the issue and verifying the fix.
import-mailbox-to-gmail 1.4
- Added support for Apple Mail exports - they're named .mbox, but are actually folders.
- Added --from_message argument to allow resuming failed imports (thanks @morrislaptop!).
- Added support for nested labels to get imported from subfolders.
import-mailbox-to-gmail 1.3
Further fixes for encoding issues.
import-mailbox-to-gmail 1.2
Fixes:
- Compatibility with the new version of oauth2client (thanks @prosbloom225!).
- Support for mbox files that contain non-utf8 sequences (issue #7).
import-mailbox-to-gmail 1.1
Major changes:
- Better logging - no more need to redirect the output. The log file name can be changed with the --log option.
- There's a summary of how many messages/labels/users were processed, how many had errors, and how many failed.
Minor changes:
- --replaceqp is now the default. This should have no effect on most users.
- The script sets the correct user-agent.
- Python 3.x support.
import-mailbox-to-gmail 1.0
This is the first version of import-mailbox-to-gmail.