############################################################################
# For more information on any of the entries in this file, see the relevant
# topic in the RexxMail Reference.
############################################################################
#
############################################################################
# Feel free to remove (or add) any lines beginning with # (comments).
############################################################################
#
############################################################################
# Always complete the following block of settings before using RexxMail!
############################################################################
#
############################################################################
# SENDER'S NAME
#
# When editing an outgoing message, RexxMail will add this as the sender's
# ("From:") name if no other sender address is specified.
#
# Format   : Text.
# Example  : Name = John Doe
#
Name = 

############################################################################
# SENDER'S E-MAIL ADDRESS
#
# When editing an outgoing message, RexxMail will add this as the sender's
# ("From:") address if no other sender address is specified.
#
# Format   : Bare e-mail address.
# Example  : Address = john.doe@host.net
#
Address = 

############################################################################
# HOST NAME
#
# The (bare) name of the user's machine. RexxMail adds this to the domain
# name from the sender's e-mail address to create the mnemonic network name
# of the host machine when sending/receiving messages.
# This setting overrides any SET HOSTNAME= line in the config.sys file
# (which RexxMail will try to use if no HostName entry is provided here).
# If the HOSTNAME environment variable is also missing, the default value
# shown below is used.
#
# Format   : Text.
#            Default : RexxMail-Machine
# Example  : HostName = johns_ecs_box
#
HostName = 

############################################################################
# POP3 SERVER
#
# RexxMail connects to this POP3 server to collect waiting messages.
#
# Format   : Fully qualified or dotted numerical address.
#            An optional port number may be specified by appending it to the
#            address separated by a colon.
# Examples : POP3Server = pop3.host.net
#            POP3Server = 21.65.212.156
#            POP3Server = pop3.host.net:110
#            POP3Server = 21.65.212.156:110
#
POP3Server = 

############################################################################
# POP3 USER NAME
#
# RexxMail uses this user name to log on to the POP3 server when collecting
# waiting messages.
#
# Format   : Text.
# Example  : POP3User = john_doe
#
POP3User = 

############################################################################
# POP3 PASSWORD
#
# RexxMail uses this password to log on to the POP3 server when collecting
# waiting messages.
#
# Format   : Text.
# Example  : POP3Password = JDs56224
#
POP3Password = 

############################################################################
# SMTP SERVER
#
# RexxMail connects to this SMTP server to send outgoing messages.
#
# Format   : Fully qualified or dotted numerical address of a smart host.
#            An optional port number may be specified by appending it to the
#            address separated by a colon.
#
# Examples : SMTPServer = smtp.host.net
#            SMTPServer = 22.65.212.156
#            SMTPServer = smtp.host.net:25
#            SMTPServer = 22.65.212.156:25
#
SMTPServer = 

############################################################################
# SMTP USER NAME
#
# RexxMail uses this user name to log on to the SMTP server when sending
# outgoing messages.
#
# Format   : Text.
# Example  : SMTPUser = john_doe
#
SMTPUser = 

############################################################################
# SMTP PASSWORD
#
# RexxMail uses this password to log on to the SMTP server when sending
# outgoing messages.
#
# Format   : Text.
# Example  : SMTPPassword = JDs56224
#
SMTPPassword = 

############################################################################
# RFC 868 TIME SERVERS
#
# When sending and receiving messages, RexxMail can contact a time server to
# establish the local time offset from UTC, which is required to set the
# correct date and time in message headers. You can specify any combination
# of fully qualified and dotted numerical addresses, separated by spaces.
# RexxMail will try to contact each in turn until it receives a valid time
# code value.
#
# If no time server is specified, RexxMail will assume an offset of -0000.
# See also the TimeZone setting below.
#
# Format   : Fully qualified or dotted numerical address(es).
#            An optional port number may be specified by appending it to an
#            address separated by a colon.
# Examples : TimeServers = ntp.host.net
#            TimeServers = 22.65.212.156
#            TimeServers = ntp.host.net:123
#            TimeServers = 22.65.212.156:123
#
TimeServers = 

############################################################################
# TIME ZONE
#
# If you do not want RexxMail to contact a time server to establish the
# local time offset from UTC, you can use this setting to specify a fixed
# time offset value. A value of +0000 indicates UTC (GMT). Positive values
# indicate time zones east of GMT, negative values are west of GMT. You can
# use a value of -0000 to indicate a UTC system in another time zone.
#
# Note that on systems using automatic Summer Time changeovers, the TimeZone
# setting must be changed accordingly by hand. If you want RexxMail to
# automatically follow system clock changes, use the TimeServers setting
# instead (see above).
#
# If no time zone is specified, RexxMail will look for time servers to
# contact.
#
# Format   : Signed 4-digit time offset string:
#            +hhmm | -hhmm; hh = 00-12; mm = 00 | 30
# Examples : TimeZone = +0500
#            TimeZone = -0100
#
TimeZone = 

############################################################################
# The following settings may be edited at any time. The defaults should do.
############################################################################
#
############################################################################
# REPLY ADDRESS
#
# RexxMail will add this as the reply address ("Reply-To:") to outgoing
# messages.
#
# Format   : Bare e-mail address.
# Example  : ReplyAddress = john.doe@host.net
#
ReplyAddress = 

############################################################################
# REPLY NAME
#
# RexxMail will add this to the reply address ("Reply-To:") in outgoing
# messages.
#
# Format   : Text.
# Example  : ReplyName = John Doe
#
ReplyName = 

############################################################################
# REPLY BODY TEXT
#
# RexxMail will use this as the body text for reply messages.
#
# Format   : Text string including any of the following optional macros:
#            #D : date line from original message;
#            #F : from address from original message;
#            #L : linefeed;
#            #O : original message body;
#            #Q : quoted message body;
#            #S : subject line from original message;
#            #T : to address from original message.
#
ReplyText = In response to a message sent #D by #F about #S:#L#L#Q

############################################################################
# REPLY MESSAGE LINE LENGTH
#
# When creating a reply message, RexxMail will word-wrap the body text at
# this value (after adding "> " quotation marks if required).
#
# Format   : Positive whole number.
#            Default : No word-wrapping
#
ReplyLineLength = 60

############################################################################
# FORWARD BODY TEXT
#
# RexxMail will use this as the body text for forwarded messages.
#
# Format   : See the ReplyText setting.
#
ForwardText = Forwarded message:#L#L----- Original Message ----- #LFrom:    #F#LTo:      #T#LSubject: #S#LDate:    #D#L#L#O#L#L----- Original Message Ends ----- 

############################################################################
# INTERACTIVE MODE
#
# If TRUE, RexxMail will always switch to interactive mode for collecting
# messages from the POP3 server.
#
# Format   : Boolean:
#            TRUE | FALSE
#            TRUE  : T(rue)  | Y(es) | On  | 1 | +
#            FALSE : F(alse) | N(o)  | Off | 0 | -
#
POP3Interactive = No

############################################################################
# KEEP MESSAGES ON POP3 SERVER
#
# If TRUE, RexxMail will always leave all collected messages on the POP3
# server for later processing.
#
# Format   : Boolean.
#
POP3KeepMessages = No

############################################################################
# COLLECT IN ASCENDING ORDER OF SIZE
#
# If TRUE, RexxMail will sort waiting messages in ascending order of size
# before collecting them from the POP3 server.
#
# Format   : Boolean.
#
POP3SortBySize = Yes

############################################################################
# POP3 SERVER ATTEMPTS
#
# The maximum number of times in succession that RexxMail is to try
# contacting the POP3 server when collecting messages.
#
# Format   : Positive whole number;
#            0 : No action.
#
POP3Attempts = 10

############################################################################
# SMTP SERVER ATTEMPTS
#
# The maximum number of times in succession that RexxMail is to try
# contacting the SMTP server when sending messages.
#
# Format   : Positive whole number;
#            0 : No action.
#
SMTPAttempts = 10

############################################################################
# SHOW PROGRESS
#
# If TRUE, RexxMail will display a byte counter and progress bar when
# sending and collecting messages.
#
# Format   : Boolean.
#
ShowProgress = Yes

############################################################################
# COLLECT NUMBER LIMIT
#
# RexxMail will leave any messages exceeding this number on the POP3 server
# to be processed later.
#
# Format   : Positive whole number;
#            0 : No action.
#
MaxCollectNumber = 

############################################################################
# COLLECT SIZE LIMIT PER MESSAGE
#
# RexxMail will leave any messages larger than the specified byte count on
# the POP3 server to be processed later.
#
# Format   : Positive whole number;
#            0 : No action.
#
MaxCollectSize = 

############################################################################
# COLLECT SIZE LIMIT TOTAL
#
# RexxMail will leave any messages that exceed the total downloaded byte
# count on the POP3 server to be processed later.
#
# Format   : Positive whole number;
#            0 : No action.
#
MaxCollectSizeTotal = 

############################################################################
# ACTION AFTER COLLECT
#
# Specifies the action (if any) RexxMail should take after (automatically)
# collecting one or more messages from the POP3 server.
#
# These options are for use in combination with a scheduler program for
# automatically retrieving mail.
#
# Format   : Optional text string:
#            OpenFolders : Open the user folders on the desktop;
#            WarnIcon    : Place a mail warning icon on the desktop.
#
CollectAction = 

############################################################################
# TIME SERVER ATTEMPTS
#
# Specifies 
#
# Format   : Positive whole number;
#            0 : No action.
#
TimeAttempts = 10

############################################################################
# BODY DATE/TIME
#
# Determines how date/time stamps in body text (as specified by the
# ReplyText and ForwardText settings) should be displayed.
#
# RexxMail can display date/times stamps in a number of different ways:
# original message time, converted to local system time, or converted to
# Coordinated Universal Time (UTC). Each of these options can use either
# of two different notation formats: RFC (DoW, day Mon year time offset)
# or ISO (yyyy-mm-dd time offset), which allows sorting by date text.
#
# Format   : Any combination of the following text strings:
#            Original     : Original message date/time (RFC format);
#            System       : Converted to local system time (RFC format);
#            Universal    : Converted to UTC (RFC format);
#            UTC          : Converted to UTC (RFC format);
#            OriginalISO  : Original message date/time (ISO format);
#            SystemISO    : Converted to local system time (ISO format);
#            UniversalISO : Converted to UTC (ISO format);
#            UTCISO       : Converted to UTC (ISO format),
#            including any of the following: -_=+|"*;:,.(){}[]<>/\.
# Examples : DateTimeBody = UTCISO (Original)
#            DateTimeBody = SystemISO / OriginalISO
#
DateTimeBody = OriginalISO

############################################################################
# HEADER DATE/TIME
#
# Determines how date/time stamps in message headers (as specified by
# the ViewHeaderIn and ViewHeaderOut settings) should be displayed.
#
# Format   : See the DateTimeBody setting.
#
DateTimeHeader = OriginalISO

############################################################################
# TITLE DATE/TIME
#
# Determines how date/time stamps in message titles (as specified by
# the ObjectTitleIn and ObjectTitleOut settings) should be displayed.
#
# Format   : See the DateTimeBody setting.
#
DateTimeTitle = OriginalISO

############################################################################
# COMMAND - RECEIVED MAIL
#
# RexxMail will run this command whenever a message has been collected
# from the POP3 server.
#
# Format   : program_specification [parameters] ["#N"] [parameters]
#            The #N macro will be replaced with the fully qualified file
#            name of the message collected from the POP3 server.
#
RunReceived = 

############################################################################
# COMMAND - INCOMING ATTACHMENTS
#
# RexxMail will run this command in the attachments folder whenever an
# incoming message is opened for viewing.
#
# Format   : program_specification [parameters]
#
RunAttachIn = 

############################################################################
# COMMAND - OUTGOING ATTACHMENTS
#
# RexxMail will run this command in the attachments folder before sending
# an outgoing message to the SMTP server.
#
# Format   : program_specification [parameters]
#
RunAttachOut = 

############################################################################
# COMMAND - BEFORE OPENING ADDRESSES FOLDER
#
# RexxMail will run this command before opening the addresses folder on
# the desktop.
#
# Format   : program_specification [parameters]
#
RunBeforeAddresses = 

############################################################################
# COMMAND - AFTER OPENING ADDRESSES FOLDER
#
# RexxMail will run this command after opening the addresses folder on
# the desktop.
#
# Format   : program_specification [parameters]
#
RunAfterAddresses = 

############################################################################
# COMMAND - BEFORE OPENING USER FOLDERS
#
# RexxMail will run this command before opening the user folders on the
# desktop.
#
# Format   : program_specification [parameters]
#
RunBeforeOpen = 

############################################################################
# COMMAND - AFTER OPENING USER FOLDERS
#
# RexxMail will run this command after opening the user folders on the
# desktop.
#
# Format   : program_specification [parameters]
#
RunAfterOpen = 

############################################################################
# COMMAND - BEFORE CLOSING USER FOLDERS
#
# RexxMail will run this command before closing the user folders on the
# desktop.
#
# Format   : program_specification [parameters]
#
RunBeforeClose = 

############################################################################
# COMMAND - AFTER CLOSING USER FOLDERS
#
# RexxMail will run this command after closing the user folders on the
# desktop.
#
# Format   : program_specification [parameters]
#
RunAfterClose = 

############################################################################
# COMMAND - BEFORE COLLECTING MAIL
#
# RexxMail will run this command before collecting messages from the POP3
# server.
#
# Format   : program_specification [parameters]
#
RunBeforeCollect = 

############################################################################
# COMMAND - COLLECT MAIL
#
# RexxMail will run this command to collect mail from the POP3 server. This
# command replaces the internal POP3 mail collection function.
#
# Format   : program_specification [parameters]
#
RunCollect = 

############################################################################
# COMMAND - AFTER COLLECTING MAIL
#
# RexxMail will run this command after collecting  mail from the POP3
# server.
#
# Format   : program_specification [parameters]
#
RunAfterCollect = 

############################################################################
# COMMAND - BEFORE SENDING MAIL
#
# RexxMail will run this command before sending messages to the SMTP server.
#
# Format   : program_specification [parameters]
#
RunBeforeSend = 

############################################################################
# COMMAND - SEND MAIL
#
# RexxMail will run this command to send messages to the SMTP server. This
# command replaces the internal POP3 mail collection function.
#
# Format   : program_specification [parameters]
#
RunSend = 

############################################################################
# COMMAND - AFTER SENDING MAIL
#
# RexxMail will run this command after sending messages to the SMTP server.
#
# Format   : program_specification [parameters]
#
RunAfterSend = 

############################################################################
# COMMAND - BEFORE VIEWING MAIL
#
# RexxMail will run this command before opening a message on the desktop for
# viewing.
#
# Format   : program_specification [parameters] ["#N"] [parameters]
#            The #N macro will be replaced with the fully qualified file
#            name of the message to be viewed.
#
RunBeforeView = 

############################################################################
# COMMAND - BEFORE VIEWING RAW MAIL
#
# RexxMail will run this command before opening a message on the desktop for
# raw viewing.
#
# Format   : program_specification [parameters] ["#N"] [parameters]
#            The #N macro will be replaced with the fully qualified file
#            name of the message to be viewed.
#
RunBeforeViewRaw = 

############################################################################
# COMMAND - VIEW MAIL
#
# RexxMail will run this command to open an incoming message on the desktop
# for viewing.
#
# Format   : program_specification [parameters] ["#N"] [parameters]
#            The #N macro will be replaced with the fully qualified file
#            name of the message to be viewed.
#
RunView = e.exe "#N"

############################################################################
# COMMAND - VIEW RAW MAIL
#
# RexxMail will run this command to open an incoming message on the desktop
# for raw viewing.
#
# Format   : program_specification [parameters] ["#N"] [parameters]
#            The #N macro will be replaced with the fully qualified file
#            name of the message to be viewed.
#
RunViewRaw = e.exe "#N"

############################################################################
# COMMAND - AFTER VIEWING MAIL
#
# RexxMail will run this command after an incoming message has been closed
# after viewing.
#
# Format   : program_specification [parameters] ["#N"] [parameters]
#            The #N macro will be replaced with the fully qualified file
#            name of the message that was viewed.
#
RunAfterView = 

############################################################################
# COMMAND - AFTER VIEWING RAW MAIL
#
# RexxMail will run this command after an incoming message has been closed
# after raw viewing.
#
# Format   : program_specification [parameters] ["#N"] [parameters]
#            The #N macro will be replaced with the fully qualified file
#            name of the message that was viewed.
#
RunAfterViewRaw = 

############################################################################
# COMMAND - BEFORE EDITING MESSAGE
#
# RexxMail will run this command before opening an outgoing message on the
# desktop for editing.
#
# Format   : program_specification [parameters] ["#N"] [parameters]
#            The #N macro will be replaced with the fully qualified file
#            name of the message to be edited.
#
RunBeforeEdit = 

############################################################################
# COMMAND - EDIT MESSAGE
#
# RexxMail will run this command to open an outgoing message on the desktop
# for editing.
#
# Format   : program_specification [parameters] ["#N"] [parameters]
#            The #N macro will be replaced with the fully qualified file
#            name of the message to be edited.
#
RunEdit = e.exe "#N"

############################################################################
# COMMAND - AFTER EDITING MESSAGE
#
# RexxMail will run this command after an outgoing message has been closed
# after editing.
#
# Format   : program_specification [parameters] ["#N"] [parameters]
#            The #N macro will be replaced with the fully qualified file
#            of the message that was edited.
#
RunAfterEdit = 

############################################################################
# ADDITIONAL HEADER LINES
#
# Specifies one or more header lines that RexxMail should add to the header
# of each outgoing message.
#
# Format   : Text string including any of the following optional macros:
#            #D : date line from original message;
#            #F : from address from original message;
#            #L : linefeed;
#            #S : subject line from original message;
#            #T : to address from original message.
#
# Example  : AddToHeader = Bcc: my.other.account@another.net
#
AddToHeader = 

############################################################################
# CHECK FOR O.K. TO SEND
#
# If TRUE, an outgoing message must be changed and saved after editing in
# order to be marked ready for sending.
# If FALSE, all outgoing messages will be marked ready for sending after
# closing the editing session.
#
# Format   : Boolean.
#
EditCheck = Yes

############################################################################
# USE CURRENT DIR
#
# If TRUE, new/reply/forward messages in folders other than the RexxMail
# user folders will be created in the current folder (or the folder
# containing the original message), incoming messages in non-RexxMail
# folders will be redirected based on the view.txt redirection file, and
# outgoing messages in non-RexxMail folders will be redirected based on the
# send.txt redirection file.
#
# If FALSE, new/reply/forward messages will always be created in the Out
# folder, and only messages sent from or viewed in one of the RexxMail user
# folders will be redirected.
#
# Note that if the original message is in any of the RexxMail mail folders,
# reply/forward messages will always be created in the Out folder, and sent
# or viewed messages will always be redirected if applicable.
#
# Format   : Boolean.
#
UseCurrentDir = No

############################################################################
# MESSAGE SHADOWS - REGISTER
#
# Specifies where RexxMail should create a shadow of an incoming message if
# the message is redirected after registering. Leave empty to suppress
# shadow creation. If no drive spec is included, RexxMail starts in the In
# folder. Specify LEAVE to create the shadow in the original message folder.
#
# Format   : <location>
#
ShadowRegister = 

############################################################################
# MESSAGE SHADOWS - SEND
#
# Specifies where RexxMail should create a shadow of an outgoing message if
# the message is redirected after sending. Leave empty to suppress shadow
# creation. If no drive spec is included, RexxMail starts in the Out Archive
# folder. Specify LEAVE to create the shadow in the original message folder.
#
# Format   : <location>
#
ShadowSend = 

############################################################################
# MESSAGE SHADOWS - VIEW
#
# Specifies where RexxMail should create a shadow of an incoming message if
# the message is redirected after viewing. Leave empty to suppress shadow
# creation. If no drive spec is included, RexxMail starts in the In Archive
# folder. Specify LEAVE to create the shadow in the original message folder.
#
# Format   : <location>
#
ShadowView = 

############################################################################
# INCOMING HEADER ENTRIES
#
# Specifies the keywords of the header lines to be displayed in headers of
# received messages opened for viewing.
#
# Format   : Any combination of keyword strings in the order in which they
#            are to appear in the header block. Note that, if no translation
#            is specified in the translations.txt file, the ViewHeaderIn
#            setting determines the appearance (upper or lower case) of the
#            keywords.
#            Prepending a keyword entry with an asterisk (*) will cause all
#            header entries with that keyword to be included, otherwise only
#            the first entry found will be used.
#
ViewHeaderIn = Date From Sender Apparently-from Reply-to To Apparently-to Cc Subject *Comments

############################################################################
# SENT HEADER ENTRIES
#
# Specifies the keywords of the header lines to be displayed in headers of
# sent messages opened for viewing.
#
# Format   : See the ViewHeaderIn setting.
#
ViewHeaderOut = Date From Sender Reply-to To Cc Acc Bcc Subject *Comments

############################################################################
# BODY LINE LENGTH
#
# When opening a message on the desktop for viewing, RexxMail will word-wrap
# the body text at this value.
#
# Format   : Positive whole number;
#            Default : No word-wrapping
#
BodyLineLength = 

############################################################################
# VIEW/EDIT HEADER LINE LENGTH
#
# When opening a message for viewing, RexxMail will word-wrap the header
# text at this value.
#
# Format   : Positive whole number;
#            Default : No word-wrapping
#
HeaderLineLength = 76

############################################################################
# CHOP RECIPIENT LISTS
#
# If a message header address line ("From:", "To:" "Cc:" etc.) contains more
# than the specified number of addresses, RexxMail will substitute an
# informational text stating the number of addresses.
#
# Format   : Positive whole number;
#            Default : Show all adresses
#
MaxAddresses = 

############################################################################
# INCOMING TITLES
#
# Specifies the keywords of the header entries RexxMail should include in
# object titles of incoming messages.
# Message object titles are set whenever RexxMail closes a message after
# viewing, or registers it (e.g. after collecting it from the POP3 server).
#
# Format   : Any combination of the following keywords:
#            Date    : The message date;
#            From    : The sender address(es);
#            To      : The recipient address(es);
#            Cc      : Any CC recipient address(es);
#            Subject : The message subject.
#
ObjectTitleIn = Date From Subject

############################################################################
# OUTGOING TITLES
#
# Specifies the keywords of the header entries RexxMail should include in
# object titles of outgoing messages.
# Message object titles are set whenever RexxMail closes a message after
# viewing, or sends it.
#
# Format   : Any combination of the following keywords:
#            Date    : The message date;
#            From    : The sender address(es);
#            To      : The recipient address(es);
#            Cc      : Any CC recipient address(es);
#            Acc     : Any ACC recipient address(es);
#            Bcc     : Any BCC recipient address(es);
#            Subject : The message subject.
#
ObjectTitleOut = Date To Cc Acc Bcc Subject

############################################################################
# TITLE ADDRESSES
#
# Specifies how RexxMail should format address strings in message object
# titles.
# Message object titles are set whenever RexxMail closes a message after
# viewing, or registers it (e.g. after collecting it from the POP3 server).
#
# Format   : One of the following keywords:
#            Full    : The full name and address;
#            Name    : The name only, or if not avaiable, the address;
#            Address : The address only.
#
TitleAddress = Full

############################################################################
# TITLE KEYWORDS
#
# Specifies whether RexxMail should include the header line keywords
# (e.g. "From:", "To:", Subject:") in message object titles.
# Message object titles are set whenever RexxMail closes a message after
# viewing, or registers it (e.g. after collecting it from the POP3 server).
#
# Format   : Boolean.
#
TitleKeywords = Yes

############################################################################
# TITLE LINE LENGTH
#
# Specifies the maximum length of individual lines in message object titles.
# Note that title lines will be truncated if their combined length (i.e. the
# total length of a message object title) exceeds 240.
# Message object titles are set whenever RexxMail closes a message after
# viewing, or registers it (e.g. after collecting it from the POP3 server).
#
# Format   : Positive whole number ranging from 24 - 240;
#            Default : 42
#
TitleLineLength = 42

############################################################################
# SORTING ADDRESSES
#
# Specifies the format of the address entries RexxMail writes as extended
# attributes for use by the CWMailFile as sorting criteria.
# Message object titles are set whenever RexxMail closes a message after
# viewing, or registers it (e.g. after collecting it from the POP3 server).
#
# Format   : One of the following keywords:
#            Full    : The full name and address;
#            Name    : The name only, or if not avaiable, the address;
#            Address : The address only.
#
SortAddress = Full

############################################################################
# FOLDERS TO OPEN
#
# Specifies which user folder RexxMail should open on the desktop each time
# it receives the Open command.
#
# Format   : Any combination of the following keywords, in the order in
#            which they are to be processed:
#            Addresses     : Opens the Addresss folder;
#            Configuration : Opens the Configuration folder;
#            Drafts        : Opens the Drafts folder (if present);
#            In            : Opens the In folder;
#            InArchive     : Opens the In Archive folder;
#            Main          : Opens the Main folder;
#            Out           : Opens the Out folder;
#            OutArchive    : Opens the Out Archive folder.
#
FoldersOpen = Main In InArchive Out OutArchive

############################################################################
# ADDRESS TO TITLE
#
# If specified, RexxMail will create a folder with this name in the
# Attachments folder of every outgoing message opened for editing. Any
# files dropped into this folder will be analyzed after the editing session,
# and any "To:" addresses (or all addresses in the case of a plain text
# addresses file) added to the message's "To:" address line.
# If no title is specified, the "To:" folder will not be created.
#
# Format   : Text string.
#
AddressTo = Addresses To

############################################################################
# ADDRESS CC TITLE
#
# If specified, RexxMail will create a folder with this name in the
# Attachments folder of every outgoing message opened for editing. Any
# files dropped into this folder will be analyzed after the editing session,
# and any "Cc:" addresses (or all addresses in the case of a plain text
# addresses file) added to the message's "Cc:" address line.
# If no title is specified, the "Cc:" folder will not be created.
#
# Format   : Text string.
#
AddressCc = Addresses Cc

############################################################################
# ADDRESS ACC TITLE
#
# If specified, RexxMail will create a folder with this name in the
# Attachments folder of every outgoing message opened for editing. Any
# files dropped into this folder will be analyzed after the editing session,
# and any "Acc:" addresses (or all addresses in the case of a plain text
# addresses file) added to the message's "Acc:" address line.
# If no title is specified, the "Acc:" folder will not be created.
#
# Format   : Text string.
#
AddressAcc = Addresses Acc

############################################################################
# ADDRESS BCC TITLE
#
# If specified, RexxMail will create a folder with this name in the
# Attachments folder of every outgoing message opened for editing. Any
# files dropped into this folder will be analyzed after the editing session,
# and any "Bcc:" addresses (or all addresses in the case of a plain text
# addresses file) added to the message's "Bcc:" address line.
# If no title is specified, the "Bcc:" folder will not be created.
#
# Format   : Text string.
#
AddressBcc = Addresses Bcc

############################################################################
# STATIONERY
#
# Specifies the unqualified name of a folder in the Icons\Stationery
# subfolder of the RexxMail program folder containing the default icon set
# to be used for RexxMail message objects.
#
# Format   : Bare folder name.
#
Stationery = Blue_White

############################################################################
# SEND AS ASCII
#
# If TRUE, RexxMail prepare all outgoing messages for sending as ASCII
# (7-bit) text, word-wrapped at a maximum line length of 76 characters.
#
# Format   : Boolean.
#
SendASCII = No

############################################################################
# ERROR MAIL
#
# If TRUE, RexxMail will deliver a system message to the user's In box in
# the event that an error is detected.
#
# Format   : Boolean.
#
ErrorMail = Yes

############################################################################
# ACTION LOG LINES
#
# Specifies the maximum number of lines that RexxMail should keep in the
# action log file. The log file is rewritten whenever the user folders are
# opened or closed on the desktop.
#
# Format   : Positive whole number;
#            0       : No action log file is written;
#            Default : Allow action log file to grow unchecked.
#
LogActionLines = 1000

############################################################################
# ERROR LOG LINES
#
# Specifies the maximum number of lines that RexxMail should keep in the
# error log file. The log file is rewritten whenever the user folders are
# opened or closed on the desktop.
#
# Format   : Positive whole number;
#            0       : No error log file is written;
#            Default : Allow error log file to grow unchecked.
#
LogErrorLines = 1000

############################################################################
# MAIL LOG LINES
#
# Specifies the maximum number of lines that RexxMail should keep in the
# mail log file. The log file is rewritten whenever the user folders are
# opened or closed on the desktop.
#
# Format   : Positive whole number;
#            0       : No mail log file is written;
#            Default : Allow mail log file to grow unchecked.
#
LogMailLines = 1000

############################################################################
# KEEP HTML CONTENT
#
# If TRUE, RexxMail will write HTML message content as HTML files to the
# message's attachments folder when opening a message for viewing. Any HTML
# content is always included as plain text in the view file.
#
# Format   : Boolean.
#
HTMLKeep = Yes

############################################################################
# HTML SEPARATORS
#
# If TRUE, RexxMail will insert separator lines into text extracted from
# HTML content to indicate formatting features.
#
# Format   : Boolean.
#
HTMLLines = Yes

############################################################################
# EMBEDDED URLS
#
# If TRUE, RexxMail will attach a list of embedded URLs to the end of text
# extracted from HTML content.
#
# Format   : Boolean.
#
HTMLURLList = Yes

############################################################################
# SAFE HTML
#
# If TRUE, before writing HTML content to a file in the attachments folder,
# RexxMail will filter it to remove potentially unsafe elements.
#
# Format   : Boolean.
#
HTMLSafe = Yes

############################################################################
# OPEN ATTACHMENT FOLDER BEFORE EDITING
#
# If TRUE, RexxMail will open the attachments folder of an outgoing message
# on the desktop when opening it for editing.
#
# Format   : Boolean.
#
OpenAttachBeforeEdit = Yes

############################################################################
# CLOSE ATTACHMENT FOLDER AFTER EDITING
#
# If TRUE, RexxMail will close the attachments folder of an outgoing message
# on the desktop after editing.
# Note that an attachments folder will never be closed if any of its
# contents have been modified by the user during viewing.
#
# Format   : Boolean.
#
CloseAttachAfterEdit = Yes

############################################################################
# OPEN ATTACHMENT FOLDER BEFORE VIEWING
#
# If TRUE, RexxMail will open the attachments folder of an incoming message
# on the desktop when opening it for viewing.
#
# Format   : Boolean.
#
OpenAttachBeforeView = Yes

############################################################################
# CLOSE ATTACHMENT FOLDER AFTER VIEWING
#
# If TRUE, RexxMail will close the attachments folder of an incoming message
# on the desktop after viewing.
# Note that an attachments folder will never be closed if any of its
# contents have been modified by the user during viewing.
#
# Format   : Boolean.
#
CloseAttachAfterView = Yes

############################################################################
# SHOW TOOLBAR FOR OPEN MESSAGES
#
# If not empty, a floating toolbar will be opened on the desktop whenever a
# message is opened for editing or viewing. The toolbar contains buttons and
# drawers for each open message and its attachments folder (if any).
#
# Format   : Any combination of the following keywords:
#            CloseDrawer   : Close drawer after opening object;
#            DrawerText    : Display object titles on drawers;
#            Float         : Float toolbar on top of other windows;
#            SmallIcons    : Display small icons on the toolbar;
#            Text          : Display object titles on toolbar buttons;
#            Vertical      : Display toolbar vertically;
#            Yes           : Use default appearance.
#
MessageToolBar = CloseDrawer DrawerText Float SmallIcons Text Vertical

############################################################################
# SHOW SOCKET TRAFFIC
#
# Specifies whether the full message exchange dialogue should be shown
# on-screen. Use for debugging or if you are interested in what a POP3
# or SMTP exchange looks like.
#
# Format   : Boolean.
#
SocketMonitor = No

############################################################################
# SIGNAL - MESSAGE RECEIVED
#
# Command to run or beep signal to sound whenever RexxMail collects a
# message from the POP3 server.
#
# Format   : program_specification | "beep" frequency,duration [...]
#
SignalReceived = beep 880,10 440,50 220,10

############################################################################
# SIGNAL - MESSAGE SENT
#
# Command to run or beep signal to sound whenever RexxMail sends a message
# to the SMTP server.
#
# Format   : program_specification | "beep" frequency,duration [...]
#
SignalSent = beep 220,10 440,10 880,50

############################################################################
# SIGNAL - ERROR
#
# Command to run or beep signal to sound whenever RexxMail detects an error.
#
# Format   : program_specification | "beep" frequency,duration [...]
#
SignalError = beep 330,10 110,90

############################################################################
# SIGNAL - SYSTEM MESSAGE
#
# Command to run or beep signal to sound whenever a RexxMail system message
# is delivered to the user's In folder.
#
# Format   : program_specification | "beep" frequency,duration [...]
#
SignalSystem = beep 880,10 440,10 110,80

############################################################################
# SILENT EXIT
#
# If TRUE, error signals and messages will be suppressed.
#
# Format   : Boolean.
#
Silent = No
