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...
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
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...
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...
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...
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...
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...
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
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...
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 ...
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
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 ...
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...
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.
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...
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 ?
2
Solved
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...
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...
© 2022 - 2024 — McMap. All rights reserved.