|
Description:
|
This AREXX script will automatize email downloading.
|
|
|
Installation:
|
Installation.
|
|
|
CCN_Chartreuse.rexx config:
|
If you want to use the "Launch a script before to quit Miami"
option, you have to edit CCN_Chartreuse.rexx and modify the variable "script"
with the name and the complete path (if it is in an other directory as
CCN_Chartreuse.rexx) of the AREXX script to be launched.
If you installed Yam with an other language than English, you may have to modify
the name of incoming box (variable 'incbox').
|
|
|
Miami config:
|
If you have an USRobotics Message modem and you use the answering
feature, to re-activate it you have to enter "AT+MCS=1\r" in "Config/Modem/End".
|
|
|
Yam config:
|
Yam must have some option disabled (to prevent problem between your choices and Yam setting):
- Start/Quit / On program startup : "Send mail in outgoing queue"
- Start/Quit / On program startup : "Download new mail"
- Start/Quit / On program termination : "Send mail in outgoing queue"
|
|
|
Use:
|
Syntax: RX rexx:CCN_Chartreuse [-options] , [configs].
Options : allows to modify the status
- e : Send waiting emails.
- m : Quit Miami at the end of up/downloading.
- y : Quit Yam at the end of up/downloading.
- g : Keep Miami ON-LINE (cancel -m option).
- i : Iconify Miami (cancel -m option).
- d : Iconify Miami after startup.
- j : Iconify Yam (cancel -y option).
- l : add connection informations to the log file (Miami:log.{configname}.
- ? : Show the on-line help.
There is no special order to write these options, but you must NOT insert a space charactere
between them.
Configs : config files (you can use more than one, use space char between). It allows to choose a configuration for Miami (provider) and Yam (user).
- default : first config in CCN.config file.
- <empty string> : for single user environment users.
Examples :
- RX rexx:CCN_Chartreuse
- No config loaded from CCN.config, just path and AREXX ports.
- Download emails.
- Miami offline.
- Miami and Yam stay open.
- RX rexx:CCN_Chartreuse ,default
- Load default config.
- Download emails.
- Miami offline.
- Miami and Yam stay open.
- RX rexx:CCN_Chartreuse ,christophe coco
- Miami goes online (Christophe's ISP).
- Load config 'christophe'.
- Download emails.
- Load config 'coco'.
- Download emails.
- Miami goes offline.
- Miami and Yam stay open.
- RX rexx:CCN_Chartreuse -emy , conf
- RX rexx:CCN_Chartreuse -yme , conf
- RX rexx:CCN_Chartreuse -mey , conf
- etc...
- Load config 'conf'.
- Download emails.
- Send waiting emails (e).
- Quit Miami (m) and Yam (y).
- RX rexx:CCN_Chartreuse -egy
- Load default config.
- Download emails.
- Send waiting emails (e).
- Miami stays online (g).
- Quit Yam (y).
|
|
|
Status:
|
This script is emailware. It means that if you use it, send me please an email
(if possible add a picture of your country). Thanks.
|
|
|
Author :
|
Any comments or suggests to:
Christophe CRÉBIER
email : alternos@free.fr
Site internet : http://www.multimania.com/obator/index.html
|
|