Bug 2848

Summary: Add support for GnuTLS priority string
Product: Claws Mail (GTK 2) Reporter: Darko <darko>
Component: SMTPAssignee: users
Status: RESOLVED FIXED    
Severity: enhancement    
Priority: P3    
Version: 3.9.1   
Hardware: PC   
OS: Linux   
Attachments:
Description Flags
Add support for GnuTLS priority string
none
Second version of the GnuTLS set priority patch none

Description Darko 2013-01-03 10:26:13 UTC
Created attachment 1215 [details]
Add support for GnuTLS priority string

Rationale behind this enhancement is my ISP's badly configured SMTP server which requires a special GnuTLS priority string to be able to send mail. I hope it might help others who experience similar problems. The attached patch adds a new entry on the account's advanced preferences page where user can enter the GnuTLS priority string. This is only implemented for SMTP sessions in the patch but can be easily extended for POP3.
Comment 1 Darko 2013-03-25 16:51:49 UTC
Created attachment 1249 [details]
Second version of the GnuTLS set priority patch

As agreed with Paul I have reimplemented this feature as a hidden account preference. I wanted to update the hidden preferences section of the manual but the section only talks about generic hidden settings, not per-account ones. Please let me know if I should still add description of this option to the manual.
Comment 2 Paul 2013-04-13 09:35:52 UTC
applied. thanks, Darko!