Linux 软件免费装
Banner图

gRDV Messages

开发者 grdv
更新时间 2026年9月2日 17:52
PHP版本: 8.1 及以上
WordPress版本: 7.1
版权: GPLv3 or later
版权网址: 版权信息

标签

email smtp imap shared inbox

下载

2.0.15 2.0.14 2.0.16 2.0.17 2.0.11 2.0.12 2.0.13

详情介绍:

gRDV Messages brings operational email conversations into WordPress. It is built for organizations that want to manage authorized business mailboxes, keep incoming and outgoing messages connected as conversations and send consistently branded email from the WordPress admin or mobile web app. Connect one or more mailboxes, select the IMAP folders needed for daily work, send through the configured SMTP accounts and manage conversations across all authorized mailboxes. IMAP sync requires the PHP IMAP extension on the server. Password and attachment encryption require the PHP OpenSSL extension. Sending uses WordPress mail handling with the SMTP account configured in the plugin. What you can do

安装:

Important server requirement: The PHP IMAP extension must be installed and enabled on the server. Without PHP IMAP, gRDV Messages cannot retrieve or synchronize email and therefore cannot provide its core mailbox functionality. Confirm PHP IMAP support with your hosting provider before installing the plugin; some low-cost or restricted hosting plans do not include it.
  1. Upload the plugin folder to /wp-content/plugins/ or install the plugin through the WordPress plugin screen.
  2. Activate gRDV Messages.
  3. Open gRDV Messages > Mailboxen.
  4. Enter the IMAP and SMTP settings for each mailbox that you are authorized to use.
  5. Send a test message and start syncing conversations.

屏幕截图:

  • Mobile web app for reading, composing and replying to messages.

升级注意事项:

2.0.17 Makes WebApp folder moves instantaneous with automatic rollback and keeps the desktop conversation panel consistent after moving or deleting a thread.

常见问题:

Does gRDV Messages replace my email provider?

No. gRDV Messages connects to the mailbox and mail servers configured by the site administrator. Your existing email provider remains responsible for storing and delivering mail.

Can I use any sender address?

You can connect mailboxes from domains other than the WordPress installation domain. Each sender address must belong to a mailbox that you are authorized to use and for which you provide valid IMAP and SMTP credentials. gRDV Messages does not provide or authorize sender identities on your behalf.

Can I manage more than one mailbox?

Yes. You can configure multiple authorized mailboxes with separate IMAP, SMTP, sender, Reply-To, folder and user-assignment settings.

Does gRDV Messages restyle every email sent by WordPress?

No. The template and signature apply to messages composed and sent through gRDV Messages and to explicitly supported integrations. The plugin does not automatically replace email templates from WordPress core, WooCommerce, form plugins or unrelated third-party plugins.

Which external services does the plugin connect to?

The plugin connects only to the IMAP and SMTP servers entered by the site administrator. It does not connect to gR DV servers or any other vendor-operated service.

How does the external cron URL work?

The plugin can generate a private local sync URL for server-side cron jobs. Calling this URL triggers the IMAP sync inside your own WordPress installation. The request stays on your site and uses a token generated by the plugin; no email content, mailbox data or token is sent to gR DV.

Where are messages stored?

Synced messages, outgoing messages, conversation metadata and attachment metadata are stored in your WordPress database. Attachment files are stored locally below wp-content/uploads/grdv-messages/. The files use authenticated encryption and random physical filenames and are only decrypted in memory for authorized downloads and sending. Original filenames and MIME types remain in the database. No Apache, Nginx or IIS configuration is required. The encryption key is generated independently when the first attachment is stored and saved as a non-autoloaded WordPress option. Include both the WordPress database and the uploads directory in backups; attachments cannot be decrypted if the database copy containing this key is lost. When synchronization is disabled for a folder, locally imported messages that are assigned only to disabled folders are deleted in resumable background batches. Their locally stored attachment files and metadata are deleted as well. Empty conversations and contacts that are no longer referenced by another conversation are removed. A message remains stored if it is also assigned to a folder that is still enabled for synchronization. Copies in WordPress, database, hosting or external backups are controlled by the site operator and are outside the plugin's active storage. Enable synchronization for the Trash folder of each mailbox when the plugin should detect messages that are later removed from Trash on the IMAP server. Folder visibility in the WebApp is independent of synchronization. Messages that were moved to and removed from an unsynchronized server folder cannot always be matched safely after the fact, so conversation and message rows should not be deleted directly from the database without also accounting for attachments and IMAP references.

Are mailbox passwords stored securely?

Mailbox passwords are encrypted with authenticated AES-256-GCM encryption before they are saved. The encryption key is derived from the WordPress authentication salts available on the site. Site administrators should still protect database, configuration and file-system access carefully.

更新日志:

2.0.17 2.0.16 2.0.15 2.0.14 2.0.13 2.0.12 The complete release history is included in changelog.txt.