Bug 487884 - Plain default when parsing configuration files from IspdbService::requestConfig function fails
Summary: Plain default when parsing configuration files from IspdbService::requestConf...
Status: REPORTED
Alias: None
Product: kmail2
Classification: Applications
Component: config dialog (show other bugs)
Version: 5.24.4
Platform: Other Other
: NOR major
Target Milestone: ---
Assignee: kdepim bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-06-01 13:21 UTC by shushangw
Modified: 2024-06-01 13:21 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description shushangw 2024-06-01 13:21:37 UTC
SUMMARY
When the value of the <socketType> element in the configuration file (i.e., config-v1.1.xml) is not equal to the value defined by the specification (i.e., "ssl", "starttls", "none"), Kmail will set to the plain connection type by default.

STEPS TO REPRODUCE
1. Set the value of the <socketType> element to any value except "ssl", "starttls", "none";

OBSERVED RESULT
Default to plain connection type.

EXPECTED RESULT
Take a more conservative implementation that determines the connection type based on the port number.