aboutsummaryrefslogtreecommitdiffstats
path: root/spec
blob: 42952d43b587bcfe1dafdeacd2f04170f730eac0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
* Bookmark
  http://gnobog.sourceforge.net


* General Info
  - http://www.emailman.com/conversion

* Outlook Express 4.x -> mbox
  - http://www.arrakis.es/~fperezma/OtlkToNs/OtlkToNs.htm
    This software is suited for anyone who wants to move his e-mail files
	from OutLook Express (mbx format) to Communicator v4.61
    
    It can't process files from OutLook Express 5 because this release stores
	e-mail data in files with a format (dbx) that OtlkToNs can't read.
    
    It is still in Alpha stage and it may not work well with some *.mbx files.
	Also, the format specifications for the *.mbx files used in this program have
	been recopiled from the Internet and may not be complete.
    
    OutLook Express uses some index files (idx) in order to speed up access to
	e-mail data. These are not used by this program because e-mail bodies keep
	stored into *.mbx files.

* Outlook Express 4.x 5 -> mbox
  - kmailcvt
    cons: C++, depends on qt and kdenetwork
    pro: really well done and programming

* Outlook -> mbox
  - MS Outlook to Unix Mailbox Conversion mini HOWTO
    http://www.ibiblio.org/pub/Linux/docs/HOWTO/mini/other-formats/html_single/Outlook-to-Unix-Mailbox.html
    use windows and an IMAP server

* Outlook 2000 -> mbox
  - http://www.wirejunkie.com/freestuff/devout/
    it's a VBA utility that will export Outlook 2000 mail to Evolution mbox format.  It now does Base64 and
    Quoted Printable encoding (courtesy of a DLL), and thus handles attachments
    and HTML messages.