imap Questions

1

Solved

I'm trying to figure out if IMAP's search (with args: "unseen all") command works by searching all folders in a mailbox, or just the currently selected folder? I.e. when selecting INBOX and issuin...
Haggi asked 18/4, 2011 at 8:46

2

Solved

I read this Find Gmail url-IDs via IMAP, but I noticed Greplin (https://www.greplin.com) is able to get thread id successfully. Can anyone help me here? Regards, Manoj
Biebel asked 7/3, 2011 at 13:26

5

Solved

I am parsing emails with Zend_Mail, and strangely some content gets truncated without an obvious reason and malforms the email parts. For example Content-Disposition: attachment; filename="file.s...
Erlineerlinna asked 16/3, 2011 at 7:27

1

Solved

Now I have created a code to retrieve unread email and read its body and then we can store or do whatever we want to do. It is completely working but the problem is that it giving me only the body...
Charissa asked 20/3, 2011 at 4:23

3

Solved

I'm writing a lexer for the IMAP protocol for educational purposes and I'm stumped as to where I should draw the line between lexer and parser. Take this example of an IMAP server response: * FLAG...
Clew asked 19/3, 2011 at 12:33

1

Solved

I am trying to fetch a particular section of an email body using: $message = imap_fetchbody ($imap_stream,$n,1); This works fine for emails sent using Outlook, Hotmail, Yahoo etc. But when I try...
Splotch asked 15/3, 2011 at 11:8

2

Solved

I can't fetch email body content. This is my code <?php /* connect to server */ $hostname = '{myserver/pop3/novalidate-cert}INBOX'; $username = 'username'; $password = 'password'; /* try to c...
Bloodfin asked 3/3, 2011 at 7:18

1

Solved

Here is a strange one for you. I am using the Ipipi SMS to email service to send control commands to a PHP script. I can send email messages to my mailbox, then read and display them using PHP-IM...
Knap asked 2/3, 2011 at 16:33

1

Solved

Are there good java webmail applications, that can be used to connect to standalone imap servers? Something like roundcube but that can be deployed in an application server. Thanks
Kamala asked 18/2, 2011 at 0:35

1

Solved

How can I retrieve the list of IMAP UIDs from the selected folder? I want to get the list of mail UIDs, so I am passing the 1150 UID FETCH FLAGS (\Seen \Flagged), but I am not able to retrieve the ...
Lilienthal asked 16/2, 2011 at 10:27

1

Solved

I'm trying to parse HTML data in an email using PHP's IMAP functions. When I echo imap_body($Mailbox, 1); by example, the HTMl contained inside seems to be converted into a different encoding (MIM...
Brogan asked 15/2, 2011 at 21:59

1

I am trying to develop an IMAP email client using the javax.mail API. I have been able to contact the servers, fetch emails, attachments and other operations without any problem. However, we would...
Equal asked 17/12, 2009 at 14:0

2

Solved

When I run a very simple imap_search on my GMail inbox, the search returns less messages than it should. Here is the script that anyone with a GMail account can run. $host = '{imap.gmail.com:993...
Millwright asked 6/1, 2011 at 7:18

3

Solved

I'm a big fan of the email feature available in Backpack, where it creates a unique email address per backpack page, and any emails sent to that address will be posted to the page. My question is ...
Pekin asked 6/1, 2011 at 12:26

2

I found the gmail_xoauth gem, which does most of what I need, but I also need to generate the oauth tokens (consumer_key and consumer_secret) from inside Rails3. I am trying to integrate Gmail's o...
Ludwick asked 21/9, 2010 at 18:11

1

Solved

I'm trying to put together a script that automatically forwards certain emails that match a specific criteria to another email. I've got the downloading and parsing of messages using imaplib and e...
Abdel asked 26/4, 2010 at 21:54

2

Solved

I'm a newbie and after I've successfully learnt enough to build my simple but useful web services, I managed to put myself in a position where I need to configure my own PHP build. The problem is ...
Parts asked 30/11, 2010 at 21:54

4

Solved

I'm trying to write application that periodically receives e-mails. It writes every mail into database. But sometimes i'm getting 'Re:' e-mail that looks something like this: New message On S...
Egalitarian asked 21/9, 2010 at 10:40

2

Solved

The examples I've seen about loading emails over IMAP using python do a search and then for each message id in the results, do a query. I want to speed things up by fetching them all at once.
Neocene asked 27/8, 2010 at 5:52

2

Solved

I am using php imap functions to parse the message from webmail. I can fetch messages one by one and save them in DB. After saving, I want to delete the inbox message. imap_delete function is not w...
Juno asked 4/9, 2010 at 5:13

2

Solved

I try to move email from mailbox's gmail to another one, Just curious that UID of each email will change when move to new mailbox ?
Snoopy asked 1/9, 2010 at 6:37

2

Solved

Can anyone tell me how I can get the number of unread items in my inbox from gmail using imap or something else and display it in a label in C# WinForms? I tried using atom feeds, but never could...
Eponym asked 22/8, 2010 at 1:8

1

Solved

Is there a way to manage Gmail lables(Virtual folders) with mutt??
Cadastre asked 23/8, 2010 at 13:36

3

I'm playing with Python imaplib (Python 2.6) to fetch emails from GMail. Everything I fetch an email with method http://docs.python.org/library/imaplib.html#imaplib.IMAP4.fetch I get whole email. I...
Krug asked 20/2, 2010 at 5:40

3

Solved

Neither poplib or imaplib seem to offer proxy support and I couldn't find much info about it despite my google-fu attempts. I'm using python to fetch emails from various imap/pop enabled servers a...
Eyehole asked 2/8, 2010 at 10:6

© 2022 - 2024 — McMap. All rights reserved.