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

## 🗣 Suggestion I saw the the issue #142 and the wiki page https://github.com/cypht-org/cypht/wiki/Reverse-Proxy-with-NGINX but I found nothing about the traefik reverse proxy. After playing with the cypht docker image...

![Screenshot 2024-04-30 235517](https://github.com/cypht-org/cypht/assets/1004261/b1961adb-4f7b-4c0c-8f3c-faaf491999a0) ![2024-04-30_234918](https://github.com/cypht-org/cypht/assets/1004261/58a5d996-13e2-47c5-b6ce-8f5af5d92d28) A few concerns: - Do we want to continue to use ApiGen? - Links to apigen.org need an update: https://github.com/ApiGen/ApiGen.github.io/issues/11 - cypht.org is managed via https://github.com/cypht-org/cypht-website...

It would be nice to get some high-level stats about email activity. Some ideas: - It is going up month after month, or going down? - What % of emails...

## 🐛 Bugreport I notice a lot of the themes have some strange anomalies. Here's a screenshot of the Slate theme, showing the very bright gradients, and the strange whitespace...

We now have these guidelines: https://github.com/cypht-org/cypht/wiki/Contributing "closer adherence to PSR-12 syntax guidelines" was done here: https://github.com/cypht-org/cypht/pull/948 Tiki.org (A major contributor to Cypht) has adopted PSR-12. Most of the migration has...

## 🐛 Bugreport Hi I know 1.4.2 is now maintenance, but I’ve updated to it recently due to the comments re likelihood of 2.0 have 'paper cut' bugs. There are...

## 🗣 Suggestion This conversation started here: https://github.com/cypht-org/cypht/issues/977#issuecomment-2098904257 Concerning PDO error modes [php.watch/versions/8.0/PDO-default-errmode](https://php.watch/versions/8.0/PDO-default-errmode). It appears php 7.x defaulted to make them silent, but 8.x is making them throw exceptions. This...

## 🐛 Bugreport I am seeing a bunch of warnings about server variables. ``` cypht-1 | NOTICE: PHP message: PHP Notice: Undefined index: HTTP_ORIGIN in /usr/local/share/cypht/lib/framework.php on line 213 cypht-1...

Cypht 1.3.x requires PHP 5.4 https://github.com/cypht-org/cypht/blob/release-1.3.0/composer.json Cypht 1.4.x requires PHP 5.6 https://github.com/cypht-org/cypht/blob/1.4.x/composer.json#L31 As of now, Cypht master requires PHP 7.4 https://github.com/cypht-org/cypht/blob/master/composer.json#L39 Cypht master will branch to Cypht 2.0 soon. So...

#### Description: When attempting to send an email on the compose page, clicking the "Send Mail" button results in a blank page. This issue occurs consistently and prevents users from...