# POPstar general config # Lines beginning # are comments # SMTP server # This can be a system variables surrounded by <>'s, eg SMTP: # If you need to authenticate to your SMTP server, comment the next two # lines and fill in your username/password. # These make also be set to a system variable in the same way as 'SMTP:' #SMTP.username:myusername #SMTP.password:mypassword # Frequency of automatic fetches and sends (minutes) FetchEvery:0 SendEvery:0 # Only do automatic transfers if following variable is defined # Omit or comment if no suitable variable Variable:PPP$Connected # Set to Y to make sends take priority over fetches SendFirst:Y # Automatically open status window when transferring: # 0: no -- 1: only when there's something to download -- 2: immediately # 3: the first time, and also when there's something to download AutoStatus:2 # Full size status window (Y/N) BigStatus:Y # Automatic fetch when loaded (Y/N) AutoFetch:N # Automatic send when loaded (Y/N) AutoSend:N # Automatic quit when transfers complete AutoQuit:N # Find size of messages before fetching (Y/N) List:Y # Length of line terminators (usually 2 for CR-LF) # Used only when estimating progress through a message LineTermLen:2 # Show icon bar icon IconBar:Y # Maximum CPU time used between Wimp polls while transferring (cs) Nice:20 # If 'Y', send outgoing messages even if online variable indicates we're # offline (useful if you have a dialup connection, but a permanent # SMTP server on a local net) SendOffline:N # Maximum size message to download, in bytes (or suffix with K or M) # may be over-ridden on a per-user basis in the users file # 0 means unlimited # NB. If this is anything other than unlimited, 'List' will be enabled # automatically # Examples : 0, 100K, 1M [do not put a space between the number and the K/M] MaxSize:96K # Numbers of lines of message body to fetch when we find a message that exceeds # the configured 'MaxSize:'. OversizeMsgLines:20 # Numbers of seconds to wait when asking the user what action to take with an # oversize message. # Once the timeout expires, the message header will be downloaded and the # message will be left on the server. # Setting to 0 will disable the oversize query window # NB. Don't set this to a huge value - if we stop for too long, we risk the # POP3 server deciding we're idle and kicking us off. OversizeQueryWait:20 # Maximum number of queued commands to send. # Top limit is 15. Increasing from 0 will improve speed, especially over # slow links MaxPipeSize:0 # Whether or not to quit when POPstar notices an on -> off-line transition # Default: N QuitWhenGoOffline:N # How often to check the variable specified in Variable: (in seconds) # Default: 10 seconds CheckOnlineVar:600 # Whether or not to send the QUIT command to the POP3 server before closing # the connection when an error occurs. # Don't change this unless you need to (eg. If your ISP auto deletes mail # after is has been retrieved. 99% of them don't, ndirect.co.uk do.) # Default: Y SendQuitOnError:Y # This limits the number of messages fetched in one connection to the POP3 # server. # If the limit is exceeded, POPstar will reestablish the connection to the # server before downloading more messages - this stops you having to # download all the messages again if the connection to the POP3 server # is lost for some reason. # # Default: fetch all messages in one connection MaxMessagesPerConnection:50 # This limits the maximum size of messages fetched in one connection to # the POP3 server. # If the limit is exceeded, POPstar will reestablish the connection to the # server before downloading more messages - this stops you having to # download all the messages again if the connection to the POP3 server # is lost for some reason. # # Default: fetch all messages in one connection MaxSizePerConnection:400K # This is a command that will be run at the end of every transfer POPstar # makes. # Default: nothing # TransferEnd: .!TransferEnd # This is a command that will be run after every fetch, with the first # parameter containing the number of messages fetched. # Default: nothing # FetchEnd: .!FetchEnd # This is a command that will be run after every send, with the first # parameter containing the number of messages sent. # Default: nothing # SendEnd: .!SendEnd # If this is set to N, POPstar won't report errors that occurs whilst trying # to establish a connection to the POP3 server. # Default: Y ReportConnectFailure:Y # Time, in seconds, that server can take to reply before we decide the # operation has timed out. # Default: 300 (5 minutes) SocketTimeout:300