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...