fiwswe

Results 117 comments of fiwswe

I don't have any idea which versions are in actual use. But my 2¢ are: Hogfather is still important, while everything gets fixed and updated for Igor and PHP 8....

The following replacement line seems to work: ``` if($INPUT->server->str('HTTP_AUTHORIZATION')) { ```

BTW: I only checked that the WIKI was functional and that the PHP warning went away. TODO: Verify that the logic is what it should be, but maybe someone more...

Kind of silly to have a class for input checking and then not using it because you like a questionable(*) language construct such as `list()` IMHO. Either fix the Input...

Elegant solution. Hopefully it will be merged & published soon, so that it can be used, e.g. in https://github.com/dokufreaks/plugin-pagelist/issues/132. I'd prefer `explodeToList` or something similar as the name (because it's...

What is "code64"? Did you mean base64? On a Hogfather, PHP 7.4.30 DW instance base64 is also used. Note that the [htmlmail](https://www.dokuwiki.org/config:htmlmail) setting is **on** for this wiki. But why...

-> [RFC 2045](https://www.ietf.org/rfc/rfc2045.txt) Oh, and looking at the [Mailer](https://github.com/splitbrain/dokuwiki/blob/master/inc/Mailer.class.php) class it seems to me that base64 is actually used everywhere. The exception would be some email that does not use...

The destination address or the mailserver software should not make any difference. Neither do I see any reason an [mbstring](https://www.php.net/manual/en/book.mbstring.php) setting should make a difference. (BTW: You never need to...

So your issue is that you think DW is sending out **malformed** base64 encoded emails? (Not that it is sending base64 per se?) If so can you post an (anonymized)...

Sorry, Ignore my request for an example. I see you already provided one.