You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TypeError: (0 , _ramda.pathOr)(...).trim is not a function
While without "{valueAsString: false}" it is working fine.
Unfortunately some email body (strings) I'm listing are encoded with base64, some are in quoted printable, so I want to have Uint8Array to be able to decode body my way. With this error its impossible at the moment.
Seems like this part is failing:
emailjs-imap-client/dist/command-parser.js:186
The text was updated successfully, but these errors were encountered:
const emailParams = ['uid', 'envelope', 'body[]'];
await client.listMessages(crawlerFolder, queryEmailsNumber, emailParams, {valueAsString: false});
Throws an error
While without "{valueAsString: false}" it is working fine.
Unfortunately some email body (strings) I'm listing are encoded with base64, some are in quoted printable, so I want to have Uint8Array to be able to decode body my way. With this error its impossible at the moment.
Seems like this part is failing:
The text was updated successfully, but these errors were encountered: