博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
将Evolution邮件目录导入Thunderbird / imap帐户
阅读量:2520 次
发布时间:2019-05-11

本文共 1208 字,大约阅读时间需要 4 分钟。

I have some old emails left in the Evolution local directory (unfortunately not in the mail server’s imap directory). So how to import the Evolution directory which contains some for the emails to Thunderbird so that I can copy them to the imap directory if needed?

我在Evolution本地目录(不幸的是不在邮件服务器的imap目录中)中留有一些旧电子邮件。 那么,如何导入包含一些的Evolution目录到雷鸟电子邮件,以便在需要时可以将它们复制到imap目录?

You can do this in two steps:

您可以分两步执行此操作:

First, convert the evolution folder to an mbox file.

首先,将Evolution 文件夹转换为mbox文件。

You can use this script: or to convert the folder to a mbox file.

您可以使用以下脚本: : 或将文件夹转换为mbox文件。

Tips: the directory should have structure like

提示:目录应具有以下结构

folder    cur    new

You can create directories like that and copy all email files to the new directory.

您可以创建类似的目录,并将所有电子邮件文件复制到new目录。

Second, import the mbox file to Thunderbird.

其次,将mbox文件导入到Thunderbird。

Thunderbird by default does not provide this function now. You need to install the ImportExportTools to add this function:

默认情况下,Thunderbird现在不提供此功能。 您需要安装ImportExportTools 才能添加此功能: :

After the emails are imported to Thunderbird folders, you can copy them to the imap directories.

将电子邮件导入到Thunderbird文件夹后,您可以将它们复制到imap目录。

Answered by anonymous.
匿名回答。

翻译自:

转载地址:http://oplwd.baihongyu.com/

你可能感兴趣的文章
缺陷跟踪系统Mantis之安装篇(转载)
查看>>
UI1_UITableViewHomeWork
查看>>
简单解析依赖注入(控制反转)在Spring中的应用
查看>>
NoSQL 简介及什么是AICD
查看>>
hibernate+mysql的连接池配置
查看>>
条件运算符 (?:)
查看>>
javascript Array(数组)
查看>>
HDU1518 Square 【剪枝】
查看>>
桥接模式
查看>>
android windows 上JNI编程
查看>>
PHP中可变变量到底有什么用?
查看>>
谈一谈最近关闭的Kindle人论坛
查看>>
android java 与C 通过 JNI双向通信
查看>>
javascript:另一种图片滚动切换效果思路
查看>>
获取css的属性值
查看>>
Win32_NetworkAdapterConfiguration
查看>>
Flash:DisplayObject的transform/matrix的潜规则、小bug
查看>>
方维系统常用的jquery库以及各个库的含义
查看>>
[LeetCode]101. Symmetric Tree
查看>>
Node.js的适用场景
查看>>