Hey there, I recognize that this may be an issue with mailparser from @andris9 but I'm hoping you may be able to give me an idea of what I might be doing wrong.
repro
After connecting to my imap account, I fire off an email to myself (tried different senders) and console.log the mail object. The issue arises when I notice that that mail object only contains mail.text, mail.headers, mail.priority, and mail.uid. My understanding is that it should incorporate other properties such as to, from and even subject.
Here is the program I'm running - https://gist.github.com/kylemac/cbb126f9dc25eb853c10
I'm using a gmail imap account, perhaps that is what is wrong?
Hey there, I recognize that this may be an issue with mailparser from @andris9 but I'm hoping you may be able to give me an idea of what I might be doing wrong.
repro
After connecting to my imap account, I fire off an email to myself (tried different senders) and console.log the
mailobject. The issue arises when I notice that thatmailobject only containsmail.text,mail.headers,mail.priority, andmail.uid. My understanding is that it should incorporate other properties such as to, from and even subject.Here is the program I'm running - https://gist.github.com/kylemac/cbb126f9dc25eb853c10
I'm using a gmail imap account, perhaps that is what is wrong?