OneMail
This small script let you send and receive e-mail without bullshit. Note that there's no
local storage, so there is no address book nor spam-filter (perhaps in the future), but
on the other hand it can handle a lot of users, and perhaps that's why it is often chosen
by webmasters and hosting companies. Since 1.49, spam-assist-signed e-mails are automaticly
deleted (you can turn this off if you might want to).
Current status: no known errors, only I still have to test the IMAP-stuff, for now it
works with IMAP-servers but the folder-stuff is disabled.
OneFile is a package of several small PHP-applications or helpers.
These were originally developed only for my own usage, because I had for example troubles
checking my e-mail while being on vacation (no Eudora), because
I did not have a free FTP program on the Macintosh for OsX, or because I had no mySQL server.
The OneFile things are also simple.
Some design principles are:
- zero required options to set in the script (easy to 'configure')
- zero things to do for installing (except putting them on the server and setting permissions)
- zero pictures (small on server and fast in usage)
- zero browser specific technologies (only very easy javascript, only session cookies required)
- zero extra storage on the server for users (can handle a lot of users)
- safe (use non-stored cookies)
- small (mail is 42KB, ftp is 15KB, OneSQL is 17KB)
- one protocol = one file