imap
Using imap_search filters in PHP
I need to filter the mails on the basis of the available headers. I did for \"To\" field using something like \"TO: admin@mysite.com\", but I also n开发者_StackOverflow中文版eed to apply filter to \"[详细]
2023-04-01 04:15 分类:问答problem communicating with gmail imap server using fsockopen in php
i m able to communicate using the imap functions in php and also using the openssl from commandline ,i just wanted to try this doing fsockopen() in php.[详细]
2023-03-31 08:01 分类:问答Logic to sync labels with gmail
I want to synch gmail labels in my imap application. I am syncing gmail using All Mails. After syncing one message in imap if user changes the label of IMAP.[详细]
2023-03-31 01:35 分类:问答python imaplib gpg file contents into message
Lo, Having some issues with imaplib. I\'m trying to get the contents of a gpg file into the body of an email.[详细]
2023-03-31 00:58 分类:问答Load attachments files names without attachments in c#
First, sorry for my English. I would like do display a list of attachments names files on mailbox. Then from this list the users will can choose which attachments they want to download on hdd - for e[详细]
2023-03-30 15:37 分类:问答Retrieve the 3 most recent email using imap and php
I\'m trying to figure out how to get the latest 3 emails (SEEN and UNSEEN) using imap and php. It need to be ressource-efficient since the mailbox as 1 000 emails inside. Getting all header may need t[详细]
2023-03-29 10:55 分类:问答Python IMAP: =?utf-8?Q? in subject string
I am displaying new email with IMAP, and everything looks fine, except for one message subject shows as:[详细]
2023-03-28 09:13 分类:问答Reading emails from Gmail in C#
I am trying to read emails from Gmail. I have tried every API / open source project I can fin开发者_如何学运维d,and can not get any of them working.[详细]
2023-03-28 04:36 分类:问答javamail getNewMessageCount in gmail imap always return 0
I am using javamail api to read gmail. Everything works fine however, a call to a folder\'s getNewMessageCount() always returns 0.[详细]
2023-03-28 01:20 分类:问答IMAP Encoded Emails
I am using Rohit Joshi\'s IMAP library to access an IMAP email account. So far, I have a program that connects to the mail server, retrieves all unread messages and saves them in an XML file. My prob[详细]
2023-03-27 15:41 分类:问答