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
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.
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 thatmail
object 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?
The text was updated successfully, but these errors were encountered: