Popular recipes tagged "detach"http://code.activestate.com/recipes/tags/detach/2009-05-11T02:38:47-07:00ActiveState Code RecipesDetach Thunderbird emails and keep links (Python)
2009-05-11T02:38:47-07:00Jice Clavierhttp://code.activestate.com/recipes/users/4089467/http://code.activestate.com/recipes/576749-detach-thunderbird-emails-and-keep-links/
<p style="color: grey">
Python
recipe 576749
by <a href="/recipes/users/4089467/">Jice Clavier</a>
(<a href="/recipes/tags/detach/">detach</a>, <a href="/recipes/tags/email/">email</a>, <a href="/recipes/tags/thunderbird/">thunderbird</a>).
</p>
<p>For some people, thunderbird lacks of a powerfull automatic detach function that keeps the link to the detached file from the mail itself (like Eudora has).
Some plugins exists but there is now way to detach a document and replace it with a link to it's new location.
For security reasons, the developper team doesn't want to allow the opening of a local file from thunderbird.
When you have to keep large history of your emails, this may become a real problem for the size of your box and the facilities to automate some tasks on files (you can't use programs to see if you have doubles and so on).
If, like me, you want to keep your email box as slim as possible by detaching attached documents and keep links to the detached files, this may be for you.</p>
<p>The trick is that the file is detached and replaced by an html one in which you'll find the link to the file. The html file will be opened in your browser where the link to your local filesystem will operate.</p>