N°3169 - Add feature to connect Gsuite mail box with OAuth

N°2504 - Add feature to connect Office mail box with OAuth2 for Microsoft Graph
N°5102 - Allow to send emails (eg. notifications) using GSuite SMTP and OAuth
This commit is contained in:
Eric Espie
2022-05-12 14:40:55 +02:00
parent c2607c4223
commit dd8a4a0082
27 changed files with 3254 additions and 30 deletions

View File

@@ -0,0 +1,5 @@
<?php
namespace Combodo\iTop\Core\Authentication\Client\OAuth;
interface IOAuthClientProvider{
}