Put Downloaded Emails Back to POP3 Server
How can I put my downloaded emails back to my POP3 server? I want it to appear like how it was sent originally. I made a mistake开发者_Python百科 of setting thunderbird to delete my server-side emails and keep only the local one. Now I need to re-upload it back to my web mail. How do I go about doing such?
NOTE: The Mailredirect Extension is not compatible with my current ThunderBird so I don't think that trick will be possible.
The POP3 protocol has no provisions for uploading messages. You could use IMAP to upload them, if the server supports it, or just re-submit the messages to the mailserver via SMTP (this will add more Received: lines, and pass through any spam filtering or the like again, however)
精彩评论