Add support for listing a sample of emails found in each specified mailbox/folder · Issue #3 · atc0005/check-mail · GitHub
More Web Proxy on the site http://driver.im/
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
This was originally going to be included in the initial v0.1.0 release, but I rolled it back once I realized it was outside my initial scope. I plan to keep much of the prototype branch around for reference after a v0.1.0 lands. I can then work it back in as a later release alongside a port of the list-emails.py script/project.
The text was updated successfully, but these errors were encountered:
typeEnvelopestruct {
// The message date.Date time.Time// The message subject.Subjectstring// The From header addresses.From []*Address// The message senders.Sender []*Address// The Reply-To header addresses.ReplyTo []*Address// The To header addresses.To []*Address// The Cc header addresses.Cc []*Address// The Bcc header addresses.Bcc []*Address// The In-Reply-To header. Contains the parent Message-Id.InReplyTostring// The Message-Id header.MessageIdstring
}
This can be useful for choosing what fields to fetch, but also for figuring out a way to uniquely identify an email to see if it has been within a folder longer than X minutes (separate feature request).
This was originally going to be included in the initial v0.1.0 release, but I rolled it back once I realized it was outside my initial scope. I plan to keep much of the prototype branch around for reference after a v0.1.0 lands. I can then work it back in as a later release alongside a port of the
list-emails.py
script/project.The text was updated successfully, but these errors were encountered: