pPIM is a personal information manager that can store contacts and their photos, events in a calendar, links, notes, send emails, check emails from unlimited email accounts, and upload files. A Must have, very user friendly, easy to install, and a great user interface to look like Windows Longhorn Contacts manager. Stores info in flat files so it does not require SQL.
With this awesome PHP application you can check any of your emails that you may have from one portal. It logins you in with your POP3 and/or SMTP mail server, Email Addy, and password.
Users have a Complete Webmail System thats very user friendly and Skinable. User can Compile New mail, Have attachments, Supports HTML Emails.
Has admin Interface for webmaster. Buy a copy and get full Help and Support at our Forums and Support Ticket Center.
New version now has been released. In this new version you can allow your users to sign up for an email to your domain.
then the user can login to their mail through your mail client. This works two ways.
You can either setup your mail portal to only allow users to login to your mail server
or you may set it up so users may login to any mail server they have an account with.
Features:
- SMTP Compatible
- POP3 Compatible
- MIME Compatible
- Receive Attachments
- Send Attachments
- Folders/E-mail management support (Trash/Inbox/Sent/[Personal])
- Address book
- Language support
- Themes support
- Search in messages
- Personalized order messages
- Personal preferences
- Send HTML e-mails
- Quota Limit
- IMAP support
- PHP3 Port
Dependences:
- --with-imap PHP module - NO - Have own functions.
- Sendmail/Qmail - NO - Manage an SMTP server manually
- Operational System OS - NO - Cross plataform
- Database - NO - Manage data in hard disk
- Client Cookies - NO - Manage session manually
- Client JavaScript - YES - To make templates more easy
- PHP - YES - Obviously
This library consisting of a single php file implements hierarchical datastructures (trees) using the mysql database. Nested set trees are flexible, they can have an arbitrary number of nodes and their data/structure can be read efficiently.
The library implements all important functions: Tree creation, queries, reorganization, walks (traversal) and tree printing.
The SqlCommand class is designed to provide a simple, effective, and yet powerful way to use Microsoft SQL Server stored procedures through PHP, with the aid of the PEAR database abstraction layer. It provides an object-oriented method of declaring and configuring stored procedures in your PHP code, performs strong parameter "typing" of all values passed to the database, and allows you to easily retrieve return and output parameter valuesfrom your stored procedures.