24 projects tagged "English"
Atmail is a fully-featured email server and Webmail client, allowing users to send and receive email via a Web browser or mobile device. It has full support for IMAP mailboxes, and an optional email-server mode that uses EXIM as the MTA. Features include a scheduler, MySQL backend support, spell-check, address book, calendar user preferences, multiple accounts, SpamAssassin support, migration scripts from other mail servers, a customizable interface, an attractive AJAX interface, an optional group sharing Calendar/Addressbook, and an Outlook plugin to sync Contacts/Tasks/Calendar data between a Desktop, Mobile, and Webmail client or other email users.
LdapSaisie is a Web application to manage LDAP directories. It is designed to abstract the complexity of the directory through an administration interface that is simple and intuitive. The application was designed with the objective of maximal modularity, allowing easy extension or adaptation with modules, extensions, and plugins. This application can be used to manage the information system based on LDAP and also, simultaneously, enabling users to access their data and possibly modify them.
The ApPHP TreeMenu is a PHP script that generates a multi-level tree menu control. It was specially designed for Web developers. A tree menu is one of the most popular and commonly used navigation controls, and this script allows you to set one up and use it in no time. It has a collapsible vertical tree listing that resembles the Windows Explorer folder view. It also makes it easier for visitors to find things, looks professional, and helps to organize a large amount of data into a hierarchical order with as many nodes and sub-levels as you need. Expandable elements can be used as links or just expanded. The sub-menus are opened and closed by a mouse click.
DHCP Lease Query in PHP is a PHP class that will allow you to send DHCPLEASEQUERY packets to inquire about known leases from a remote DHCP server. It is similar in nature to ISC's OMAPI but without the hangs it creates, nor does it cause dhcpd to behave in a single-threaded fashion while talking to it. After all, it emulates an actual DHCP "helper" (relay agent) and, as such, all queries travel over IP. It is based on RFCs related to DHCP and follows the RFCs as closely as possible.
Easy Debugger is a simple class that makes debugging complex sites very simple. The class allows you to clearly and easily output strings, variables, and objects and color code them for easier reading. It also makes it incredibly simple to output strings, variables, or even objects to email for simple troubleshooting or AJAX pages and pages where reload doesn't allow debugging. It saves debug output until the end of the page; groups all outputs from a page together; groups all outputs from specific files together; has easy color coding for advanced troubleshooting; shows line numbers and file names so you don't lose debug items; and has simple helper functions to speed up use. Debugs can be left on while the site is live, with no unwanted interruption. This code has been used on over 100 sites, from simple HTML pages to complex Web applications.