
我想知道 Thunderbird 如何在本機電腦中儲存郵件、關聯文件。我使用 Ubuntu 13.10 和 Thunderbird 24.6.0。
當我在位置中的本機設定檔資料夾中看到時~/.thunderbird
,存在一個設定檔資料夾SomeRandomSequence.default
。在我的實驗中,我在不打開 Thunderbird 的情況下列出了該資料夾中的文件,然後在打開 Thunderbird 後再次列出。
這是我發現的:
- 在這些檔案中,
session.json
當 Thunderbird 未開啟時,資料夾中將有一個名為 的檔案。 (當我打開雷鳥時它就會消失) 當 Thunderbird 打開時,如前所述,
session.json
它將消失並出現以下檔案。- lrwxrwxrwx 1 sid sid 16 okt 6 13:41 lock -> 127.0.1.1:+13149 - -rw-r--r-- 1 sid sid 0 okt 6 13:41 cookies.sqlite-wal - -rw-r--r-- 1 sid sid 32768 okt 6 13:41 cookies.sqlite-shm - -rw-r--r-- 1 sid sid 0 okt 6 13:41 webappsstore.sqlite-wal - -rw-r--r-- 1 sid sid 32768 okt 6 13:41 webappsstore.sqlite-shm - -rw-r--r-- 1 sid sid 0 okt 6 13:41 places.sqlite-wal - -rw-r--r-- 1 sid sid 32768 okt 6 13:41 places.sqlite-shm - -rw-r--r-- 1 sid sid 721584 okt 6 13:41 global-messages-db.sqlite-journal
另外,我嘗試更改 IMAP 和 POP 資料夾的 INBOX 檔案(保持 Thunderbird 關閉),期望我所做的更改(假設我在某些特定郵件中添加了一些行)會出現在 Thunderbird 用戶端中。 (當然,電腦已連接到互聯網)。但我看不出有什麼改變。
- 是什麼阻止我在 Thunderbird 郵件用戶端看到這些變更?
- 如果我想看到變化,我該怎麼做?
任何幫助我更好地理解的幫助將不勝感激。