mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-13 03:27:39 +03:00
Define RFC 8970 PREVIEW
This commit is contained in:
parent
00302d2064
commit
787907f42a
1 changed files with 2 additions and 0 deletions
|
|
@ -56,6 +56,8 @@ abstract class FetchType
|
||||||
// RFC 8474
|
// RFC 8474
|
||||||
const EMAILID = 'EMAILID';
|
const EMAILID = 'EMAILID';
|
||||||
const THREADID = 'THREADID';
|
const THREADID = 'THREADID';
|
||||||
|
// RFC 8970
|
||||||
|
const PREVIEW = 'PREVIEW';
|
||||||
|
|
||||||
public static function BuildBodyCustomHeaderRequest(array $aHeaders, bool $bPeek = true) : string
|
public static function BuildBodyCustomHeaderRequest(array $aHeaders, bool $bPeek = true) : string
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue