This script checks your mailbox and sends notification on incoming e-mails. You can use this script for mobile notifications or mail robot applications.
This script checks POP3 mailbox, extracts graphical attachments and stores them in specified folder. This is ideal solution to enable image uploading by e-mail.
This is calendar script that shows availability of bookings based on calendar data. There are four possible states (Available, Not Available, Pending and Booked). Each of these states has appropriate color. Uses MySQL. Data structure is flexible to s |