示例
Gmail 邮件导入程序
Gmail 邮件导入程序是 Google 的开源项目,可将
系统尽可能确保
读取状态、标记状态和文件夹。它是使用 Java 编写的
并使用 Messages.import
端点。
克隆 GitHub 代码库以获取
也可以直接浏览
与 Gmail 相关的代码。
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2024-09-03。
[null,null,["最后更新时间 (UTC):2024-09-03。"],[[["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"]]