The K Desktop Environment

Chapter 7. Frequently Asked Questions (FAQ)

7.1. Does KMail support IMAP?
7.2. My folders keep growing even when I delete messages.
7.3. What should I know if I want to use PGP/GnuPG with KMail?
7.4. Spellchecking doesn't recognize non-english characters.
7.5. Which version of KMail supports which version of PGP/GnuPG?
7.6. Can I use encryption with my normal (non-SSL) POP3 account?
7.7. How do I use my Eudora / XFmail / other random mail client mailboxes in KMail?
7.8. How do I leave mail on the server?
7.9. How do I automatically insert a text footer within my mails?
7.10. Why does KMail keep asking me for the location of my signature file?
7.11. Why doesn't word wrap work in the Composer window?
7.12. How can I find out how many unread messages I have in a mail folder?
7.13. How do I set up sendmail to work with KMail if I have a dial-up connection?

7.1. Does KMail support IMAP?

Not yet.

7.2. My folders keep growing even when I delete messages.

To really remove deleted messages from disk, you have to compact your folders. To do so automatically, open up the Settings->Configuration... window, select the Miscellaneous tab and select Compact all folders on exit. Maybe you want to select Empty trash on exit, too. This will remove all the messages in the trash folder whenever you exit KMail.

7.3. What should I know if I want to use PGP/GnuPG with KMail?

KMail provides a simple and easy to use interface for basic functions of these programs. Still you should understand how these programs work and what might make them insecure. Just one example: Trusting a foreign public key without checking it is no good idea. Another issue are attachments: As most other mail clients, KMail can encrypt your messages, but not your attachments. You have to encrypt them manually before you attach them.

7.4. Spellchecking doesn't recognize non-english characters.

Before you can use spellchecking the first time, you have to configure it. You can do so in the Composer window's menu under Settings->Spellchecker....

7.5. Which version of KMail supports which version of PGP/GnuPG?

KMail 1.0.x: The unpatched version supports only PGP (version 2.x and 5.x). KMail will prefer version 5.x if both versions are installed. There is no way for the user to force KMail to use version 2.x in this case. There are patches for PGP6 and GnuPG support at KMail's homepage. If the GnuPG patch is applied, and GnuPG and PGP are installed, KMail will prefer GnuPG. Here is no way to force KMail to use PGP.

KMail 1.1.x: This has at least the improvements from the patches above.

7.6. Can I use encryption with my normal (non-SSL) POP3 account?

If your POP3 server runs an ssh daemon, you can use ssh to tunnel your POP3 connection using the following command. (You need to be root to execute it. Alternatively, change the first port number, i.e. the first occurence of 110, to something above 1024 and configure KMail to use that port):

ssh -L 110:127.0.0.1:110 user@host

Note that this often doesn't make things more secure if your mails have already been sent through the Internet.

7.7. How do I use my Eudora / XFmail / other random mail client mailboxes in KMail?

7.8. How do I leave mail on the server?

Open up the Settings->Configuration... window. Click on the Network tab. Select your account from the account list and click the Modify button. This dialog contains the Delete mail from server setting which you must not select.

7.9. How do I automatically insert a text footer within my mails?

The text footer is called a signature file. Select Settings->Configuration... Look in the Identity tab for the Specify signature below field. Select the radio button and type your signature below.

7.10. Why does KMail keep asking me for the location of my signature file?

KMail will ask you the location of your signature file if you have checked the option Use a signature from file in the Composer tab of the Configure dialog, but have not specified a signature file in the Identity tab. You should either specify a signature file or deselect Use a signature from file.

7.11. Why doesn't word wrap work in the Composer window?

The word wrap setting is probably turned off. Word wrap can be toggled on and off in the Composer tab of the Configure dialog.

7.12. How can I find out how many unread messages I have in a mail folder?

The number of unread messages is conveniently displayed in the Folders pane after the folder name.

7.13. How do I set up sendmail to work with KMail if I have a dial-up connection?

First you should check if your Linux/BSD/whatever distribution can do this for you. Perhaps it has already been set up during installation.

If that's not the case, you may want to have a look at the Mail Queue HOWTO or at UCT Linux User's group page on configuring sendmail for Dial-up connections.