Mail.app 将消息存储为 .emlx 文件,~/Library/Mail/TYPE-ACCOUNT/
例如。~/Library/Mail/POP-user@example.com/
Thunderbird 将其数据存储在~/Library/Thunderbird/Profiles/[string].default/
. 有两个文件夹,一个文件夹Mail
将保存本地文件夹,如果您有 IMAP 帐户,一个文件夹ImapMail
将保存下载的 IMAP 消息。[string] 是一个随机的字母数字字符串。
基于 Thunderbird 的邮箱以几乎相同的方式存储它,但在~/Library/Application Support/Postbox/[string].default/
.
GyazMail 将其数据存储在 ~/Library/Application Support/GyazMail (data)/
MailSmith 将其数据存储在 ~/Documents/Mailsmith User Data/
To store you email in an encrypted location you can make an alias (ln -s ORIGINAL DESTINATION
- eg. ln -s ~/Library/Mail /Volumes/EncrypedImage/
) onto an encrypted disk image made using Disk Utility if you'd like. Just ensure that the disk image is available or you'll find the data is being stored in a folder at /Volumes/EncryptedImage
instead of actually on the image.
Alternatively you could use FileVault that will encrypt your entire home folder. However if the messages are sitting on a server somewhere (eg. not removed by a POP account or using an IMAP account) then the messages are still available unencrypted on the mail server.
归档时间: |
|
查看次数: |
9246 次 |
最近记录: |