mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-09 06:28:28 +03:00
Add constants for RFC 3516
This commit is contained in:
parent
ed6be165f9
commit
6faf8a6a36
1 changed files with 4 additions and 0 deletions
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue