Fields
Max number of emails to return
Return only emails that are not older than
timedeltaReturn only previously unread emails
Module
notte_core.actions.actionsRead recent emails from the mailbox
import datetime as dt
session.execute(type="email_read", limit=5, only_unread=True)
session.execute(type="email_read", timedelta=dt.timedelta(minutes=5))
timedeltanotte_core.actions.actionsWas this page helpful?
Suggestions