File 'net/mail/message.tcl' (part of 'Pool_Net')
Home | Packages | Files | Procedures | Classes | Namespaces | Keywords | External packages
::pool::mail::address (text)
|
|
Argument: text
|
The string to search for a mail address
|
Returns: Hopefully a valid mail address.
|
::pool::mail::addressB (text default)
|
|
Argument: text
|
Text check for an embedded email address.
|
Argument: default (= {})
|
value to use if no address was extractable.
|
Returns: The email address embedded in text or the default.
|
::pool::mail::addresses (text)
|
|
Argument: text
|
The string to search for a mail addresses
|
Returns: Hopefully a list of valid mail addresses.
|
::pool::mail::analyse (message)
|
|
Argument: message
|
String containing the message to be analysed.
|
Returns: Returns a list of header keywords and associated contents.
|
::pool::mail::body (message)
|
|
Argument: message
|
String containing the message to be analysed.
|
Returns: Return body of message.
|
::pool::mail::build (msgvar)
|
|
Argument: msgvar
|
Name of the array variable containing the message in split form
|
Returns: A message suitable for transmission
|
::pool::mail::header (message)
|
|
Argument: message
|
String containing the message to be analysed.
|
Returns: Return headers of message.
|
::pool::mail::headerAnalyse (header)
|
|
Argument: header
|
String containing the headers to be analysed
|
Returns: List suitable for 'array set', mapping header keywords to their contents. Keywords are all lowercase.
|
::pool::mail::invisibleRecipients (msgvar)
|
|
Argument: msgvar
|
Name of the array variable containing the message in split form
|
Returns: List of addresses
|
::pool::mail::recipients (msgvar)
|
|
Argument: msgvar
|
Name of the array variable containing the message in split form
|
Returns: Mail addresses of the recipients.
|
::pool::mail::sender (msgvar)
|
|
Argument: msgvar
|
Name of the array variable containing the message in split form
|
Returns: Mail address of sender.
|
Home | Packages | Files | Procedures | Classes | Namespaces | Keywords | External packages
Generated by AutoDoc 2.4 at 09/14/2000, invoked by Andreas Kupries