Email Node Catalog
Generated category
Email Node Catalog
Generated from 25 catalog nodes in Email.
Nodes in this category
Showing 25 of 25 generated node docs.
Attachment → Fields
Email/AccessAccess filename, content_type and data
Email → Attachments
Email/AccessAccess attachments array
Email → Content
Email/AccessAccess subject, date, plain and HTML bodies
Email → Headers
Email/AccessAccess address header fields of an Email
Mail → Reference
Email/AccessTransforms a Mail struct into a reference
MailAddress → Fields
Email/AccessAccess name and email on a MailAddress
Copy Mail to Mailbox
Email/IMAPCopies a mail (by UID) to another IMAP mailbox
Create Draft
Email/IMAPAppends a new draft message to a mailbox (defaults to 'Drafts')
Delete Mail
Email/IMAPDeletes a mail (by UID) from its current mailbox
Fetch Mail
Email/IMAPFetches the full email content
IMAP Connect
Email/IMAPConnects to an IMAP server and caches the session. For Gmail: use host 'imap.gmail.com', port 993, encryption 'Tls', your Gmail address as username, and an App Password (not your regular password). Generate an App Password at: https://support.google.com/mail/answer/185833
IMAP Create Mailbox (If Missing)
Email/IMAPCreates a mailbox if it doesn't exist; no-op if it already exists
IMAP Inbox
Email/IMAPWraps an IMAP mailbox for paginated fetching
IMAP List Inboxes
Email/IMAPLists all available IMAP mailboxes
List Mails
Email/IMAPLists email UIDs for a mailbox page with selectable filters
Mark Mail as Seen
Email/IMAPMarks a mail (by UID) as seen/read in IMAP mailbox
Move Mail to Mailbox
Email/IMAPMoves a mail (by UID) to another IMAP mailbox
Create Calendar Event
Email/IMAP/CalendarCreates a new calendar event in an IMAP calendar folder
Delete Calendar Event
Email/IMAP/CalendarDeletes a calendar event from an IMAP calendar folder
Get Calendar Event
Email/IMAP/CalendarGets a specific calendar event by UID
IMAP List Calendars
Email/IMAP/CalendarLists mailbox names and heuristically-detected calendar folders
List Calendar Events
Email/IMAP/CalendarLists calendar events from an IMAP calendar folder
Subscribe to Calendar URL
Email/IMAP/CalendarFetches and parses calendar events from an iCalendar subscription URL
SMTP Connect
Email/SMTPConnects to an SMTP server and caches the session. For Gmail: use host 'smtp.gmail.com', port 587, encryption 'StartTls', your Gmail address as username, and an App Password (not your regular password). Generate an App Password at: https://support.google.com/mail/answer/185833
Send Mail
Email/SMTPSends an email via SMTP using a cached connection