Projects tagged ‘e-mail’, ‘email’, and ‘mail’


Jump to tag:

Projects tagged ‘e-mail’, ‘email’, and ‘mail’

Filtered by Project Tags email e-mail mail

Refine results Project Tags c++ (2) extended (2) php (2) extendedmapi (2) mapi (2) disposable (1) file (1) pookmail (1) php5 (1) send (1) attachments (1) test (1)

[5 total ]

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 7 months ago.

0 Users

POOKMAILPookMail.com was a disposable email accounts System developed in the middle of 2004. Our main goal was to give a place where people could receive emails without any kind of register nor ... [More] signup. Usually people used PookMail to receive their confirmation emails. But unfortunately in the middle of 2008 we had to close PookMail.com. We think the best tribute we can pay to PookMail.com is to release its source code to the Community. So, if you want to have your own Disponsable Email Account System, go on! Download and install it! [Less]
Created about 1 year ago.

0 Users

MAPI code samples for Microsoft Outlook 2010.
Created 8 months ago.

0 Users

MAPI code samples for Microsoft Outlook.
Created 10 months ago.

0 Users

This code is used to receive by e-mail some data which were sent from an online formulary, and by FTP a file. Used by : http://www.alcoves.org
Created about 1 year ago.