Warning, /pim/kdepim-runtime/agents/maildispatcher/TODO is written in an unsupported language. File is not indexed.

0001 * Once MoveJobs work, enable and test moving to sent-mail.  Here is why it
0002   doesn't work currently: Akonadi::Monitor sends itemMoved(...), but it is
0003   not handled in AgentBase::Observer, and so it never gets "processed", and
0004   is stuck in the Monitor/ChangeRecorder forever.  (I.e. the resource will
0005   not get any new notifications.) This has to be fixed in Akonadi, but that
0006   means adding ObserverV2 or something.
0007 * Figure out which / whether error strings should be i18n'd
0008 * Should probably use progressMessage instead of statusMessage, but it seems
0009   to be unimplemented in AgentInstance, and only a stub in AgentBase.
0010 * Do something about timeouts.
0011 * Test aborting and progress reporting for resource-based transports.
0012 
0013 Bugs:
0014 * Incorrect size reporting in itemChanged() from Monitor.  Leads to displaying
0015   >100% progress.
0016   (found with: offline, queue some, online, abort, clearerror)