Migrated away from PHP Mail Parser to the new WebKlex PHP IMAP Mail Parser this will open the way to support OAUTH2 for Mail servers such as Microsoft 365 and Google Workspaces

This commit is contained in:
johnnyq
2024-06-12 15:39:52 -04:00
parent d64a7ce31e
commit 779527cf6a
218 changed files with 14781 additions and 2722 deletions

View File

@@ -0,0 +1,23 @@
From: from@there.com
To: to@here.com
Date: Wed, 27 Sep 2017 12:48:51 +0200
Subject: test
Content-Type: multipart/alternative;
boundary="----=_NextPart_000_0081_01D32C91.033E7020"
This is a multipart message in MIME format.
------=_NextPart_000_0081_01D32C91.033E7020
Content-Type: text/plain;
charset="us-ascii"
Content-Transfer-Encoding: 7bit
MyPlain
------=_NextPart_000_0081_01D32C91.033E7020
Content-Type: text/html;
charset="us-ascii"
Content-Transfer-Encoding: quoted-printable
MyHtml
------=_NextPart_000_0081_01D32C91.033E7020--