wowDAS Markus Ramšak
wowDAS Markus Ramšak
The "From: " part of this simplified email cannot be parsed correctly. The result should be: `Holger_Akademie für Impulsgebung ` ``` From: =?UTF-8?Q?"Holger=5FAkademie_f=C3=BCr_Impulsge?= =?UTF-8?Q?bung"_?= To: Subject: Nach dem Meisterkreis am...
the following simplified original version CANNOT be parsed correctly because of the closing quote in the "From: " line. ``` Delivered-To: [email protected] Date: Thu, 10 Sep 2020 09:29:57 -0400 To:...
This is the simplified original version of the email. At the line beginning with "To:" there is an expression "=?utf-8?Q??=" which should simply be parsed to an empty string. Instead...
add getConfig() to allow handle special use cases like calling via apiRequest() additional resources an passing for example $adapter->getConfig()->get('keys')['secret'] to ->apiRequest('revoke', ...) for Apple Auth | Q | A |...
### Description ```php $rfidChip = $this->RfidChips->find() ->select(['id']) ->contain([ 'Units' => [ 'fields' => ['id', 'operator_id'], 'Operators' => [ 'fields' => ['null_column'], // null_column is a column which has a value...