Change starttls command to uppercase to support ProtonMail Bridge
This commit is contained in:
parent
51b44f0f4b
commit
0d64fdaa6b
2 changed files with 2 additions and 2 deletions
|
|
@ -9,7 +9,7 @@
|
|||
*/
|
||||
|
||||
public class Geary.Imap.StarttlsCommand : Command {
|
||||
public const string NAME = "starttls";
|
||||
public const string NAME = "STARTTLS";
|
||||
|
||||
public StarttlsCommand() {
|
||||
base (NAME);
|
||||
|
|
|
|||
|
|
@ -50,7 +50,7 @@ public enum Geary.Smtp.Command {
|
|||
return "data";
|
||||
|
||||
case STARTTLS:
|
||||
return "starttls";
|
||||
return "STARTTLS";
|
||||
|
||||
default:
|
||||
assert_not_reached();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue