v1.3.5.460

This commit is contained in:
RainLoop Team 2013-10-27 22:12:54 +04:00
parent c62459b40e
commit c4d3ef4ddd
432 changed files with 20 additions and 17 deletions

View file

@ -0,0 +1,17 @@
<?php
namespace MailSo\Imap\Enumerations;
/**
* @category MailSo
* @package Imap
* @subpackage Enumerations
*/
class ResponseStatus
{
const OK = 'OK';
const NO = 'NO';
const BAD = 'BAD';
const BYE = 'BYE';
const PREAUTH = 'PREAUTH';
}