feat(gmail): add send email action

This commit is contained in:
Rıdvan Akca
2024-04-23 11:54:56 +02:00
parent b6b4ed5ad2
commit 55785ac935
8 changed files with 306 additions and 2 deletions

View File

@@ -1,3 +1,5 @@
import listEmails from './list-emails/index.js';
import listLabels from './list-labels/index.js';
import listSignatures from './list-signatures/index.js';
export default [listLabels];
export default [listEmails, listLabels, listSignatures];