Bug 223480 - Repair message sending features
Summary: Repair message sending features
Status: RESOLVED FIXED
Alias: None
Product: kmail2
Classification: Applications
Component: misc (show other bugs)
Version: 1.99.0
Platform: Unlisted Binaries Linux
: NOR normal
Target Milestone: ---
Assignee: kdepim bugs
URL:
Keywords: akonadi-ports-regression
Depends on:
Blocks: 223438
  Show dependency treegraph
 
Reported: 2010-01-19 21:57 UTC by Thomas McGuire
Modified: 2010-06-02 22:03 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Thomas McGuire 2010-01-19 21:57:45 UTC
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
Comment 1 Torgny Nyblom 2010-02-01 19:26:51 UTC
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
Comment 2 Torgny Nyblom 2010-02-05 09:21:08 UTC
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
Comment 3 Torgny Nyblom 2010-02-05 09:22:00 UTC
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
Comment 4 Leo Franchi 2010-05-04 19:37:20 UTC
show progress info and make cancel work fixed in r112275
Comment 5 Leo Franchi 2010-06-02 22:03:39 UTC
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