Title: PressedMail &#8211; Email Client, Inbox &amp; Webmail
Author: CurbSoftware Tech Innovations
Published: <strong>4 september 2026</strong>
Last modified: 5 september 2026

---

Plugins zoeken

![](https://ps.w.org/pressedmail/assets/banner-772x250.png?rev=3681249)

![](https://ps.w.org/pressedmail/assets/icon.svg?rev=3681197)

# PressedMail – Email Client, Inbox & Webmail

 Door [CurbSoftware Tech Innovations](https://profiles.wordpress.org/curbsoftwareinc/)

[Download](https://downloads.wordpress.org/plugin/pressedmail.1.0.26.zip)

 * [Details](https://nl.wordpress.org/plugins/pressedmail/#description)
 * [Beoordelingen](https://nl.wordpress.org/plugins/pressedmail/#reviews)
 *  [Installatie](https://nl.wordpress.org/plugins/pressedmail/#installation)
 * [Ontwikkeling](https://nl.wordpress.org/plugins/pressedmail/#developers)

 [Ondersteuning](https://wordpress.org/support/plugin/pressedmail/)

## Beschrijving

**Your inbox, right where you work.**

PressedMail brings your inbox into the WordPress dashboard. Read a customer message,
reply to a client, or organize email while you work on your website. Keep your existing
email address and provider.

The free plugin includes the following tools without a PressedMail subscription 
or license key.

#### Included in PressedMail Free

**Read and reply from your dashboard**

 * Connect one existing mailbox for its owner and manage it inside WordPress.
 * Compose, reply, reply-all, and forward, with CC and BCC fields.
 * Follow threaded replies in conversation view.
 * Use one signature for outgoing messages.

**Keep your inbox organized**

 * Create unlimited tags for clients, projects, orders, or your own categories.
 * Browse and sync your provider’s email folders.
 * Search and filter messages within those folders.
 * Move messages, mark them read or unread, and delete unwanted email.

**Make reading more comfortable**

 * Choose light or dark mode.
 * Use a responsive layout on desktop, tablet, or phone.
 * Use basic keyboard navigation.
 * Choose an optional dyslexia-friendly reading mode.

**Keep control of mailbox access**

 * Read messages in an isolated viewer that helps contain untrusted content.
 * Keep remote images blocked until you choose to display them.
 * Use sender impersonation protection to help identify misleading identities.
 * Manage access through WordPress permissions; the mailbox is available to its 
   owner.
 * Receive plugin updates through WordPress.org.

#### Send your website’s notifications, too

Send password resets, user and comment notifications, and supported WooCommerce 
and contact-form emails through your chosen mail server.

Send a test message and check the delivery log for sending results. Choose how long
to keep entries, clear them, or turn logging off.

Logs exclude message bodies and attachments. Website notification sending is configured
separately from your inbox.

#### Bring more of your day into PressedMail Pro

Manage several addresses or spend more of your day in email? **PressedMail Pro**
brings more of that work together:

 * **One view across accounts:** unlimited mailboxes and a combined inbox.
 * **People and appointments:** contacts and a calendar beside your messages.
 * **Less repetitive work:** email rules and automatic replies.
 * **Better timing:** scheduled sending, snooze, and undo send.
 * **Optional AI assistance:** writing, summaries, tagging, and inbox organization.
 * **Additional phishing checks:** review suspicious messages before acting.
 * **Your preferred workspace:** additional themes and layouts, unlimited signatures,
   and signature rules.

These features require the separate, GPL-compatible paid plugin and are not included
here. AI uses your configured provider; provider charges may apply.

[Explore PressedMail Pro](https://pressedmail.com) or [compare plans and included features](https://pressedmail.com/pricing).

#### Help and setup

[Setup documentation](https://pressedmail.com/docs) | [WordPress.org support forum](https://wordpress.org/support/plugin/pressedmail/)

### Privacy and External Services

Free has no telemetry, no CurbSoftware analytics, no license checks, and no custom
update checks, and receives updates only through WordPress.org. Installation and
activation do not send email content or metadata to CurbSoftware or AI services.

The connections below follow account or sending-service configuration, or an authorized
user’s request.

#### Your IMAP server

PressedMail connects to the configured IMAP host and port to list folders, synchronize,
search, read, move, flag, or delete messages. Using your security settings, it sends
the mailbox username or address, credential or OAuth access token, and mailbox commands.

The server returns folders, message identifiers, senders, recipients, dates, subjects,
headers, bodies, attachments, flags, labels, and synchronization state as needed.
Your provider’s terms and privacy policy apply.

#### Your SMTP server

PressedMail connects to the configured SMTP host and port when you send email or
WordPress sends notifications through it. Using your security settings, it sends
authentication information, sender, recipients, subject, headers, body, and attachments.
Your provider’s terms and privacy policy apply.

#### Optional Microsoft sign-in

Microsoft sign-in uses Microsoft’s identity service and the PressedMail Microsoft
OAuth relay. Password and app-password connections do not use the relay.

 * https://pressedmail.com/oauth/microsoft/start receives the site URL, WordPress
   admin callback URL, and a cryptographic nonce when sign-in starts.
 * https://pressedmail.com/oauth/microsoft/redeem receives the one-time transfer
   code, site URL, and the same nonce after Microsoft redirects you back.
 * https://pressedmail.com/oauth/microsoft/refresh receives the refresh token, site
   URL, and a fresh nonce when a replacement access token is needed before expiry.

The relay returns mailbox identity, access and refresh tokens, granted scope, and
expiry information to your site. It does not receive message bodies, attachments,
or mailbox contents. Microsoft receives sign-in and authorization information required
by its identity and mail services.

[PressedMail terms](https://pressedmail.com/terms-of-service) | [PressedMail privacy policy](https://pressedmail.com/privacy)
| [Microsoft Services Agreement](https://www.microsoft.com/servicesagreement) | 
[Microsoft Privacy Statement](https://privacy.microsoft.com/privacystatement)

#### Remote images

Images are blocked by default. Displaying them makes your browser request them directly
from their hosts, which receive the image URL, your IP address and user agent, and
potentially browser headers or cookies. Their privacy policies and terms apply. 
Sender-controlled images may reveal that you viewed the message.

#### Local storage and sending logs

Account settings, encrypted credentials or OAuth tokens, and synchronized mailbox
data are stored in your WordPress database or filesystem as needed. The site owner
controls hosting, access, backups, retention, account removal, personal-data requests,
and uninstall cleanup.

The optional notification log stores date, first recipient and recipient count, 
subject, sender, mail server, and result. Bodies, headers, and attachments are excluded.
Entries expire after your chosen retention period; logging can be disabled and the
log cleared.

### Development

#### Source code and build instructions

Human-readable source and build instructions for the Free interface are public:

 * [Source repository](https://github.com/CurbSoftware/pressedmail)
 * [Source for version 1.0.25](https://github.com/CurbSoftware/pressedmail/tree/v1.0.26)
 * [Build instructions for version 1.0.25](https://github.com/CurbSoftware/pressedmail/blob/v1.0.26/BUILD.md)

The repository provides readable TypeScript, React, CSS, manifests, lockfile, and
build configuration for assets/admin/dist/, based on the Free build’s module list.
Pro code is absent from both this package and its published source.

Build the Plate.js/Vite interface from the repository root with Node.js 20+ and 
pnpm 11: `pnpm install && pnpm build`.

#### Open-source libraries and assets

Free uses WordPress’s registered React, ReactDOM, and JSX runtime. Libraries include
Plate.js, Slate, Vite, Tailwind CSS, Radix UI, KaTeX, date-fns, and Zod (MIT); React
Aria (Apache-2.0); and DOMPurify (Apache-2.0 or MPL-2.0).

OpenDyslexic uses the SIL Open Font License 1.1; OFL.txt is included beside the 
bundled fonts.

## Schermafbeeldingen

[⌊Connect your existing email account.⌉⌊Connect your existing email account.⌉[

Connect your existing email account.

[⌊Inbox, folders, tags, and reading pane inside WordPress.⌉⌊Inbox, folders, tags,
and reading pane inside WordPress.⌉[

Inbox, folders, tags, and reading pane inside WordPress.

[⌊PressedMail Lock, impersonation access protection, and remote-image settings.⌉⌊
PressedMail Lock, impersonation access protection, and remote-image settings.⌉[

PressedMail Lock, impersonation access protection, and remote-image settings.

[⌊Attachment, content, sync, and access settings. Pro interface shown; Pro navigation
items are not included in Free.⌉⌊Attachment, content, sync, and access settings.
Pro interface shown; Pro navigation items are not included in Free.⌉[

Attachment, content, sync, and access settings. Pro interface shown; Pro navigation
items are not included in Free.

## Installatie

 1. In WordPress, go to Plugins > Add New and search for PressedMail.
 2. Install and activate the plugin.
 3. Open PressedMail from the admin sidebar.
 4. Connect your mailbox using its provider settings or supported sign-in method.
 5. Open your inbox and start reading and replying.

For website notifications, configure WordPress email sending in Settings and send
a test message.

## FAQ

### What do I need to use PressedMail?

A WordPress site you control and a compatible IMAP/SMTP account. Your provider continues
to host your mailbox; your web host must allow connections to it.

### Which email providers can I connect?

Compatible providers include many custom-domain and cPanel mailboxes, Gmail, Google
Workspace, Outlook, Microsoft 365, Zoho Mail, and Fastmail.

Gmail uses app passwords where permitted; Microsoft accounts can use Microsoft sign-
in where supported. Availability depends on provider, plan, and organization settings.
Additional configuration may be required.

### Can I use the free plugin without a paid account?

Yes. Free requires no PressedMail account or payment and has no trial expiry. Your
email provider’s terms and charges still apply.

### How does website email sending work?

Messages generated through WordPress’s standard wp_mail() system can use your configured
SMTP server. Inbox messages use the connected mailbox’s sending settings.

The log reports sending results, not guaranteed placement in the recipient’s inbox.

### Can I move to Pro later?

Yes. Pro is designed to preserve compatible accounts, settings, and local data when
it replaces Free. Follow the installation guidance supplied with Pro.

## Beoordelingen

Er zijn geen beoordelingen voor deze plugin.

## Bijdragers & ontwikkelaars

“PressedMail – Email Client, Inbox & Webmail” is open source software. De volgende
personen hebben bijgedragen aan deze plugin.

Bijdragers

 *   [ CurbSoftware Tech Innovations ](https://profiles.wordpress.org/curbsoftwareinc/)

[Vertaal “PressedMail – Email Client, Inbox & Webmail” in je eigen taal.](https://translate.wordpress.org/projects/wp-plugins/pressedmail)

### Interesse in ontwikkeling?

[Bekijk de code](https://plugins.trac.wordpress.org/browser/pressedmail/), haal 
de [SVN repository](https://plugins.svn.wordpress.org/pressedmail/) op, of abonneer
je op het [ontwikkellog](https://plugins.trac.wordpress.org/log/pressedmail/) via
[RSS](https://plugins.trac.wordpress.org/log/pressedmail/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 1.0.26

 * The Explore PressedMail Pro buttons on the About page are readable again in every
   theme. WordPress admin’s own link colour was overriding the button label; links
   the plugin renders as buttons now keep their theme colours.

#### 1.0.25

 * The plugin’s REST routes now live under one prefixed namespace, pressedmail/v1.
   The unprefixed api/v1 mirror is gone, so PressedMail can no longer collide with
   another plugin that uses that name.

#### 1.0.24

 * Maintenance release. Nothing changes in the free edition; the version is kept
   in step with the paid edition, which had a fix.

#### 1.0.23

 * Tables in an email are readable again instead of being squeezed into columns 
   about a character wide.
 * Opening a message is faster on modest hosting: the bodies for the page you are
   looking at load ahead of the click, and that work pauses whenever a mailbox sync
   is running.
 * The background-sync notice has a Reload button, and the expired-session notice
   now reloads the page, which is what it always told you to do.

#### 1.0.22

 * Tag and signature capabilities no longer report a maximum or a remaining count.
   Nothing was limited, so there is nothing to count; the plugin simply says what
   you can do.
 * Calendar invitations are sent from the organiser’s own mailbox instead of the
   site’s mail server, so they are no longer relayed by a server that is not authorised
   for the sender’s domain.
 * WordPress email settings ask one clear question about which mailer sends site
   email, and say plainly that your PressedMail inboxes are unaffected either way.

#### 1.0.21

 * A snooze whose message cannot be parked now stops after three tries, stays in
   the Snoozed list as “Snooze failed, still in “, and posts a notification, instead
   of retrying forever in the background.
 * A tab left open past the sign-in nonce lifetime recovers its session on the next
   request instead of asking for a reload.
 * Background delivery of scheduled sends, snooze returns and undo-send no longer
   runs inside inbox reads; it runs from the sync driver and WordPress cron, where
   it has room.

#### 1.0.20

 * Sweep can create a rule for any destination: a named folder, Archive, Junk or
   Trash, in one account or a Combined Inbox. Before, anything but Junk or Trash
   answered “A destination folder is required.” even though the sweep itself ran.
 * Dialog and popover headings keep their own size and colour instead of inheriting
   WordPress admin heading styles.

#### 1.0.19

 * Search now reads contact list membership through a shared helper that every build
   contains, instead of one that only some builds do.

#### 1.0.18

 * Calendar reminders no longer stop a background tick on a site that changed packages
   while keeping its calendar data.

#### 1.0.17

 * The public source repository now contains only the code the free build compiles.
   It is generated from the same policy that governs the shipped bundle, so the 
   two cannot drift apart again.
 * Every compiled translation now ships with the readable .po it was compiled from.
 * Removed unreachable code: two parked sync features, an unused model, a duplicate
   readme, and the development-only asset loader.
 * Plan and licensing wording that could never be displayed is no longer compiled
   into this build.

#### 1.0.16

 * The Free package now contains only direct remote-image loading. The separately
   distributed image proxy implementation is physically absent.

#### 1.0.15

 * The header search input now matches the selected PressedMail theme instead of
   using the white WordPress admin background.
 * Vite asset errors no longer include local filesystem paths.
 * The mailbox lock sanitizes its plugin-owned browser grant cookie before validating
   it.

#### 1.0.14

 * Free now contains only its complete, working feature set. Source for the separately
   distributed paid plugin is physically absent.
 * Remote images load directly after the user chooses to display them. The separate
   image proxy implementation is no longer included.
 * Mailbox, signature, system-email server, provider, and keyboard-shortcut behavior
   now use direct Free implementations.
 * The readme links directly to the public source repository and build instructions.
 * Internal transient names now use the full PressedMail prefix.

## Meta

 *  Versie **1.0.26**
 *  Laatst geüpdatet **2 uur geleden**
 *  Actieve installaties **Minder dan 10**
 *  WordPress versie ** 6.6 of nieuwer **
 *  Getest t/m **7.1**
 *  PHP versie ** 8.2 of nieuwer **
 *  Taal
 * [English (US)](https://wordpress.org/plugins/pressedmail/)
 * Tags
 * [email](https://nl.wordpress.org/plugins/tags/email/)[email client](https://nl.wordpress.org/plugins/tags/email-client/)
   [imap](https://nl.wordpress.org/plugins/tags/imap/)[smtp](https://nl.wordpress.org/plugins/tags/smtp/)
 *  [Geavanceerde weergave](https://nl.wordpress.org/plugins/pressedmail/advanced/)

## Waarderingen

Er zijn nog geen beoordelingen ingediend.

[Je beoordeling](https://wordpress.org/support/plugin/pressedmail/reviews/#new-post)

[Bekijk alle beoordelingen](https://wordpress.org/support/plugin/pressedmail/reviews/)

## Bijdragers

 *   [ CurbSoftware Tech Innovations ](https://profiles.wordpress.org/curbsoftwareinc/)

## Ondersteuning

Iets te melden? Hulp nodig?

 [Het supportforum bekijken](https://wordpress.org/support/plugin/pressedmail/)