cypht icon indicating copy to clipboard operation
cypht copied to clipboard

Cypht: Lightweight Open Source webmail written in PHP and JavaScript

Results 229 cypht issues
Sort by recently updated
recently updated
newest added

The current search in Cypht is quite impressive in that you can search throughout various mail accounts, which is not possible in Roundcube as per: https://github.com/roundcube/roundcubemail/issues/4972 https://github.com/jasonmunro/cypht/tree/master/modules/advanced_search is very powerful,...

I have some old emails with this: - https://support.mozilla.org/en-US/kb/what-winmaildat-attachment - https://en.m.wikipedia.org/wiki/Transport_Neutral_Encapsulation_Format Roundcube can read them https://docs.roundcube.net/doc/phpdoc/classes/rcube_message.html#method_tnef_decode

Background: https://www.fastmail.com/blog/email-is-your-electronic-memory/ "The email in your mailbox is your copy of what was said, and nobody else can change it or make it go away." This is great. But there...

## Email Account Configuration for Cypht This repository contains the account configuration settings for the Cypht. Unlike an approach based on directly storing configuration settings in the code (ex: config/account.php),...

## PR After [https://github.com/cypht-org/cypht/pull/625](https://github.com/cypht-org/cypht/pull/625), cypht was unable to auto detect IMAP special folders (Trash/Sent/Drafts) even though they exist on the server. Based on "RFC 6154: IMAP LIST Extension for Special-Use...

## 🗣 Suggestion Discussion began here: https://github.com/cypht-org/cypht/pull/1001#pullrequestreview-2049777476 I am genuinely confused with the logging setup and it has bitten me several times. There is a lot of good info being...

https://github.com/cypht-org/cypht/issues/1030

This is a work in progress where I work on getting docker running locally in the root of the repo. # Running the official image This uses the image from...

This PR adds **profiles** and **imap_folders** to default enabled modules within `.env.example` ### Issue Some users creating a `.env` file from .env.example are encountering the error message **_Please create a...

We just added official [JMAP support](https://github.com/cypht-org/cypht/issues/180) in Cypht 2.0.0: https://github.com/cypht-org/cypht/releases/tag/v2.0.0 As of now, we only have one open issue related to JMAP within Cypht: https://github.com/cypht-org/cypht/issues/931. In theory, everything else works....