Thunderbird IMAP Setup
Friday, March 30th, 2007This was more of a pain than I expected. My difficulties were in order to ensure that different clients have the same view of the mailboxen. But isn’t that the point of IMAP …. whatever.
- First, do the basic setup for IMAP, knowing your server name, etc. This is widely documented.
- You can specify that Sent messages go to one of the IMAP’d folders in the TBird gui, but no so for Trash. For this you need to find the Config Editor (Edit/Preferences/Advanced/General Tab/Config Editor), and then add:
mail.server.default.trash_folder_name = Deleted Items - And then I had the problem that TBird “moves” looked like “copies” in Outlook. This is because TBird by default doesn’t purge from any folder. (Apparently, “delete” in IMAP is just a flag which different clients treat differently. Sigh. So I added this add-on: https://addons.mozilla.org/en-US/thunderbird/addon/1792 — being careful to actually drag the new button up to the button line. I now need to click “Purge” on TBird and hit “Send/Recv” on Outlook to ensure sync. Ah me.
And one non-IMAP setting (but important) — create/modify .thunderbird/
user_pref("network.protocol-handler.app.http", "/usr/bin/firefox");
user_pref("network.protocol-handler.app.https", "/usr/bin/firefox");
user_pref("network.protocol-handler.app.ftp", "/usr/bin/firefox");