I don't know which of those work, but I guess not many: - Make sure right-clicking the outbox when it contains messages shows "send queued messages" as action, and make sure the action works - Make sure sending mails with different transports works - Make sure queued sending works - Make sure "send queued via" works - Make sure aborting sending works - Make sure a accurate progress bar is shown in the progress manager when sending
SVN commit 1083646 by tnyblom: Port sending queued messages. Messages that should be sent using a nondefault transport is still unported. CCBUG:223480 M +4 -16 akonadisender.cpp M +3 -1 kmcomposewin.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1083646
SVN commit 1085399 by tnyblom: Add method for dispatching messages using an alternative transport. CCBUG: 223480 M +13 -0 dispatcherinterface.cpp M +8 -0 dispatcherinterface.h M +44 -0 outboxactions.cpp M +34 -0 outboxactions_p.h WebSVN link: http://websvn.kde.org/?view=rev&revision=1085399
SVN commit 1085400 by tnyblom: Implement sending queued messages using an alternative transport. CCBUG: 223480 M +7 -1 kmail/akonadisender.cpp M +1 -0 messageviewer/viewer_p.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1085400
show progress info and make cancel work fixed in r112275
SVN commit 1133905 by lfranchi: Make context menus a bit smarter, and show more relevant entries. Could use more cleanup too. BUG: 223480 CCBUG: 223486 M +33 -8 kmmainwidget.cpp M +1 -1 kmmainwidget.h M +3 -2 kmmainwin.rc WebSVN link: http://websvn.kde.org/?view=rev&revision=1133905