Issue 118787 - mailmerge.py: supported connection types should be handled case insensitive
Summary: mailmerge.py: supported connection types should be handled case insensitive
Status: CLOSED FIXED
Alias: None
Product: General
Classification: Code
Component: code (show other issues)
Version: current
Hardware: All All
: P5 (lowest) Normal (vote)
Target Milestone: ---
Assignee: Ariel Constenla-Haile
QA Contact:
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-01-16 03:46 UTC by Ariel Constenla-Haile
Modified: 2017-05-20 10:31 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description Ariel Constenla-Haile 2012-01-16 03:46:01 UTC
In mailmerge.p the supported connection types are handled case-sensitive, but according to http://www.openoffice.org/api/docs/common/ref/com/sun/star/mail/XMailService.html#getSupportedConnectionTypes 

"Currently defined connection types are (the values should be handled case insensitive): "Insecure" - insecure connections "Ssl" - Secure Socket Layer 2.0/3.0 based connection"

This causes errors on API clients, see Bug 118736
Comment 1 Ariel Constenla-Haile 2012-01-16 19:52:38 UTC
Fixed in revision 1232130