A free email service provided by AOL.
Tools and capabilities available for AOL Mail
Retrieve messages from the inbox with optional filtering by unread status, date range, or sender. Returns a list of emails with key metadata.
Parameters: limit, unread_only, sender, since_date
Get the full content and details of a specific email message by its ID, including body, attachments, headers, and metadata.
Parameters: message_id
Compose and send a new email message to one or more recipients with optional CC, BCC, and attachments.
Parameters: to, subject, body, cc, bcc, attachments
Reply to an existing email message, automatically including the original message thread and setting the correct recipient.
Parameters: message_id, body, reply_all, attachments
Forward an existing email message to one or more recipients, including the original content and attachments.
Parameters: message_id, to, body
Search through all emails using keywords, filters, and advanced search criteria to find specific messages.
Parameters: query, folder, has_attachment, date_from, date_to, limit
Change the read/unread status of one or more email messages.
Parameters: message_ids, mark_as_read
Move one or more email messages to the trash folder or permanently delete them.
Parameters: message_ids, permanent
Move one or more email messages to a specified folder.
Parameters: message_ids, folder
Create a new folder for organizing emails.
Parameters: folder_name, parent_folder
Retrieve a list of all email folders in the account including system and custom folders.
Parameters: include_counts
Retrieve contacts from the address book with optional search and filtering.
Parameters: search_query, limit
Create a new contact in the address book with email address and optional details.
Parameters: email, first_name, last_name, phone, notes
Update an existing contact's information in the address book.
Parameters: contact_id, email, first_name, last_name, phone, notes
Remove a contact from the address book.
Parameters: contact_id
Create an automatic filter rule to organize incoming emails based on criteria like sender, subject, or keywords.
Parameters: filter_name, conditions, actions
Get all active email filter rules configured in the account.
Download a specific attachment from an email message.
Parameters: message_id, attachment_id, save_path
Get the count of unread messages in inbox or specific folders.
Parameters: folder
Save an email message as a draft for later editing and sending.
Parameters: to, subject, body, cc
Have an idea for a tool that should be added? Describe it below and we'll add it for you.