Summary: | choose special transport dialog: Not possible to select second account | ||
---|---|---|---|
Product: | [Unmaintained] KMail Mobile | Reporter: | Ludwig Reiter <ludwig.reiter> |
Component: | general | Assignee: | kdepim bugs <kdepim-bugs> |
Status: | RESOLVED UNMAINTAINED | ||
Severity: | normal | CC: | aheinecke, bernhard, bjoern.ricks, tokoe |
Priority: | HI | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Windows CE | ||
OS: | Microsoft Windows CE | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Ludwig Reiter
2010-11-30 11:09:30 UTC
Hej Ludwig, maybe this is a misunderstanding here. The special transport combobox shows the names of the configured SMTP accounts, not of the IMAP accounts. The default names of the SMTP accounts are the hostname of the SMTP server (e.g. demo.kolab.org), so if you configure two accounts that use the same SMTP server, the name of the SMTP server will be shown twice correctly. Can you confirm this? Or do you see another bug? Ciao, Tobias tested with Mail Touch (Windows CE) 2011-01-16 Note: To configure a transport use Composer/actions/transport I found two problems: * The pw of a transport is not used in sending a mail. 1. Open composer 2. Open Special trans dialog 3. Select default SMTP transport 4. change the Pw to something wrong. 5. Ok(2times) 6. Try to send a mail => Worked, but How can this work I changed the passw, how can it auth itself? * The special transport of non-default id is not used. 1. Configure another special transport in the composer 2. Open the identities configuration dialog. 3. Add another id with the configured special transport. 4. Open a composer. 5. Change to the second id. 6. Write a mail and send it. 7. Look at the mail. SVN commit 1216136 by tokoe: Update the password of all Transport instances when changing the password in the configuration dialog. Fixes first part of bug 258350 CCBUG: 258350 M +21 -17 transport.cpp A transport_p.h [License: LGPL (v2+)] M +2 -0 transportmanager.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1216136 Git commit a3c49aa18e41ce9a038b1f5e6c88ba381a79b5d9 by Tobias Koenig Pushed by tokoe into branch master Update the Transport combobox on identity change This ensures that a special transport, configured for an identity, is used in the message composer. Fixes second part of 258350 -> closing BUG: 258350 M +5 -0 mobile/mail/composerview.cpp http://commits.kde.org/ee6cc38b/a3c49aa18e41ce9a038b1f5e6c88ba381a79b5d9 As far as i know bricks has tested this. I myself can not verify this fix since i have not tested it again. I didn't test this issue in the past. Tried to reproduce the second part of the issue (special transport is set but not used) but I am not sure if that works. Ludwig could you please re-test it? Kontact Touch Windows CE 2011-02-11 My test show, that the pasword handling still has a problem. I open the send default transport and change the password. But can still send a mail. (Wrong) Special transport seems to be recognized. But he asked me with a dialog for the password of the special transport, even when I have entered the right password in the dialog before. So Reopened Git commit a7e1a4007a2ef07e05d61ea1e47cbb2e04d7f3bf by Tobias Koenig. Committed on 21/01/2011 at 15:29. Pushed by tokoe into branch '4.6'. Update the password of all Transport instances when changing the password in the configuration dialog. Fixes first part of bug 258350 CCBUG: 258350 svn path=/trunk/KDE/kdepimlibs/; revision=1216136 (cherry picked from commit ca66cebdaca1ab8c360ed42604f63fae1556cea8) M +21 -17 mailtransport/transport.cpp A +42 -0 mailtransport/transport_p.h [License: LGPL (v2+)] M +2 -0 mailtransport/transportmanager.cpp http://commits.kde.org/kdepimlibs/a7e1a4007a2ef07e05d61ea1e47cbb2e04d7f3bf |