没有任何数据可供显示
开源项目社区 | 当前位置 : |
|
www.trustie.net/open_source_projects | 主页 > 开源项目社区 > mailreminder |
mailreminder
|
0 | 0 | 16 |
贡献者 | 讨论 | 代码提交 |
OverviewA 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
ComponentsSystem has two main components:
SMTP server - submits reveiver scheduler - remind sender
ServerServer 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).
SchedulerScheduler scans database seeking current minute and after gathering matching tasks sends reminders.
Additional infoLicenseIts licensed on GPLv2 and exactly this version. Someday it will be worth of downloading ;-)
Risk of usageYou use it at your own risk. No warranty of anything is given.