mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-10-04 19:04:43 +08:00
Resolve #1461
This commit is contained in:
parent
0cd39afadc
commit
b3893f7164
1 changed files with 2 additions and 1 deletions
|
@ -7,10 +7,11 @@ abstract class Request
|
||||||
const
|
const
|
||||||
/**
|
/**
|
||||||
* Authentication
|
* Authentication
|
||||||
|
* These are bitwise options
|
||||||
*/
|
*/
|
||||||
AUTH_BASIC = 1,
|
AUTH_BASIC = 1,
|
||||||
AUTH_DIGEST = 2,
|
AUTH_DIGEST = 2,
|
||||||
AUTH_BEARER = 3;
|
AUTH_BEARER = 4;
|
||||||
|
|
||||||
public
|
public
|
||||||
$timeout = 5, // timeout in seconds.
|
$timeout = 5, // timeout in seconds.
|
||||||
|
|
Loading…
Add table
Reference in a new issue