kde-playground/kdepimlibs/mailtransport/TODO
2015-04-14 21:49:29 +00:00

35 lines
871 B
Text

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)