Save to Mailbox File |
mailboxsave.r | 1.3 KB 13 Mar 2003 | This example reads email and appends it to a standard
mailbox file (which can be read by most email apps). author: [unknown] |
Email Send With CC |
mailcc.r | 718 bytes 13 Mar 2003 | Example of how to include CC addresses on an email
header. author: [unknown] |
Deluxe Email Spam Killer |
maildespam.r | 1.7 KB 13 Mar 2003 | This is an example of a simple email filter that
removes unwanted junk mail from your mailbox. author: [unknown] |
Email a Text File |
mailfile.r | 567 bytes 13 Mar 2003 | Send a text file (as text of message). author: [unknown] |
Email Text Files |
mailfiles.r | 763 bytes 13 Mar 2003 | This example sends a group of text files as
separate messages. author: [unknown] |
Email Files as Compressed |
mailfilescomp.r | 1.0 KB 13 Mar 2003 | This example sends a group of files (binary
or text) as a single compressed text message. author: [unknown] |
Email Friend Monitor |
mailfriends.r | 945 bytes 13 Mar 2003 | This example displays messages that come from
friends only. All others will be ignored. author: [unknown] |
Email Headers |
mailheader.r | 699 bytes 13 Mar 2003 | Send email with a custom header. author: [unknown] |
Email a Web Page |
mailpage.r | 418 bytes 13 Mar 2003 | Send a web page. (simple) author: [unknown] |
Email Ping (Confirmation) |
mailping.r | 971 bytes 13 Mar 2003 | Confirm certain email that contains a key word. author: [unknown] |
Save Email to File |
mailsave.r | 701 bytes 13 Mar 2003 | This example reads all email and saves it to a file. author: [unknown] |
Email Message Sender |
mailsend.r | 651 bytes 13 Mar 2003 | A very simple way to send an email. author: [unknown] |
Email Group Sender |
mailsendgroup.r | 713 bytes 13 Mar 2003 | A very simple way to send email to a group. author: [unknown] |
Email Sniffer |
mailsniff.r | 985 bytes 13 Mar 2003 | Example of how to search all incoming email for
particular keywords. author: [unknown] |
Email Viewer (as web page) |
mailview.r | 1.3 KB 13 Mar 2003 | This example displays all of your pending email
as an HTML web page. (But does not remove it.) author: [unknown] |
REBOL Standard Document Formatter |
make-doc.r documentation | v:0.9.0 9.3 KB 10 Jan 2005 | (See MakeDoc2 for the latest version.)
Converts very simple text file format into other
document formats (such as HTML) with good titles, table
of contents, section headers, indented fixed-spaced
examples, bullets and definitons. Does the formatting
so you can focus on the hard part: the words. author: Carl Sassenrath |
MakeDoc 2 - The REBOL Standard Document Formatter |
makedoc2.r documentation | v:2.5.7 17.0 KB 10 Mar 2007 | This is the official MakeDoc document formatter that is used by
REBOL Technologies for all documentation. It is the fastest and
easiest way to create good looking documentation using any text
editor (even ones that do not auto-wrap text). It creates titles,
headings, contents, bullets, numbered lists, indented examples,
note blocks, and more. For documentation, [...] author: Carl Sassenrath |
Specs Document Converter (Text to HTML) |
makespec.r documentation | v:1.0.0 4.3 KB 10 Jan 2005 | (See MakeDoc2 for the latest version.)
We use this script to save a lot of time when writing specification documents here at REBOL HQ. Very little notation is required to produce good looking HTML documents with titles, table of contents, section headers, indented fixed-spaced examples, sidebars , and more. Does all the formatting so we can focus on writing the words (the hard [...] author: Carl Sassenrath |
Search Mailbox |
mbxfind.r | 1.1 KB 13 Mar 2003 | Search a Eudora mailbox file and output a file with
all the messages that contain a given string. author: Carl Sassenrath |
Search Mail for REBOL Scripts |
mbxscripts.r | 1.2 KB 13 Mar 2003 | Search a mailbox file (e.g. Eudora) for email messages
containing REBOL scripts. author: Carl Sassenrath |
Print Mailbox Subjects |
mbxsubjects.r | 800 bytes 13 Mar 2003 | Prints all the mail subject lines for a Eudora mailbox file. author: Carl Sassenrath |
REBOL Memory Stats |
mem-stats.r | 1.8 KB 13 Mar 2003 | Print out statistics for memory usage. (Command only.) author: Carl Sassenrath |
Handy Server Monitor Window |
monitor.r | v:1.0.0 2.8 KB 13 Mar 2003 | A handy script that monitors various servers (such as
web and email servers) and displays them in a nice little
status window. author: Carl Sassenrath |
Change File Extensions (Suffix) |
new-suffix.r | 1.3 KB 26 Jan 2005 | Change the file extension (suffix) for files with a specific extension.
For example, change all .txt files to .r files in the current directory.
Displays a list of changes before it makes them. author: Carl Sassenrath |
Find Non-local Variables |
nonlocal.r | 2.5 KB 13 Mar 2003 | Provides an way to find local variables that have
not been declared as locals. author: Carl Sassenrath |