|
Sarah's Revolution Page
- libraries |
|
|
What is Revolution?
My Stacks - Recent - Plugins - Tutorials - Libraries - Miscellaneous Applications Links |
Libraries
are stacks that you can
insert into your own project and allow you access to their functions
and handlers. This can be for a single purpose e.g. sending emails, or
a collection of related functions e.g. date & time functions. POPlibrary.rev A library of handlers for communicating with a POP3 server for receiving emails. It connects using your user name & password, retrieves the number of waiting emails, then offers you various options to read details, download the entire email, extract data from the email and delete it from the server, before disconnecting. Comes with a demo stack which shows how to use the library. SMTPlibrary.rev A library of handlers for communicating with an SMTP server for sending plain text emails. It allows authenticated login and can send attachments. Comes with a demo stack which shows how to use the library. Calendar.rev This project file contains a calendar sub-stack that you can insert into any project. It allows users to enter a date graphically, thereby ensuring that any date will be in a valid format. The new version handles international systems, allows weeks starting on Monday or Sunday, has large and small calendars, includes an installer and can hilite set dates either once or annually. (Updated 8th May 2007 to fix bug revealed by latest version of Revolution.) DateTime.rev A collection of date and time functions for extracting certain bits of date information and for performing date & time conversions and calculations. Updated to include new functions for ISO week number, Julian dates, Easter, relative date calculations etc. Thanks to Eric Chatonet and Mark Weider for their contributions to this library. |