Add constants for RFC 3516

This commit is contained in:
djmaze 2021-10-28 13:36:33 +02:00
parent ed6be165f9
commit 6faf8a6a36

View file

@ -35,6 +35,10 @@ abstract class FetchType
const RFC822_TEXT = 'RFC822.TEXT';
const UID = 'UID';
const INDEX = 'INDEX';
// RFC 3516
const BINARY = 'BINARY';
const BINARY_PEEK = 'BINARY.PEEK';
const BINARY_SIZE = 'BINARY.SIZE';
private static function addHelper(array &$aReturn, $mType)
{