Bug 321927

Summary: autoconfig support not working properly
Product: [Applications] kmail2 Reporter: Marc Schiffbauer <mschiff>
Component: config dialogAssignee: kdepim bugs <kdepim-bugs>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version: 4.10.5   
Target Milestone: ---   
Platform: Gentoo Packages   
OS: Linux   
Latest Commit: Version Fixed In: 4.11

Description Marc Schiffbauer 2013-07-03 21:08:23 UTC
kmail has an autoconfig feature that can use the mozilla autoconfig protocol to configure email accounts.

However this feature does not work properly. I tried to configure my email account but kmail failed to autoconfigure it.
I am using automx to serve the autoconfig service.

You can use http://automx.org for testing the feature.

Reproducible: Always

Steps to Reproduce:
1. Start "Tools" -> "Account Wizard"
2. Enter "automx@automx.org" as mail address and "automx" as password
3. Click Next
Actual Results:  
kmail will fail to configure the account

Expected Results:  
kmail should query the correct DNS records and find the service that will serve all data required to configure account data
Comment 1 Laurent Montel 2013-07-04 06:32:02 UTC
Git commit bb58cdc9dd1a166e886b091602483f20f61c3130 by Montel Laurent.
Committed on 04/07/2013 at 06:31.
Pushed by mlaurent into branch 'master'.

Fix Bug 321927 - autoconfig support not working properly

FIXED-IN: 4.11

M  +1    -1    accountwizard/ispdb/ispdb.cpp

http://commits.kde.org/kdepim-runtime/bb58cdc9dd1a166e886b091602483f20f61c3130
Comment 2 Marc Schiffbauer 2013-07-04 08:07:38 UTC
Wow, this was quick. Works like a charm now thanks Montel!