aboutsummaryrefslogtreecommitdiff
path: root/tests/modules/accounts (follow)
Commit message (Collapse)AuthorAgeFilesLines
* git: set SSL if useStartTls is falseAndrew Fontaine2020-08-131-0/+1
| | | | | | | | | The git-send-email [0] script uses StartTLS if `smtpEncryption` is set to `tls`, which can break services that don't support StartTLS. [0]: https://github.com/git/git/blob/bd42bbe1a46c0fe486fc33e82969275e27e4dc19/git-send-email.perl#L1533 PR #1395
* git: quote sendemail section headerRobert Helgesson2019-01-291-0/+27
This will allow, e.g., the character `@` in the email identity. Also adds a test case. Fixes #557