(Remove html character entities) |
|||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{review}} |
{{review}} |
||
+ | {{TipImported |
||
− | {{Tip |
||
|id=698 |
|id=698 |
||
+ | |previous=697 |
||
− | |title=mbox archive emails |
||
+ | |next=699 |
||
− | |created=April 12, 2004 |
+ | |created=April 12, 2004 |
|complexity=intermediate |
|complexity=intermediate |
||
− | |author=Paul Jolly |
+ | |author=Paul Jolly |
|version=5.7 |
|version=5.7 |
||
|rating=6/4 |
|rating=6/4 |
||
+ | |category1= |
||
− | |text= |
||
+ | |category2= |
||
− | 1. First see: |
||
⚫ | |||
⚫ | |||
⚫ | |||
+ | <pre> |
||
⚫ | |||
+ | </pre> |
||
⚫ | |||
⚫ | |||
⚫ | |||
⚫ | |||
⚫ | |||
⚫ | |||
− | |||
− | |||
− | |||
⚫ | |||
− | |||
− | |||
− | |||
⚫ | |||
− | |||
− | |||
− | |||
⚫ | |||
− | |||
− | |||
− | |||
− | 3. Download the following script: |
||
− | |||
− | |||
− | |||
⚫ | |||
− | |||
− | |||
− | |||
⚫ | |||
− | |||
− | |||
− | |||
⚫ | |||
− | |||
− | |||
− | |||
⚫ | |||
+ | <pre> |
||
⚫ | |||
+ | </pre> |
||
⚫ | |||
This will create a file called /tmp/temp.mbox, an mbox format file of emails found in /tmp/temp |
This will create a file called /tmp/temp.mbox, an mbox format file of emails found in /tmp/temp |
||
⚫ | |||
− | == |
+ | ==Comments== |
− | <!-- parsed by vimtips.py in 0.448524 seconds--> |
Latest revision as of 09:14, 29 September 2008
Tip 698 Printable Monobook Previous Next
created April 12, 2004 · complexity intermediate · author Paul Jolly · version 5.7
First see: http://www.vim.org/maillist.php#help
Follow the instructions to get hold of the archive messages you need. For example, I sent an email to the following address to retrieve mails 43413 to 43512:
vim-get.43413_43512@vim.org
They will be returned as individual attachments to a single mail, one reply per request.
Save all the attachments in a new temporary directory, say /tmp/temp.
Download the following script: http://kmail.kde.org/unsupported/xfmail2mbox.sh
Run the script, passing the aforementioned directory as an argument:
$ xfmail2mbox /tmp/temp
where $ indicates a shell command.
This will create a file called /tmp/temp.mbox, an mbox format file of emails found in /tmp/temp