mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-10 01:47:03 +03:00
v1.3.5.459
This commit is contained in:
parent
026c38e5d3
commit
c62459b40e
433 changed files with 396 additions and 309 deletions
|
|
@ -1,17 +0,0 @@
|
|||
<?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';
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue