matidau

Results 10 issues of matidau

FWIW, the source code within Z-Push is a copy of [PEAR's Mail module](http://pear.php.net/package/Mail/). Their latest version 1.5.1 has not touched this specific code at hand. _Originally posted by @michlann in...

enhancement

We could add //IGNORE to the charset string, but this will cause the characters to drop. Not sure this is desirable behaviour. https://www.php.net/manual/en/function.iconv.php > If the string //IGNORE is appended,...

enhancement

Released under the GNU Affero General Public License (AGPL), version 3 What does this implement/fix? Explain your changes. --------------------------------------------------- Implements AS16.1 for Kopano backend Does this close any currently open...

**Describe the bug** Version number not displaying in Autodiscover logs From here https://discourse.mailinabox.email/t/solved-autoconfiguration-not-working-for-ios/11895/21 **To Reproduce** **To be documented** Steps to reproduce the behavior: 1. Go to '...' 2. Click on...

**Describe the issue** Drafts aren't being imported from the phone. To be worked on further.

Just tidying up, these config options are no longer in the Z-Push code base, haven't been for a while.

This is to only run z-push-admin -a fixstates after a Z-Push upgrade. I've checked and the configuration in zpush.sh won't affect the state files. This will alleviate the problem raised...

Came across this while testing updating to PHP 8.1. /usr/sbin/z-push-admin and /usr/sbin/z-push-top scripts aren't updated when changing PHP_VER from 8.0 to 8.1. These only update when a Z-Push version upgrade...

Updating to latest release, bugfixes no new features. Release: https://github.com/Z-Hub/Z-Push/releases/tag/2.7.4 Diff between 2.7.3 and 2.7.4: https://github.com/Z-Hub/Z-Push/compare/2.7.3...2.7.4

This is my take on upgrading to PHP 8.1 with the feedback from @kiekerjan's PR #2309. Would probably like to move the PHP Version from the if on line 94...