Description
-
Timeout value, in seconds.
Property type
-
A Long value.
Syntax
-
object.Timeout [= value]
The Timeout Property syntax has these parts:
object |
An expression evaluating to an object
of type wodImapServer. |
value |
A Long value. Determines number of
seconds before user will be disconnected. |
Remarks
- Timeout value specifies how many seconds must pass
without any activity between IMAP server and connected user
before user will be disconnected from server. This may be
important for your server, because on bad networks it can
happen that connected user is 'lost' for some reason,
and server does not get any information about it from your
OS. In such cases, IMAP server will disconnect any user that
doesn't issue new command or receive email body for
number of seconds you specify in this property.
You shouldn't set this value below 120 (2 minutes)
because users could be connecting to your server from slow
networks.
|