Mail Log (EN)

Logs every email your Joomla website sends — with trigger, recipient and delivery status · Version 1.0.5 · Stand 07.09.2026

Mail Log at a glance

Mail Log records every email your Joomla website sends through the Joomla mailer. For each message you see who triggered it, whom it went to, whether delivery succeeded and — depending on the settings — the full content. Failed deliveries are recorded just like successful ones. That gives you a complete record of what your website actually sent.

Mail Log is a pure administrator extension for Joomla 6 and produces no output in the frontend whatsoever.

The screenshots in this manual were taken on a German Joomla installation. The extension follows the language of your installation, so the labels appear in English on an English backend.

The dashboard of Mail Log with key figures and an activity chart
The dashboard sums up the mail volume: total, today's and weekly figures, error rates, an activity chart as well as the latest mails and errors.

What you use Mail Log for

Privacy is built in, not bolted on

A mail log inevitably stores potentially sensitive content. Mail Log is therefore frugal with the data out of the box:

By default only a short excerpt of the message text is stored, no full body and no raw MIME message.

What Mail Log consists of

The package installs three extensions that belong together:

How to read on

If you are starting out, this order works best:

  1. Requirements and installation
  2. Download key and updates
  3. Quick start: the dashboard
  4. The log list
  5. Looking at an entry
  6. Body storage, encryption and sensitive content

Applies to version 1.0.5.

Deutsche Fassung

Requirements and installation

Mail Log is installed as one package that deploys the component and both plugins together. This page lists the requirements and describes what is active after the installation.

Requirements

Joomla6.0 or newer
PHP8.3 or newer
DatabaseMySQL 8.0.13+ or MariaDB 10.4+
PHP extensionsodium (for the optional encryption; present by default in PHP 8.3)

Installation

  1. Download the package pkg_maillog-<version>.zip.
  2. In the backend, open System → Install → Extensions and drag the ZIP file into the Upload Package File area.
  3. After the upload, Mail Log is installed. You find it in the menu under Components → Mail Log.

There is a single ZIP file to install — the package contains the component and both plugins. Do not install the individual parts separately.

The panel after installing Mail Log, with version, status and the cards Getting started, Enable updates and Help
This panel greets you after the installation. It names the installed version and leads to the three things now due: the first test mail, the download key for updates, and the manual. After an update, the changelog takes the place of "Getting started".

What is active after the installation

So that Mail Log records from the start, the installation enables the system plugin automatically. From that moment on every mail sent is captured — you do not have to switch anything else on.

The task plugin is enabled as well but does nothing on its own. Its maintenance tasks only run once you set them up in the Joomla task scheduler (see the chapter Maintenance: scheduled tasks).

A first check

To verify that everything works, send a test email via System → Global Configuration → Server → Send Test Mail. Then open Components → Mail Log: the test message should appear as the most recent entry in the list.

What is created in the database

The installation creates four tables (entries, recipients, daily statistics and a small table for throttling notifications). Uninstalling removes these tables and their data again. Captured attachment files in the protected directory are kept, however, so that uninstalling by accident destroys no evidence — delete that folder by hand if you need to.

Applies to version 1.0.5.

Deutsche Fassung

Download key and updates

Mail Log receives updates through the official Joomla update mechanism. To allow your website to fetch them, enter your personal download key once.

Entering the download key

  1. Create your download key in your customer account on graup-it.de (menu item Download IDs). One key applies per website and covers all extensions obtained through it.
  2. In the backend, open System → Update → Update Sites.
  3. Open the entry Mail Log Update Site and enter the key into the field Download Key.
  4. Save.
The update sites with the field for the download key
In the update sites you enter the download key at the Mail Log update site.

Make sure to paste the key without leading or trailing spaces. A space copied along with it makes the update fail with an error message ("URL rejected" or "Package download failed").

Installing updates

  1. Open System → Update → Extensions.
  2. If a new version is available, Mail Log appears in the list. Select it and click Update.
  3. Joomla downloads the package using your download key, verifies the checksum and installs the new version.

If Joomla finds no update although a new version exists, click Check for Updates first to refresh the cache.

The manual route

You can also install any version by hand: download the ZIP and install it via System → Install → Extensions, just like the first installation. An update through the package overwrites the existing installation and keeps your settings and log data.

Applies to version 1.0.5.

Deutsche Fassung

Quick start: the dashboard

Mail Log works immediately after the installation. This page shows how to produce the first entry and how to read the dashboard properly.

Producing the first entry

Send any email through your website — easiest is the built-in test email under System → Global Configuration → Server → Send Test Mail. Then open Components → Mail Log. The message appears as the most recent entry.

Reading the dashboard

The dashboard of Mail Log with four key figures, chart and lists
The dashboard is the start page of Mail Log.

At the top there are four key figures:

TileMeaning
Emails in totalAll logged mails, broken down into sent and failed.
TodayMails of the current day with error rate.
Last 7 daysWeekly figure with error rate.
Last 30 daysMonthly figure with error rate.

Below them follow:

If the chart does not render (with JavaScript switched off, for instance), Mail Log shows the same figures as a table automatically. No information is lost.

Where to go from here

The button Open logs takes you to the complete list. There you filter and search all entries — that is described in the chapter The log list.

Applies to version 1.0.5.

Deutsche Fassung

The log list

The log list shows all logged mails. You reach it through the menu item Mail Log in the sidebar or via Open logs on the dashboard.

The log list with search bar, filters and result table
The log list with the filter options opened.

The columns

ColumnContent
StatusSent, failed or skipped. For errors a tooltip shows the error message.
TimeTime of sending.
SenderThe sender address.
RecipientThe first recipient; further ones are shown as "+n".
SubjectThe subject line. Icons indicate attachments and resent mails.
SourceThe extension that triggered the sending, where recognised (com_users, for example).
ActionsView the entry and — with the corresponding permission — resend it.

A yellow demo marker identifies test entries you created yourself (see below).

Searching and filtering

Via Filter options you open the filter bar:

SearchSearches subject, sender, recipient, source and the reference ID.
StatusSent only, failed only or all.
PeriodQuick selection (today, 7/30/90 days) or your own from/to date.
Sender contains / recipient containsFree-text partial matches on the addresses.
Source extensionRestrict to one triggering extension.
ContextFrontend, backend, CLI or API — depending on where the mail originated.

The column headers status, time, sender, subject and source are sortable. The page size is set at the foot of the list.

Several entries at once

Use the checkboxes to mark several entries and then apply a toolbar action — Resend or Delete (each requiring the matching permission). Both actions ask for confirmation first.

Exporting

The button Export CSV outputs the currently filtered list as a CSV file — completely, not just the page displayed. The body content is deliberately not included in the export; details under Permissions, export and privacy.

Demo data for trying things out

With the permission manage demo data you create realistic-looking test entries through the toolbar, to try out the list, the dashboard and the detail view. All demo entries carry the demo marker and can be removed again with one click.

The dialogue for creating demo data
The demo dialogue: set the number, period and error rate of the test entries.

Applies to version 1.0.5.

Deutsche Fassung

Looking at an entry

Clicking an entry — on the time, the subject or the view button — opens the detail view with everything recorded about that mail.

The detail view of a log entry with metadata on the left and content tabs on the right
The metadata on the left, the content in several tabs on the right.

The metadata

The left column sums up what is known about the mail:

The content tabs

TabContent
HTMLThe HTML text, shown in an isolated preview (more on this below).
TextThe plain text version of the message.
HeadersThe custom headers of the message.
Raw MIMEThe exact RFC822 message, if storing it is enabled.
Attachments (n)The captured attachments with name, type and size, ready to download.

The HTML text is displayed in an isolated frame (sandbox): scripts in the mail HTML are not executed, and the content cannot influence the backend. That way you can look at foreign messages safely.

When there is no text

Depending on the settings, the body is deliberately not stored or stored only in part. In those cases a notice explains why:

Reading the bodies requires the permission view mail content. Without it you see the metadata but not the text.

Downloading

With the permission download attachments and .eml you download the raw message as an .eml file through the toolbar (to open it in a mail client) as well as individual attachments from the tab of the same name.

The sending chain

If a mail was resent, Mail Log links the new entry to the original one. The detail view shows this chain, so you can trace which sending came from which.

Applies to version 1.0.5.

Deutsche Fassung

Resending a mail

Mail Log can deliver a logged message again. That is useful when a mail got lost, ended up in spam or went to the wrong address. Resending uses the stored content and goes through the normal Joomla mailer — a new log entry is created.

How to resend

The resend area in the detail view with a field for an alternative address
In the detail view you can optionally give a different recipient address.

To a different address

In the detail view you can enter an alternative recipient address. If it is set, the mail goes to that one address only; the original recipients are ignored. If the field stays empty, subject, text and attachments go to the original recipients.

Resending requires the permission resend mails. Every resend creates a log entry of its own that refers back to the original.

When resending is not possible

So that nothing unexpected happens, Mail Log refuses to resend in some cases with a clear message:

Protection against misuse

Two limits prevent accidental mass sending and misuse:

Both values are deliberately fixed, so that a compromised account cannot misuse Mail Log as a spam cannon.

Applies to version 1.0.5.

Deutsche Fassung

Body storage, encryption and sensitive content

How much of the message text Mail Log stores is up to you. This page explains the storage modes, the encryption and the special treatment of sensitive mails. All settings are found in the options under the tabs body storage, raw MIME and sensitive content.

Changes to the storage mode only affect new entries. Mails already stored stay as they are.

The storage modes for the body

The options tab body storage
The tab body storage controls how much of the text is kept.
ModeWhat is stored
Metadata + first N KB
(default)
Only the first kilobytes of the text. Enough for an impression without storing long messages in full. You set the size with body size to keep (KB) (default 4 KB).
Full bodyThe complete text in plain.
Full, encryptedThe complete text, encrypted in the database (see below).
Full, deleted automatically after N daysThe complete text, but the maintenance task removes it again after the configured period and keeps the metadata only.
Metadata onlyNo text at all — only sender, recipient, subject, status and time.

In addition, maximum body size (KB) limits every text as a global safety ceiling; larger bodies are truncated and marked as truncated in the detail view.

Raw MIME

Independently of the body mode, the tab raw MIME lets you store the exact RFC822 message as it was sent. That allows clean .eml downloads for an audit. Because the raw MIME contains the complete plain text, this option is switched off out of the box. It can be encrypted as well.

Encryption

The options tab sensitive content
The tab sensitive content with the subject and masking patterns.

Mail Log protects encrypted bodies and MIME messages with a modern method (AES-256-GCM or XChaCha20-Poly1305). What matters is where the key comes from:

The key is derived from the Joomla secret (in your configuration.php) and is not held in the database. An attacker who captures only the database therefore cannot decrypt the content.

The flip side: if you change the Joomla secret, previously encrypted entries can no longer be read. The secret is part of the core of your Joomla installation that needs protecting anyway — treat it accordingly.

The field encryption key in the options is, as of this version, purely a status display. You do not have to enter or generate anything. If it shows a "legacy key", it comes from an earlier version; the maintenance task migrate legacy-encrypted bodies converts such entries to the new method and removes the legacy key afterwards by itself.

Sensitive mails

Some mails should never end up in the log in plain text — password resets, confirmation links, one-time codes. Mail Log recognises them by the subject line and treats them separately.

The tab sensitive content holds two pattern lists for this (one regular expression per line) and one policy:

Subject patternsIf the subject matches one of the patterns, the mail counts as sensitive. Out of the box there are patterns for password, passwort, reset, token, 2fa, verify and verifizier.
Handling of sensitive mailsMetadata only (default, no body, no attachments), log normally or do not log at all.
Body masking patternsAdditional patterns whose matches are replaced by *** in the stored text — token=… or key=…, for example.

With the default settings a password reset link therefore does not end up in the log, without you having to set anything up.

Applies to version 1.0.5.

Deutsche Fassung

Attachments

On request Mail Log keeps the attachments of sent mails, so that you can later trace exactly what was sent. The settings for this are in the options in the tab attachments.

How attachments are captured

If capture attachments is active, Mail Log copies every attachment into a protected directory while sending and records it in the log entry. In the detail view the attachments appear in the tab attachments with name, type and size and can be downloaded individually (the permission download attachments and .eml being required).

Where attachments live — outside the web root

Out of the box, attachments are stored outside the publicly reachable area (in the Joomla log directory under com_maillog/attachments). They are therefore not retrievable directly through a URL, but only through the component with a permission check.

With storage path you can set a location of your own. If the field stays empty, the safe default path applies. For additional protection Mail Log places lock files (.htaccess, web.config) in the attachment directory.

Coming from a very early version? Earlier builds stored attachments inside the web root. After the update Mail Log still points at the old location so that nothing is lost. The maintenance task move attachment files moves the files to the safe default location once and clears the old reference afterwards.

Limits and storage budget

OptionDefaultMeaning
Capture attachmentsYesCopy attachments to disk while sending.
Storage pathempty (= safe default)Where the attachments are kept.
Max. per file (MB)10Larger attachments are skipped; their metadata (name, type, size) still stays in the log.
Total storage budget (MB)500Once the budget is used up, new attachments are no longer copied until the next cleanup.

Cleaning up

How long attachment files are kept is controlled by attachment retention (days) in the tab retention (default 30 days). The maintenance task clean up attachment files removes older files and those whose log entry has already been deleted. How to set up this task is described in the chapter Maintenance: scheduled tasks.

Safety of file names

Mail Log sanitises every attachment file name before storing it and defuses potentially executable extensions (.php, for instance) by appending .bin. Together with the storage location outside the web root, this rules out an attachment being executed on the server.

Applies to version 1.0.5.

Deutsche Fassung

Log rules and display rules

Mail Log has two kinds of rules that are easy to confuse but do very different things. Both are found in the options.

Log rules decide which mails are stored at all.
Display rules only decide which stored mails appear in the list.

Log rules: what is never stored in the first place

The options tab log rules with mode and rule table
Log rules filter before anything is stored.

Log rules take effect before anything is written to the database. That keeps uninteresting bulk mail out of the log — noisy notifications from a particular service, for instance. What a log rule excludes never becomes an entry.

Two settings determine the behaviour:

ModeExclude matches — matching mails are NOT logged. Include matches only — ONLY matching mails are logged, everything else is discarded.
MatchWhether a mail has to satisfy all rules (AND) or any of them (OR).

Display rules: what is hidden in the list

Display rules take effect after storing. Matching entries are merely hidden in the list and on the dashboard — nothing is deleted. Change the rule and the entries reappear. Useful for tidying up an overloaded view without losing data.

How a rule is put together

Both rule types are built from the same parts. Every rule checks a field with an operator against a value:

FieldSubject, body, recipient or sender.
Operatorcontains, does not contain, equals, does not equal, starts with, ends with — for display rules additionally is empty / is not empty.
ValueThe text to compare against.

Examples

The mode include matches only for log rules is sharp: everything that does not match is not logged. Use it deliberately and check afterwards that the mails you want still reach the log.

Applies to version 1.0.5.

Deutsche Fassung

Notifications when delivery fails

Mail Log can warn you actively when a delivery fails — so you learn about a mail problem without having to keep looking into the log. The settings are in the options in the tab notifications.

The options tab notifications
The tab notifications.

Enabling and choosing recipients

OptionDefaultMeaning
Enable notificationsNoMain switch. Off by default.
Notify super adminsYesSend to all super users who have enabled receive system emails in their profile.
Additional recipientsemptyFurther addresses, one per line or separated by commas.
Also as a Joomla private messageNoAdditionally files the alert as an internal message (com_messages) for every super user.

Not too many messages: the throttle

So that a run of failures (a mail server that has gone down, say) does not flood you with hundreds of warnings, Mail Log combines alerts.

With throttle window (minutes) (default 30) you set the minimum gap between two alerts. Further errors within that window are counted but trigger no further message. So you get a warning, not an avalanche.

No loop

The warning mail itself is not treated as a new error when it is sent — Mail Log deliberately prevents one notification from triggering another. That way no alert loop can arise.

Recommendation

On production sites it is worth switching notifications on and keeping at least the super admins as recipients. That way you notice a delivery outage within minutes instead of at the next customer complaint.

Applies to version 1.0.5.

Deutsche Fassung

Configuration reference

All settings are reached through the Options button at the top right of every Mail Log view. This page lists every option with its default. Some areas are described in more detail in chapters of their own; here you find the complete overview.

The defaults are deliberately frugal with data and suitable for most websites. Especially in the areas body storage and sensitive content, change only what you have understood.

Logging

OptionDefaultMeaning
Enable loggingYesMain switch. Off = no new entries; existing ones stay accessible.
Log failed mailsYesAlso record mails the mailer reports as not sent.
Log contextsFrontend, backend, CLI, APIWhere logging happens. The four areas can be chosen independently.
Detect source extensionYesDetermines the triggering extension (best effort). Switching it off saves a minimal amount of work per mail.

Body storage

OptionDefaultMeaning
Storage modeMetadata + first N KBHow much text is kept (see the chapter Body storage, encryption and sensitive content). Affects new entries only.
Body retention (days)30Only with "full, deleted automatically": after this period the task removes the text.
Body size to keep (KB)4Only with "metadata + first N KB": how many kilobytes from the start are stored.
Maximum body size (KB)1024Global ceiling. Larger bodies are truncated and marked.
Encryption keyPurely a status display. The key is derived from the Joomla secret; there is nothing to enter.

Raw MIME

Store raw MIMENoKeep the exact RFC822 message (for clean .eml downloads). Off out of the box for privacy reasons.
Encrypt raw MIMENoApply the same encryption as for bodies to the MIME message.

Attachments

Capture attachmentsYesCopy every attachment to disk while sending.
Storage pathempty (= safe default outside the web root)Where the attachments are kept.
Max. per file (MB)10Larger attachments are skipped; the metadata remains.
Total storage budget (MB)500When exceeded, new attachments are skipped until the next cleanup.

Sensitive content

Handling of sensitive mailsMetadata onlyHow mails matching the subject patterns are treated: metadata only, normally, or not logged at all.
Subject patterns/password/i, /passwort/i, /reset/i, /token/i, /2fa/i, /verify/i, /verifizier/iOne regular expression per line. If the subject matches, the mail counts as sensitive.
Body masking patterns/token=…/, /key=…/Matches are replaced by *** in the stored body.

Retention

Entry retention (days)180Older entries are removed by the task "clean up logs". 0 = no age-based cleanup.
Maximum number of entries0 (off)FIFO ceiling: the oldest entries are removed as soon as the limit is exceeded.
Attachment retention (days)30Older attachment files are removed by the attachment cleanup task.

Display rules

MatchAll (AND)Whether a row has to satisfy all or any of the rules to be hidden.
RulesemptyHide matching entries from the list and the statistics without deleting them. See the chapter Log rules and display rules.

Log rules

MatchAny (OR)Whether a mail has to match all or any of the rules.
ModeExclude matchesExclude matches, or include matches only.
RulesemptyDecide before storing which mails are logged at all.

Notifications

Enable notificationsNoWarn when a delivery fails.
Notify super adminsYesTo super users with system emails enabled.
Additional recipientsemptyFurther addresses.
Throttle window (minutes)30Minimum gap between two alerts.
Also as a Joomla private messageNoFile the alert internally (com_messages) as well.

Dashboard

Statistics modeLiveLive calculates from the entries on every view. Task uses pre-aggregated daily figures maintained by the statistics task — faster with very many entries.
Default periodLast 30 daysPreset period of the chart.
Show latest mails10How many entries the dashboard lists show.

Permissions

The standard Joomla tab. Which action needs which permission is described in the chapter Permissions, export and privacy.

Applies to version 1.0.5.

Deutsche Fassung

Maintenance: scheduled tasks

Mail Log comes with maintenance tasks that run through the Joomla task scheduler. They keep the database lean, maintain the statistics and carry out one-off conversions. None of these tasks runs by itself — you set them up in the task scheduler.

Setting up a task

  1. Open System → Manage → Scheduled Tasks and click New.
  2. In the selection dialogue, choose one of the Mail Log task types (see the table).
  3. Give it a name, set the interval under execution rules (daily, for example) and save.
  4. Enable the task. For scheduled tasks to actually run, the Joomla scheduler has to be triggered — by a website visit (the default) or by a real cron job.
The selection dialogue for new scheduled tasks with the Mail Log task types
The Mail Log task types in the task scheduler.

The task types

TaskPurpose
Clean up old log entriesDeletes entries older than the configured retention and enforces the maximum number of entries (FIFO). Batched, so that even large tables are processed gently.
Clean up attachment filesRemoves orphaned attachment files (whose entry was deleted) and files older than the attachment retention.
Update daily statisticsMaintains the pre-aggregated daily figures for the dashboard. Only needed if you have set the statistics mode to task.
Clean up old mail bodiesResets the text of old entries and keeps only the metadata. Only effective with the storage mode "full, deleted automatically after N days".
Migrate legacy-encrypted bodiesA one-off conversion: re-encrypts entries from an earlier version to the current method and removes the old key once nothing depends on it any more. Run it until no legacy entries are reported.
Move attachment filesA one-off conversion: moves attachments from an old storage location (inside the web root) to the safe default location. Run it until no files are left.

Recommendation for regular operation

For most websites two daily tasks are enough:

The two migration tasks (migrate legacy-encrypted bodies, move attachment files) are only needed if you updated from a very early version. Once the migration is done you can disable or delete them. Update daily statistics and clean up old mail bodies only make sense with the matching settings.

All cleanup tasks work in blocks and with clear upper limits, so that they do not overload the server even with very large data sets.

Applies to version 1.0.5.

Deutsche Fassung

Permissions, export and privacy

Mail Log stores potentially sensitive communication data. This page sums up who may do what, what is exported and which data is stored at all.

Permissions

You assign the permissions as with every Joomla component under Options → Permissions per user group. Mail Log deliberately separates viewing from reading the content:

PermissionAllows
View Mail LogOpen the dashboard and the list — the metadata, but not necessarily the message texts.
View mail contentRead the full bodies (HTML, text, MIME). Granted separately because bodies can contain sensitive data.
Download attachments and .emlDownload attached files and the raw message.
Resend mailsDeliver logged mails again.
Delete entriesRemove log entries.
Manage demo dataCreate and delete test entries.

Every action checks its permission server-side — it is not just the interface hiding buttons. So an action cannot be forced through a direct call either. An editor with "view Mail Log" but without "view mail content" sees the list but no texts.

Recommendation: grant view mail content and download attachments and .eml sparingly — ideally only to the people who actually investigate delivery problems.

Export

The button Export CSV in the list outputs the currently filtered selection as a CSV file. The export contains ID, time, status, sender, recipient, subject, source, context and the error message — but not the message text. Whoever needs bodies opens the entry or downloads the .eml file (with the corresponding permissions).

Free-text fields are prepared in the CSV so that spreadsheet programs do not interpret them as a formula by accident. The export can therefore be opened safely in Excel or LibreOffice.

Which data is stored

Per mail, Mail Log stores sender and recipients, subject, time and status, the context as well as — where available — the IP address and the user ID of whoever triggered it. How much of the text is kept is up to you through the storage mode; out of the box that is a short excerpt only, and sensitive mails are stored with metadata only.

Privacy notes for operation

All data stays on your server — Mail Log contacts no external services.

Applies to version 1.0.5.

Deutsche Fassung

Common questions and troubleshooting

Answers to common questions and the quickest routes to fixing things.

No mails are logged at all

If hooking into the mailer ever fails (after a major Joomla update, say), Mail Log reports that in the backend with a warning and writes it to the Joomla log — so you notice it instead of quietly getting no more entries.

I see the list but no message texts

To read the bodies you need the permission view mail content — it is deliberately separate from merely viewing. Have it assigned to your group under Options → Permissions.

An entry shows "metadata only" instead of text

That is usually intentional: the mail was classified as sensitive (a password reset, for example) and therefore stored without a body. Alternatively the default mode stores only a short excerpt. You control both in the options under body storage and sensitive content — changes affect new entries.

"Resend" is not possible

If the mail was stored with metadata only or truncated, the full text is missing and the mail cannot be reconstructed. For encrypted bodies the Joomla secret must be unchanged. If the message was about a waiting time: there are 30 seconds between two sendings of the same mail, and at most 20 repetitions are possible.

The update is not found or fails

Encrypted entries have suddenly become unreadable

The key is derived from the Joomla secret (in configuration.php). If that was changed, previously encrypted bodies can no longer be decrypted. The secret should only be changed deliberately and with care.

The database is growing a lot

Set up the task clean up old log entries and set an entry retention (default 180 days) or a maximum number of entries. Also store only as much body as you really need — the default "metadata + excerpt" is frugal already.

Where are the attachments?

Out of the box outside the publicly reachable area, in the Joomla log directory under com_maillog/attachments. They are reachable only through the component with a permission check, not by a direct URL.

What happens when uninstalling?

The four database tables with all log data are removed. Attachment files already captured stay in the protected directory, so that uninstalling by accident destroys no evidence — delete that folder by hand if you need to.

Applies to version 1.0.5.

Deutsche Fassung

Changelog

This changelog lists every released version of Mail Log, the most recent first.

This page is generated automatically from the product's changelog file when a release is made. Changes made by hand are lost at the next synchronisation.

Version 1.0.5 – 16 August 2026

Fixed

Version 1.0.4 – 12 August 2026

Changed

Fixed

Version 1.0.3 – 1 August 2026

Changed

Version 1.0.2 – 31 July 2026

Added

Changed

Fixed

Version 1.0.1 – 31 July 2026

Added

Language

Version 1.0.0 – 20 July 2026

Added

Deutsche Fassung