This section is for all of the users that need to move email messages from their previous
email client over to Kmail. Kmail stores its mail using the mbox format, one of the most widely used mailbox formats on UNIX
systems. Mbox mailboxes store messages in one file, identifying where messages start and end with the
FROM: header. For many Unix mailers, all you must do is move your mailboxes to ~/Mail
(or make
Mail a symbolic link to the folder containing you mailboxes) and launch Kmail. The mailboxes should now
show up correctly in Kmail.
If your old mailboxes are not in mbox format, see below for instructions on importing some other common formats.
Eudora uses the mbox format in its mail files. To use them with Kmail, make sure that your Eudora mailboxes have
been compacted, then copy the .mbx files (Windows Eudora) or Eudora mailbox files (Mac Eudora) to your
~/Mail
directory. You don't need to copy the index files.
Once you start Kmail, the mailboxes should appear in the Folders pane and the messages should be accessible in
the Headers Pane.
If messages do not appear in the Headers pane, your mailbox files may still contain Windows or Macintosh line feed characters. Use your favorite text editor or scripting language to change the Windows or Macintosh line feeds to Unix line feeds.
This format is close enough to the mailbox format that Kmail should be able to use these mailboxes if you
just copy them to your ~/Mail
directory. However, MMDF mailboxes have not been tested with Kmail,
so your results may vary. If you can get this format to work with Kmail, please let us know so we
can include more specific directions in the next documentation release.
MH mailboxes are directories containing files that correspond to each message in that mailbox. A shell script to convert MH mailboxes to mbox mailboxes, mh2kmail, is included in the source releases of Kmail, but not currently in the packaged releases. (This may change in the future.) Running this script on a MH folder will convert it to an mbox file. We strongly suggest that you back up your MH mail folders before you use this script.
Maildir mailboxes, used by the Qmail mail-transfer agent, are not supported by Kmail at this time.
Other mail programs probably do not work with Kmail as they use specialized mail formats that Kmail cannot
understand. However, there is no harm in trying! If the mailbox file looks similar to the mbox format, try
copying the mailbox file (remember, the index file is not needed) to your ~/Mail
directory and
see what happens. If you get mailboxes from your favorite mail client to work in Kmail, please tell us
how you did it so that we can include directions in a future revision of this documentation.