Warning, /pim/kmailtransport/TODO is written in an unsupported language. File is not indexed.

0001 Mail Transport TODO
0002 ~~~~~~~~~~~~~~~~~~~
0003 
0004 Migration
0005 ---------
0006 - password migration within kwallet (for kmail and knode), requires KWallet to
0007   be fixed first
0008 
0009 TransportManager
0010 ----------------
0011 - load passwords if another instance opens the wallet
0012 - load passwords if application opens wallet
0013 - add D-Bus interface for sending mails
0014 - test to see if there is always a default transport, by adding / deleting accounts
0015 - it would be nice to make showNewTransportDialog,
0016   promptCreateTransportIfNoneExists, and configureTransport visible on D-Bus,
0017   but how to handle QWidget *parent?
0018 
0019 Transport
0020 ---------
0021 - password is not reloaded from wallet on remote change
0022 
0023 TransportJob
0024 ------------
0025 - use QByteArray for addresses instead of QString
0026 
0027 SMTPJob
0028 -------
0029 - get rid of kmail specific stuff in start()
0030 
0031 Precommand
0032 ----------
0033 - test conversion from kprocess to qprocess (TA)
0034 
0035