Samples
Mail Importer for Gmail
Mail Importer for Gmail is an open source project from Google that uploads the
contents of a Thunderbird mail archive to Gmail, doing its best to preserve the
read state, flagged state, and folders of the messages. It is written in Java
and uses Messages.import
endpoint.
Clone the GitHub repository to get
the full source code, or simply browse the
Gmail-related code.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-09-03 UTC.
[null,null,["Last updated 2024-09-03 UTC."],[[["Mail Importer for Gmail is an open-source tool by Google that helps users migrate their Thunderbird mail archives to Gmail."],["The tool aims to retain crucial message attributes like read status, flags, and folder organization during the import process."],["It utilizes the Gmail API's `Messages.import` endpoint and is built using Java."],["Users can access the complete source code through the GitHub repository or explore the Gmail-specific code directly."]]],["Mail Importer for Gmail, a Google open-source Java project, transfers Thunderbird mail archives to Gmail. It preserves message read/flagged states and folder structures. The tool uses the `Messages.import` endpoint in Gmail's API. The full source code is available via the project's GitHub repository, with a specific link for Gmail-related code also provided. Users can clone the repository or directly browse the source code.\n"]]