v1.2.8.420

This commit is contained in:
RainLoop Team 2013-10-03 02:14:31 +04:00
parent 059d5f6b94
commit d39ece3349
437 changed files with 734 additions and 3465 deletions

View file

@ -1,17 +0,0 @@
<?php
namespace MailSo\Imap\Enumerations;
/**
* @category MailSo
* @package Imap
* @subpackage Enumerations
*/
class FolderResponseStatus
{
const MESSAGES = 'MESSAGES';
const RECENT = 'RECENT';
const UNSEEN = 'UNSEEN';
const UIDNEXT = 'UIDNEXT';
const UIDVALIDITY = 'UIDVALIDITY';
}