我正在尝试使用Imap获取Gmail已发送的项目,但它在“第0行”中的“未知”中显示“通知:未知:[NONEXISTENT]未知邮箱:已发送(失败)(errflg = 2)”的错误“
$hostname = '{imap.gmail.com:993/imap/ssl}Sent';
$username = 'anrc.wipro@gmail.com';
$password = '****************';
/* try to connect */
$inbox = imap_open($hostname,$username,$password) or die('Cannot connect to Gmail: ' . imap_last_error());
答案 0 :(得分:13)
我相信'已发送'文件夹实际上是[Gmail]/Sent Mail