Changelog
v3.1.30 (Oct 9, 2024)
Secure Authentication via OpenID
Mailtemi now supports OpenID Connect for secure authentication. Your password remains private between you and your mail server, while the app securely receives only the necessary security tokens.
- OpenID Connect Discovery – Automatically discover relevant OIDC endpoints via the
/.well-known/openid-configuration
endpoint. - OpenID Dynamic Client Registration – Automatically authenticate with the server via OAuth with the OIDC provider, without requiring explicit email app-to-email server setup.
- Fixed an issue where tapping “Move to folder” would cause the application to crash.
- Resolved a bug where some messages were not displayed initially.
v3.1.29 (Sep 28, 2024)
- Option to disable Markdown and load pure plain text.
- Bug causing WebView HTML to occasionally fail to load correctly.
v3.1.27 (Sep 4, 2024)
-
Enhanced Account Setup via JMAP: Setting up accounts through JMAP has been improved, offering smoother configuration.
-
Support for Partial URLs on Self-Hosted Servers: The app now supports self-hosted servers that provide only partial URLs. In these cases, the URL is automatically prepended with the JMAP
./well-known
DNS SRV record for accurate configuration. -
Custom ‘From’ Field Editing: Users can now edit the ‘From’ field using a literal address format like
*@my-domain.com
for JMAP catch-all send identities, allowing for more flexible email management. -
Improved Draft Email Handling: Draft emails now utilize blob IDs instead of fetching the entire email content, optimizing performance and data usage.
-
On-Demand Folder Creation for Standalone Servers: For standalone servers like Stalwart and Cyrus IMAP, which do not come with predefined folders, the app now automatically creates necessary folders like “Draft” and “Sent” when sending emails.
-
Fallback Email Address for Invalid Send Identities: If a Send Identity lacks a valid email address, the app will automatically use the email address from the setup account, ensuring seamless email delivery.
-
Avatar Refresh Handling: When refreshing avatars, if a temporary error (such as a timeout) occurs, the app now retains the current avatar icons instead of stripping them.
-
Enhanced UI Error Reporting: Improved the accuracy and clarity of error messages throughout the app, making it easier for users to identify and resolve issues.
v3.1.24 (May 14, 2024)
- Load/Search more emails from the server.
This is the start of dummy description text. You can change it whenever you want. This is the start of dummy description text. You can change it whenever you want.
changed- Improved JMAP setup process when OAuth token is used instead of App Password.
v3.1.21 (Mar 25, 2024)
- Customize email signatures and send identities for accounts using JMAP protocol.
- Select between different send identities while composing emails.
- Access identity management directly from the compose screen.
- Process transactions.
- Enhanced UI for better navigation and usability.