资 源 简 介
Overview
A simple notes/tasks reminder.
A task is submitted by an e-mail, reminder arrives in an e-mail.
Written in Ruby, this server is hidden behind regular mail server.
In the part receiving messages works similar to Remember The Milk
Components
System has two main components:
1. SMTP server - submits reveiver
1. scheduler - remind sender
Server
Server listens on localhost:1234 receiving e-mail messages from regular, hardened SMTP server (postfix in my case). After receiving the mail is parsed to obtain all recognized data and stored in database (SQLite3).
Scheduler
Scheduler scans database seeking current minute and after gathering matching tasks sends reminders.
Additional info
License
Its licensed on GPLv2 and exactly this version.
Someday it will be worth of downloading ;-)
Risk of usage
You use it at your ow