48hr.email/application
ClaraCrazy e99a8b55e0
Avoid unpredictable behaviour on weird `undisclosed recipients:;` signal
IMAP does not return the bcc field cleanly, in fact, node-imap and by extension imap-simple wont return a valid bcc (or cc for that matter) at all.
Generally, you can only view those with the "envelope" attribute of a mail, but those are empty. Only clean option would be to somehow accesss and work with the rfc822 spec of `Original-Recipient`.
2024-12-03 07:54:27 +01:00
..
config.sample.js Make config usage more clear 2024-11-11 18:51:50 +01:00
helper.js remove unnecessary console.logs 2024-11-11 19:00:07 +01:00
imap-service.js Avoid unpredictable behaviour on weird `undisclosed recipients:;` signal 2024-12-03 07:54:27 +01:00
mail-processing-service.js Refactor email purge time configuration and usage to be more precise. 2024-10-03 01:22:10 +02:00