|
Server IP : 10.128.40.6 / Your IP : 216.73.216.233 Web Server : Apache System : Linux webd006.cluster128.gra.hosting.ovh.net 5.15.206-ovh-vps-grsec-zfs-classid #1 SMP Fri May 15 02:41:25 UTC 2026 x86_64 User : logmcpe ( 111175) PHP Version : 7.3.33 Disable Function : _dyuweyrj4,_dyuweyrj4r,dl MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON Directory (0755) : /home/logmcpe/www/TMCPRO/BOX/ |
| [ Home ] | [ C0mmand ] | [ Upload File ] |
|---|
<?php
$conn = imap_open("{ssl0.ovh.net/pop3/ssl/novalidate-cert}INBOX", "contact@mc-pro.fr", "Steeven2411");
$totalrows = imap_num_recent ($conn);
echo " $$$ ".$totalrows;
// $conn = imap_open('{imap.example.com:993/imap/ssl}INBOX', 'foo@example.com', 'pass123', OP_READONLY);
// $some = imap_search($conn, 'SUBJECT "HOWTO be Awesome" SINCE "8 August 2008"', SE_UID);
$msgnos = imap_search($conn, 'UNSEEN');
// $uids = imap_search($conn, 'NEW', SE_UID);
// $sorted_mbox = imap_sort($mbox, SORTDATE, 0);
// $totalrows = imap_num_msg($mbox);
// print_r($some);
print_r($msgnos);
// print_r($uids);
// $connect = $email->connect('{ssl0.ovh.net/pop3/ssl/novalidate-cert}INBOX','contact@mc-pro.fr','Steeven2411' );