feat(core): Enhance package with detailed documentation and updated npm metadata
This commit is contained in:
@ -13,8 +13,8 @@ tap.test('smartimap', async () => {
|
||||
user: await tapNodeTools.getEnvVarOnDemand('IMAP_USER'),
|
||||
pass: await tapNodeTools.getEnvVarOnDemand('IMAP_PASSWORD'),
|
||||
},
|
||||
mailbox: 'INBOX',
|
||||
filter: { seen: true, to: await tapNodeTools.getEnvVarOnDemand('IMAP_USER') },
|
||||
mailbox: 'buchhaltung',
|
||||
filter: { seen: true, to: await tapNodeTools.getEnvVarOnDemand('IMAP_USER'), },
|
||||
});
|
||||
|
||||
await testSmartImap.connect();
|
||||
|
Reference in New Issue
Block a user