Projects tagged ‘php’ and ‘pop3’


[8 total ]

1 Users
   

Tinned-Mail is a POP3 client to send and check your mail. It provides a number of useful features to make it easier to manage your mails. Features are Reading Mails from POP3 server, Viewing Text and ... [More] html mails, Download of Attachments, Sending mails (SMTP Server), Sending of multiple attachments, Request read and receive notification, Sending mails to a group, Personal folder to store mails, Encrypted addressbook, Support for multiple users, Personal settings, Multiple languages [Less]
Created 10 months ago.

0 Users

Task Management / Support Portal
Created 11 months ago.

0 Users

Created 11 months ago.

0 Users

This is small code snippet for sending smtp messages with file attachments. Simple, standalone, functional, no pear/curl/etc. I wrote this code very much for a long time... 3-4 years ago, and I ... [More] share this here just for testing code.google app, okay [Less]
Created 4 months ago.

0 Users

Odimail-php is a wrapper for the PHP-IMAP functions that makes easy to access mail servers $config = array( 'user' => 'your.user.name@gmail.com', 'password' => 'yourpassword', 'host' => ... [More] 'imap.gmail.com', 'mailbox' => 'INBOX', 'port' => 993, 'flags' => array('ssl', 'novalidate-cert') ); $connection = new Odimail_Connection(); $connection->open($config); for ($i = 1; $i <= $connection->countMessages(); $i++) { $message = $connection->getMessage($i); echo 'Subject: ' . $message->getSubject() . ' '; echo 'From: ' . $message->getFrom()->getEmail() . ' '; echo 'To: ' . $message->getTo(0)->getEmail() . ' '; echo ''; } [Less]
Created 4 months ago.

0 Users

POP3 webbased PHP-Client on base of PHP5, MySQL5. Multi-User, multi-account
Created 2 months ago.

0 Users

A Core Industries webmail application.
Created 12 months ago.

0 Users

Uebimiau is an universal webmail developed in PHP. It is free and can be installed in any email server. -It runs under any System; -It doesn´t require any extra PHP modules; -Doesn´t need a ... [More] database (as MySQL, PostreSQL,etc) -Doesn´t need IMAP, but compatible with POP3 and IMAP -Compatible with the MIME Standard (send/receive text/html emails); -Doesn´t need cookies; -Easy installation. You only modify one file; -Compatible with Apache, PHP, Sendmail or QMAIL; -Can be easily translated into any language (already translated in 17 languages); -Can use a variety of skins [Less]
Created 12 months ago.