n8n/packages/nodes-base/nodes/Microsoft/Outlook
Omar Ajoue 7ce7285f7a
Load credentials from the database (#1741)
* Changes to types so that credentials can be always loaded from DB

This first commit changes all return types from the execute functions
and calls to get credentials to be async so we can use await.

This is a first step as previously credentials were loaded in memory and
always available. We will now be loading them from the DB which requires
turning the whole call chain async.

* Fix updated files

* Removed unnecessary credential loading to improve performance

* Fix typo

*  Fix issue

* Updated new nodes to load credentials async

*  Remove not needed comment

Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
2021-08-20 18:57:30 +02:00
..
DraftDescription.ts Add Microsoft Outlook node (#1272) 2020-12-29 08:23:01 +01:00
DraftMessageSharedDescription.ts Add isRead property & message:move to Outlook (#1724) 2021-05-01 23:10:44 -05:00
FolderDescription.ts feature/outlook shared mailbox (#1323) 2021-01-11 00:09:58 +01:00
FolderMessageDecription.ts feature/outlook shared mailbox (#1323) 2021-01-11 00:09:58 +01:00
GenericFunctions.ts Load credentials from the database (#1741) 2021-08-20 18:57:30 +02:00
MessageAttachmentDescription.ts Add Microsoft Outlook node (#1272) 2020-12-29 08:23:01 +01:00
MessageDescription.ts Add isRead property & message:move to Outlook (#1724) 2021-05-01 23:10:44 -05:00
MicrosoftOutlook.node.json Add Node Codex (#1335) 2021-01-14 13:56:07 +01:00
MicrosoftOutlook.node.ts Initial changes for binary data management (#2105) 2021-08-20 18:08:40 +02:00
outlook.svg Optimize svgs 2021-04-17 17:23:59 +02:00