Add support for (X)OAuth2 SMTP authentication.

This commit is contained in:
Michael James Gratton 2018-05-29 05:51:11 +02:00
parent b8b1482e06
commit ada7f3fdbb
6 changed files with 119 additions and 25 deletions

View file

@ -284,6 +284,7 @@ geary_engine_vala_sources = files(
'smtp/smtp-error.vala',
'smtp/smtp-greeting.vala',
'smtp/smtp-login-authenticator.vala',
'smtp/smtp-oauth2-authenticator.vala',
'smtp/smtp-plain-authenticator.vala',
'smtp/smtp-request.vala',
'smtp/smtp-response.vala',