mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-10-01 01:14:20 +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
|
||||
/**
|
||||
* Authentication
|
||||
* These are bitwise options
|
||||
*/
|
||||
AUTH_BASIC = 1,
|
||||
AUTH_DIGEST = 2,
|
||||
AUTH_BEARER = 3;
|
||||
AUTH_BEARER = 4;
|
||||
|
||||
public
|
||||
$timeout = 5, // timeout in seconds.
|
||||
|
|
Loading…
Add table
Reference in a new issue