Description
-
Holds greeting message sent to user upon connection.
Property type
-
A String value.
Syntax
-
object.GreetingMessage [=
value]
The GreetingMessage Property syntax has these parts:
object |
An expression evaluating to an object
of type wodImapServer. |
value |
A String value. Sequence sent to user
upon connection to your IMAP server. |
Remarks
- Although this may not seem like an important property,
together with GoodbyeMessage
this is usually very nice place to put some name/version
information about your server to end users. For instance,
it's default value is 'WeOnlyDo! IMAP4 server version
...' and is visible to anyone that connects to your
server. Once you make IMAP a service publicly accessible,
change it to your server name, put hostname, put some info
important to users that connect or something similar.
|