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
Hello,
How is it possible to get the sender Info to a string in format Some Name <[email protected]>, the date it was sent and if there any other recipients (cc)? I tried the following but it din't worked:
inbox = g.inbox().mail(sender="[email protected]")
for msg in inbox:
msg.fetch()
print msg.body, msg.subject, msg.date, msg.cc
The text was updated successfully, but these errors were encountered:
Hello,
How is it possible to get the sender Info to a string in format
Some Name <[email protected]>
, the date it was sent and if there any other recipients (cc)? I tried the following but it din't worked:The text was updated successfully, but these errors were encountered: