View script | License | Download documentation as: HTML or editable |
Download script | History | Other scripts by: philb |
[0.068] 14.043k
Documentation for: readmail.rUsage document for %readmail.r1. Introduction to %readmail.rOriginal help file ReadMail.html readmail.r is a rare gem for rebol.org. A full fledged application. Phil has done a marvellous job of creating a full-featured and well documented e-mail handling application. Don't let the name fool you, the application will send mail too. 2. readmail At a GlanceSetup is required. As a full fledged mail reader, once %readmail.r is running it requires setup for accounts. It creates sub-directories for managing mailboxes and accounts. 3. The readmail.html help fileFull instructions can be found at Readmail.html 4. Using %readmail.rSetup is required. The initial setup is detailed below, but full instruction are in the HTML listed above. 4.1. Running %readmail.rFirst set up a working directory, copy %readmail,r out of the library and then just doit. >> make-dir %rmail >> change-dir %rmail >> write %readmail.r read http://www.rebol.org/cgi-bin/cgiwrap/rebol/download-a-script.r?script-name=readmail.r >> do %readmail.r 4.2. The Help menu. Clicking Help will lead to an old site.Once the browser is up, point it tohttp://peoplecards.ca/rebol/ReadMail.html 5. What you can learnThis is what rebol.org and the REBOL community needs more of, full, usable applications. 6. What can breakPhil has created a world class mail reader, and has spent a lot of time fixing any bugs. See the history in the header of %readmail.r to see a small list of his efforts. 6.1. ESMTP supportSEND may need to support a different ESMTP for newer authenticated servers. REBOL versions above 2.7.4, have this feature built-in. If not you may need to add Cesar Chavez's patch for functional ESMTP support. >> change-dir %rmail >> write %patch-esmtp-net.r read http://www.rebol.org/cgi-bin/cgiwrap/rebol/download-a-script.r?script-name=patch-esmtp-net.r >> do %patch-estmp-net.r >> do %readmail.r Cesar's patch plays very well. If it detects a change that is incompatible with his ESMTP patch, it will not load. In which case, you probably have ESMTP support in your version of REBOL. He does this test by comparing a snapshot contained in the patch, to what exists in the running REBOL's SMTP protocol code. 6.2. readmail hostingAs noted above, the help menu option will lead to an old site. This will be rectified when Mr. Bevan finds a new host. Until then, point to http://peoplecards.ca/rebol/ReadMail.html This will also effect the Update menu option. 7. Credits
|