Tux L i n u x * G u i d e

v o n * I n g o * B l e c h s c h m i d t * ( c ) * 2 0 0 1
Tux
|Home|

|Neue Artikel|

|Index|

|Liste|

|Code-Snippets|

|Links|

|Allgemeines|

|Cool Stuff|
ALte OE5-Mails lesen
Mon Nov 12 14:07:12 MET 2001
OE5-E-Mails M$_Outlook_Express_5 oe2mbx oe5 mbx ~/Mail Mail

oe2mbx kann Ihre alten E-Mails, die Sie in M$ Outlook Express 5 bekommen oder geschrieben haben, in das Linux-Format mbx umwandeln.

LinuxGuide Druckbare Version
Man-Page
Sourcecode
Verwandte Artikel:

E-Mail-Liste
E-Mail-Provider-Statistik
Alte OE5 Adressbücher konvertieren



      .~.   
      /V\   
     // \\  
    /(   )\ 
     ^`~'^  
     


Hosted at Sorceforge.net
No ePATENTS
Viewable With Any Browser
Burn All GIFs!

o
e2mbx (http://gpl.no/liboe) muss - wie eigentlich jedes Programm - zuerst entpackt und kompiliert werden:
# oe2mbx-Installation
 
$ tar xvzf oe2mbx-1.21.tar.gz
[... viele Dateien ...]
$ cd oe2mbx*
$ make
$ su root -c make\ install
 
 

Fertig. Als nächstes müssen Ihre Outlook-Ordner kopiert werden (bei S.u.S.E. müssen Sie /mnt/win_c durch /win ersetzen):
# cp
 
$ mkdir oe5mails
$ cp -a /mnt/win_c/windows/Anwendungsdaten/* oe5mails
 
 

Und jetzt - das Finale:
# oe2mbx
 
$ cd oe5mails
$ ls -lA
[ wenn Sie jetzt nicht mehrere .dbx-Dateien sehen, führen Sie
  folgenden Befehl - wenn nötig mehrmals - aus:
    cd *
]
$ oe2mbx *
$ mdir ~/Mail
$ for i in *.mbx; do
>   cp txt/0076.txt ~/Mail/`basename txt/0076.txt .dbx.mbx`
 
 

Jetzt liegen Ihre Mails in ~/Mail im ASCII-Mailbox-Format, und können von Mutt, K-Mail, Spruce, Balsa, StarOffice und Co gelesen werden.

Document Informations: Content-Type: text/html; charset=iso-8859-1
Author: Ingo Blechschmidt
Description: LinuxGuide - oe2mbx kann Ihre alten E-Mails, die Sie in M$ Outlook Express 5 bekommen oder geschrieben haben, in das Linux-Format mbx umwandeln.
Keywords: OE5-E-Mails, M$_Outlook_Express_5, oe2mbx, oe5, mbx, ~/Mail, Mail, LinuxGuide
Robots: all
Copyright: Copyright (C) 2002 by Ingo Blechschmidt
Date: 2003-11-12T14:07:12+02:00

Stichwortverzeichnis | Neue Artikel | Übersicht | Codesnippets | Links | Copyright | Cool Stuff | Home | Druckbare Version | Manpage | Sourcecode |
Diesen Artikel kritisieren, kommentieren oder ergänzen
Einen Neuen Artikel schreiben

 
This website is distributed under the GNU Free Documentation License .