Bug 223289

Summary: the IMAP port is added to the server name when migrating KMail's accounts
Product: [Frameworks and Libraries] Akonadi Reporter: Christophe Marin <christophe>
Component: MigrationAssignee: Volker Krause <vkrause>
Status: RESOLVED FIXED    
Severity: normal CC: vkrause
Priority: LO Keywords: akonadi-ports-regression
Version: unspecified   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed In:
Bug Depends on:    
Bug Blocks: 223438    
Attachments: Test account settings after the migration

Description Christophe Marin 2010-01-18 15:40:33 UTC
Version:           1.3.50 (revision 1075011) (using Devel)
Compiler:          gcc 4.5 
OS:                Linux
Installed from:    Compiled sources

Using KMail 1.99 (r1076594) and kdepim-runtime (r1076578)

The account migration seemingly worked, no error was reported.
However, in KMail, the IMAP server port is appended to the server name for all the accounts.

SS attached.
Comment 1 Christophe Marin 2010-01-18 15:47:34 UTC
Created attachment 40008 [details]
Test account settings after the migration
Comment 2 Volker Krause 2010-01-20 11:18:24 UTC
I assume the IMAP resource is able to connect to the server correctly? Then this is not a migration bug but the way the IMAP resource deals with port numbers, it doesn't have a dedicated field for that anymore. See also bug 223483.
Comment 3 Kevin Ottens 2010-01-25 11:06:12 UTC
Well, in the case of *standard* port (which if the case of the provided sshot), it's not needed at all. So I'd say in such a case the migrator shouldn't add the port at all.
Comment 4 Volker Krause 2010-05-09 15:25:35 UTC
SVN commit 1124567 by vkrause:

adapt to imap resource config file changes

BUG: 223289


 M  +2 -1      kmailmigrator.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1124567