Generate and save an email draft in Outlook, including subject, body, recipient details, and optional file attachments, using file paths specified for attachments.
List, view, or download email attachments from a specified message. Retrieve attachment metadata, inline text content, or save binary files to a local directory.
Send a single outbound email through the Sendmux API. Supports HTML/text bodies, attachments, CC/BCC, custom headers, and idempotency keys to avoid duplicate sends.
Fetch attachment contents directly from email metadata; small text attachments return inline text, while binary or large files provide metadata and a fresh download link.
A Model Context Protocol server for downloading Jira Cloud attachments by attachment ID to local disk. Supplements the official Atlassian MCP server which lacks attachment download functionality.
Retrieve all file attachments for a job application, including resumes, cover letters, and documents. Get metadata and download URLs for each file using the application ID.
Download file attachments from RSpace documents to your local system. Retrieve images, data files, or other attachments by specifying the file ID and save location.
Retrieve a paginated list of attachments from a ClickUp task or File-type Custom Field, including title, ID, size, and download URL. Use cursor-based pagination to fetch all attachments.
Upload local files as attachments to Jira issues, retrieve attachment metadata, or delete attachments. Use streaming downloader to download file bytes.
List a document's attachments as a paginated page in Polarion. Get attachment IDs that body references use, helping detect missing or invalid file references.
Lists attachments on inbound emails to help decide which files to download before forwarding or processing. Provides filename, size, and content type details.
Send an email through SMTP with optional attachments, but only when the account owner enabled sending and every recipient is on the send allowlist; otherwise, create a draft instead.