Skip to content

Commit

Permalink
wip: Provide hooks to manage IMAP connection #277
Browse files Browse the repository at this point in the history
  • Loading branch information
cnouguier committed Jun 17, 2024
1 parent b2ee7c3 commit 863fe6c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/hooks/hooks.imap.js
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,6 @@ export function downloadIMAPAttachments (options = {}) {
if (attachment.length === 1) attachment = attachment[0]
else if (attachment.length === 0) attachment = null
_.set(hook, options.dataPath || 'result.data', attachment)
console.log(hook)
} finally {
// Make sure lock is released, otherwise next `getMailboxLock()` never returns
lock.release()
Expand Down

0 comments on commit 863fe6c

Please sign in to comment.