haystack / YouPS

YouPS: An email automation tool that makes your email management easy! 😎
11 stars 5 forks source link

is_list() #184

Open soyapark opened 5 years ago

soyapark commented 5 years ago

Similar to #75, we need an addtional feature of Contact entity which returns boolean if this message is from a mailing list. (there is some request from our CHI paper survey)

We can figure this out by parsing message data but we can't tell it by solely looking into email address. We can add another attribute to contact or parse one of message sent by this contact and determine if this is list or not on-demand.