Issue 118787

Summary: mailmerge.py: supported connection types should be handled case insensitive
Product: General Reporter: Ariel Constenla-Haile <arielch>
Component: codeAssignee: Ariel Constenla-Haile <arielch>
Status: CLOSED FIXED QA Contact:
Severity: Normal    
Priority: P5 (lowest) CC: issues
Version: current   
Target Milestone: ---   
Hardware: All   
OS: All   
Issue Type: DEFECT Latest Confirmation in: ---
Developer Difficulty: ---

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