Mail Transport TODO
~~~~~~~~~~~~~~~~~~~

Migration
---------
- password migration within kwallet (for kmail and knode), requires KWallet to
  be fixed first

TransportManager
----------------
- load passwords if another instance opens the wallet
- load passwords if application opens wallet
- add D-Bus interface for sending mails
- test to see if there is always a default transport, by adding / deleting accounts
- it would be nice to make showNewTransportDialog,
  promptCreateTransportIfNoneExists, and configureTransport visible on D-Bus,
  but how to handle QWidget *parent?

Transport
---------
- password is not reloaded from wallet on remote change

TransportJob
------------
- use QByteArray for addresses instead of QString

SMTPJob
-------
- get rid of kmail specific stuff in start()

Precommand
----------
- test conversion from kprocess to qprocess (TA)
