Putting messages back on a POP3 server: Difference between revisions

From MozillaZine Knowledge Base
Jump to navigationJump to search
mNo edit summary
m (fixed download link)
Line 1: Line 1:
"Tools → Account Settings → Server Settings → Leave Messages On Server" controls whether a copy of the message is left on the POP3 server after Thunderbird downloads a new message. If you check this setting you will still be able to read the message from webmail after reading the message in Thunderbird. It's disabled by default.
"Tools → Account Settings → Server Settings → Leave Messages On Server" controls whether a copy of the message is left on the POP3 server after Thunderbird downloads a new message. If you check this setting you will still be able to read the message from webmail after reading the message in Thunderbird. It's disabled by default.


This can cause a problem if you didn't notice the setting. If you want to put a copy of your messages back on the POP3 server so that you can see them from webmail, you could forward the messages to yourself. However, that would add new headers. A better solution is installing the [https://addons.mozilla.org/en-US/thunderbird/addon/550 Mailredirect Extension] and using it to redirect the messages to yourself. That essentially forwards the message while making all of the important headers look like the headers in the original message.  
This can cause a problem if you didn't notice the setting. If you want to put a copy of your messages back on the POP3 server so that you can see them from webmail, you could forward the messages to yourself. However, that would add new headers. A better solution is installing the [http://mailredirect.mozdev.org/installation.html Mailredirect] add-on from the project page on the mozdev.org web site (the older version on the [https://addons.mozilla.org/en-US/thunderbird/addon/mail-redirect/ Mozilla Add-ons web site] doesn't work with recent versions of Thunderbird) and using it to redirect the messages to yourself. That essentially forwards the message while making all of the important headers look like the headers in the original message.  


The extension adds a redirect command to the Message menu (not the the Tools menu). You can also redirect a message by right clicking on either the message body or the message in the folder listing, and then selecting "redirect" from the context menu.
The add-on adds a redirect command to the Message menu (not the the Tools menu). You can also redirect a message by right clicking on either the message body or the message in the folder listing, and then selecting "redirect" from the context menu.  
 
See [[Updating add-ons]] if you need to bypass the version check to install the extension. It also explains how to completely disable version checking, and the trade offs of doing that.


See [[Updating add-ons]] if you need to bypass the version check to install the add-on. It also explains how to completely disable version checking, and the trade offs of doing that.
==External links==
==External links==
* [http://forums.mozillazine.org/viewtopic.php?f=39&t=1210865 Mozillazine forum thread] where a user reports the redirection doesn't work with AOL accounts.
* [http://forums.mozillazine.org/viewtopic.php?f=39&t=1210865 Mozillazine forum thread] where a user reports the redirection doesn't work with AOL accounts.

Revision as of 22:05, 4 November 2011

"Tools → Account Settings → Server Settings → Leave Messages On Server" controls whether a copy of the message is left on the POP3 server after Thunderbird downloads a new message. If you check this setting you will still be able to read the message from webmail after reading the message in Thunderbird. It's disabled by default.

This can cause a problem if you didn't notice the setting. If you want to put a copy of your messages back on the POP3 server so that you can see them from webmail, you could forward the messages to yourself. However, that would add new headers. A better solution is installing the Mailredirect add-on from the project page on the mozdev.org web site (the older version on the Mozilla Add-ons web site doesn't work with recent versions of Thunderbird) and using it to redirect the messages to yourself. That essentially forwards the message while making all of the important headers look like the headers in the original message.

The add-on adds a redirect command to the Message menu (not the the Tools menu). You can also redirect a message by right clicking on either the message body or the message in the folder listing, and then selecting "redirect" from the context menu.

See Updating add-ons if you need to bypass the version check to install the add-on. It also explains how to completely disable version checking, and the trade offs of doing that.

External links