ikvk / imap_tools

Work with email by IMAP
Apache License 2.0
717 stars 83 forks source link

i can get sender name? #236

Closed qwertyqwert12 closed 4 months ago

qwertyqwert12 commented 4 months ago

how i can get sender name? first name, last name

ikvk commented 4 months ago

msg.from_values

of course it is not guarantee, more robust - ask the sender )

qwertyqwert12 commented 4 months ago

msg.from_values

of course it is not guarantee, more robust - ask the sender )

THANKS!!!!

qwertyqwert12 commented 4 months ago

msg.from_values

of course it is not guarantee, more robust - ask the sender )

i can get references? :D or only from headers?

ikvk commented 4 months ago

From headers