Marlight
Marlight
Hi, so i use php5.6 because any scripts on my server don't run on php7. I have make a test mail with Maik Smith and the Problem ist the same....
I have updated my server to PHP7, but the problem still exists 1: 1.
Fatal error: Uncaught Error: Call to a member function getName() on null in [...] Stack trace: #0 [...]index.php(311): include() #1 {main} thrown in [...]test.php on line 130 has changed slightly
1. Email [email_with_problem.txt](https://github.com/ddeboer/imap/files/1802841/email_with_problem.txt) private E-Mail (mailbox) changed to maiksmith 2. ```php $server = new webmailer\Server("imap.gmx.net"); $connection = $server->authenticate('[email]@gmx.de', 'Password'); $mailboxes = $connection->getMailboxes(); $mailbox = $connection->getMailbox('INBOX'); $today = new DateTimeImmutable(); $lastMonth...
Okay, that's stupid, of course. So I do not get the error issued but also no name. How could I get the name that is obviously present in the header?...
Hi @ChristianKienle, is there any news when vue 3 will be supported?
I have the same error from Vue version >= 3.4.15 ```ts const filters: Ref = ref({ global: {value: null, matchMode: FilterMatchMode.CONTAINS} }); ``` ```vue ``` `Uncaught (in promise) Maximum recursive...
We also have problems with keycloak
The only thing I've been able to find out so far is that the answer from keycloak is the same, only the size of the tokens differs slightly. For the...
new findings: the problem seems to be the access token size. In the realm with Kerberos which the users access via LDAP. These users have a variety of roles that...