imap Questions
1
I am trying to fetch the body of gmail using IMAP and ruby mail gem. It works perfectly while I fetch RFC822 field as described in another stack overflow answer.. Fiedl has described the approach v...
Cantilever asked 12/6, 2013 at 16:57
4
Solved
I have an application that is used to archive emails using imap. Also in this application are many imap accounts that need to be archived.
In this moment from time to time the application connects...
Advocaat asked 18/1, 2011 at 14:14
2
Solved
In my app I need to access mail programmatically without using a MFMailComposeViewController. I have sent email with the help of SKPSMTPMessage from google code. Now I have to connect and check mai...
Scrivens asked 20/1, 2011 at 5:5
2
Solved
For those of you familiar with IMAP - If I retrieve a draft message (or any message for that matter), and I wish to update it / edit it, what commands should I use?
The only command i've come acro...
Heritage asked 5/6, 2013 at 16:22
2
I noticed that libcurl supports IMAP, but didn't find anything in the documentation and example http://curl.haxx.se/libcurl/c/imap.html is very poor. Does anyone know how to use this protocol in th...
1
Solved
I'm working on an IMAP client, and would like to be able to find a list of all messages that are referenced in a conversation thread.
I know that the "References" header includes a list of messag...
2
Solved
Is it possible to build a SMTP/IMAP client that can run in the browser that uses only Javascript?
Drub asked 23/9, 2010 at 3:4
1
Using the code below I am able to get a token from the AccountManager. I am not able to figure out how to use this token with the javamail (IMAP) api for android (Session, Store, Folder,..) ?
I wo...
Hermia asked 28/12, 2011 at 7:39
4
Solved
Is there a way to monitor a gmail account using imaplib without polling gmail each time I want to see if there is new mail. Or in other words, I just want the script to be notified of a new message...
1
Solved
As the error message below states, I cannot log in because I'm in state LOGOUT and not in state NONAUTH. How do I get from LOGOUT to NONAUTH?
Example below (obviously the login credentials are fak...
1
Solved
I needed to get the Email address from which Im getting/receiving emails in my Inbox! what should I do for this, I at this time have the following code
<?php
$mbox = imap_open("{imap.gmail.com...
Hodgkins asked 17/4, 2013 at 9:3
4
Solved
(using the IMAP commands, not with the assistance of any other mail package)
Achitophel asked 23/9, 2008 at 16:52
1
I want to process a bunch of my emails with Net::IMAP, but I want to skip the ones with attachments because they take too long. Any hints? Ultimately, I'm looking to download all the text and HTML ...
1
Solved
I am currently using Python imaplib to process email text.
I use fetch command to fetch the raw data email from GMail server. However, I found one thing really tricky - the equal sign '='. It is n...
Asmodeus asked 25/3, 2013 at 17:54
1
Solved
I am using 'imaplib' in python to fetch the email from a Gmail account. But I just want to know the content of the email, the title of the attachment, but do not need to download the full attachmen...
Thirtytwomo asked 24/3, 2013 at 10:37
6
Solved
Any experiences on a way to get gmail labels (or even filters ?) from an imap connection ?
Can't find a clue... thx for any infos about it.
1
Solved
I'm using Net::IMAP.fetch to fetch some messages from Gmail. However, when I fetch a message which has a UTF8 subject (i.e., in cyrillic) I get something like this:
=?UTF-8?B?0KHRgNC/0YHQutC4INGE...
2
Solved
I need to connect to a Gmail account via IMAP using PHP. I have some working code, but when attempting to establish a connection, I receive the following error:
Warning: imap_open() [func...
2
I'm trying to export several mailboxes to an database. My current script will connect IMAP and just loop all messages. Though with larger mailboxes this won't work and it will slow down or even sto...
4
Solved
I have been trying to write an app that periodically parses the contents of gmail messages. I have been through the JavaMail FAQ and I have looked at a number of examples in the JavaMail download p...
Pika asked 21/7, 2010 at 20:58
2
Solved
When i fetch email using imap in php, i get email body content but i m not able to extract inline images pasted and not attached in the email body.
3
Solved
When building a web based IMAP client, should I make the web server talk directly to the IMAP server or should I have a database in the middle that gets synchronized when required?
2
Solved
I'm attempting to connect to our exchange server using Mail::IMAPClient but a script that was working is having issues when I moved it from a temp dev desktop running ubuntu to a new dev env runnin...
Polenta asked 30/12, 2011 at 19:2
2
I'm trying to implement a simple IMAP/SMTP gmail client using the token received from the Android's AccountManager instead of using username and password.
I'm trying to use "mail" as authTokenType ...
3
Solved
What is alternative of java imap function doCommand in php ?
I want to fire some custom imap extension command but I don't find any function to do that here: http://php.net/manual/en/book.imap.php...
© 2022 - 2024 — McMap. All rights reserved.