Unable to login to Yahoo! or Cyrus w/ PLAIN authentication: Closes #5987
One NUL can ruin your whole day.
This commit is contained in:
parent
6c3888d19a
commit
7c35ed1a79
1 changed files with 0 additions and 1 deletions
|
|
@ -30,7 +30,6 @@ public class Geary.Smtp.PlainAuthenticator : Geary.Smtp.AbstractAuthenticator {
|
|||
growable.append(credentials.user.data);
|
||||
growable.append(nul);
|
||||
growable.append(credentials.pass.data);
|
||||
growable.append(nul);
|
||||
|
||||
return Base64.encode(growable.get_array()).data;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue