imap
Set an email as SEEN on IMAP server
I am trying to read mail from an Imap Server (Gmail). I would check if there are new mail (unseen) and check it as seen.[详细]
2023-03-21 13:59 分类:问答PHP imap_open(): invalid remote specification when trying connect to GMAIL
I\'m trying to retrive mails from Gmail and got following error: Can\'t open mailbox {imap.gmail.com:993/imap/ssl/novalidate-cert}INBOX: invalid remote specifica开发者_JAVA技巧tion[详细]
2023-03-21 10:25 分类:问答PHP Displaying unread mail count
I am using php imap class. In my box I have a lot of mail, but with this script I would retrieve only the unreaded mail.[详细]
2023-03-21 00:42 分类:问答Need help in Gmail Integration in my Application
I want to integrate Gmail (googleApps) into my application. I have created a PHP Imap library which will give me my required emails it is very slow and takes a lot of time during execution. I heard th[详细]
2023-03-20 21:01 分类:问答c# imap/pop3 mail server
Ihave searched all over the web for a solution for this situation. I created an application using a PowerTCP component to receive and change mails(Imap/pop3)[详细]
2023-03-20 18:48 分类:问答How to archive a message using ruby `net/imap`
With the following ruby code, I can read a user\'s mail in an inbox via IMAP: require \'net/imap\' imap = Net::IMAP.new(\'imap.gmail.com\',993,true)[详细]
2023-03-20 13:10 分类:问答Imap search criteria - imaplib (python)
I\'m using imaplib for python and I came across a strange behavior. I don\'t really know if this is an imap ou imaplib problem/feature, so I\'m hoping anyone can give me some lights.[详细]
2023-03-19 23:21 分类:问答PHP Imap extension vs. Horde Framework imap client (or other alternatives)
For a web application I need to read mails from an imap server with php. So far i have used a very simple script and the php imap extension, but because i need a robust solution (i also tried p开发者[详细]
2023-03-19 19:34 分类:问答Create timeout for blocking method call with TPL
I have a blocking library call, an imap 开发者_运维百科Idle that will be in a long running service waiting for email, I\'m paranoid and don\'t trust the library to never miss an email. The Idle call c[详细]
2023-03-18 13:51 分类:问答Download a specific email from Gmail using Python
Can someone help me customize an existing code sample? I can see from the following article how to connect to gmail and download content, but I can\'t figure out how to search for a specific email an[详细]
2023-03-18 07:59 分类:问答