imap

Gmail IMAP E-mail Content Garbled

I have a custom web based contact management system that we built in PHP to track contacts and recently starting checking our Google e-mail box using IMAP and then, if that contact is in our contact management system: Copying the message into a MySQL database table that's associated with that contact Marking that contact to follow up w...

Is there a Perl IMAP module with TLS support?

I'm writing a Perl script to connect to an IMAP server that requires TLS over port 143. The server does not support connecting over SSL. Thus far, the Perl IMAP modules I have found support only SSL, not TLS. Are there any Perl IMAP modules that provide TLS support? Thus far I have looked at: Net::IMAP Net::IMAP::Simple Net::IMAP::Clie...

java imap fetch messages since a date

I am writing/learning to fetch email using java from an IMAP folder using javax.mail package. I was successfully able to retrieve the last n messages in a Folder, however I am looking to build an example to retrieve messages since a specified date. Any examples? ...

Outlook macro to jump to (open) IMAP Inbox

I am using Outlook to sync mail with GMail via IMAP. Unfortunately, Outlook's default shortcut to go to the Inbox (Shift+Ctrl+I) opens the original Inbox, not the new default IMAP Inbox (which I have specified as the new Outlook default e-mail account). I'd like to create a macro that I can bind to another keystroke, which will open th...

Download emails(backup) from gmail programatically

Does anyone know a way to execute a bulk dump of every email of a gmail account and write the emails to a file? I'm looking to write a program that would let users back up there gmail ( probably via imap) and back it up to either individual files or as a pst ( i know pst will probably be much harder) Thanks if you can help ...

How auto subscribe on new IMAP folders in Gnus?

I need automatically subscribe on new IMAP folders created by my IMAP server in Gnus. How to do this? ...

Use gmail domain account with IMAP authentication with SAML authentication not working...

I have a python script that interfaces gmail accounts and allows searches, etc. This works on normal emails (ending on @gmail.com) but not on domain accounts. In this case authentication is done via SAML, and IMAP is enabled on the gmail domain account... The instructions from google on how to configure IMAP only seem to work for @gmail...

Authenticate via POP3 using vPopMail

I'm working on installing vPopMail on CentOS for use with a Qmail / Courier-IMAP mail-server setup. So far, everything is working out well enough. Mail sent to any virtual user I have setup under any virtual domain (assuming MX records are pointed correctly in the domain DNS) I add to vPopMail is routed correctly to the vPopMail ./Maildi...

Problem with JavaMail and Exchange Server 2007 - BAD Command Argument

Hi, In the application I'm working on, there is a function that connects with a mail server via IMAP using JavaMail. One of our clients had the following stack trace: javax.mail.MessagingException: A13 BAD Command Argument Error. 11; nested exception is: com.sun.mail.iap.BadCommandException: A13 BAD Command Argument Error. 11 at com...

Push email to a apache/php server

We've built a web service that needs to check constantly for email messages. Basically, an user sends us an email, and the server should make actions based on that email. We could use a crontab PHP script that checks for new messages every minute, with POP. But that's kind of offensive to the popserver and not very efficient (1min is too...

Fetching emails in rails via IMAP

I have this rails app that's running on our local intranet, with a thousand regular users. I am looking to integrate it with our email server(MS Exchange). Basically - 1) For each user, the app should fetch any new messages in their inbox from the mail-server, parse it, and file it in the database. I could implement it with ruby/net-im...

Support for IMAP IDLE in ruby

Ok, I have been suck on it for hours. I thought net/imap.rb with ruby 1.9 supported the idle command, but not yet. Can anyone help me in implementing that? From here, I though this would work: class Net::IMAP def idle cmd = "IDLE" synchronize do tag = generate_tag put_string(tag + " " + cmd) put_string(CRLF)...

IMAP Search with " character

SEARCH TEXT "Joe says: "i want to search" and exits." how can i search this text with IMAP SEARCH this doesn't work : "Joe says: \"i want to search\" and exits." ...

What is a good php class for POP and/or IMAP email?

Recommendations please (from experience ideally, but anything is useful). Searching Google gives me too many choices, and I would like to know if there is a good one people use. ...

Getting only new mail from an IMAP server

I am writing a client application that fetches emails from an IMAP server and then stores them in a database. The problem is that once I have checked the mail, the next time I only want to download the mail that has arrived since. So if I had checked the server for mail two hour ago, I only want to get the mail that has arrived in the la...

Support for IMAP IDLE in PHP

I have read through all PHP documentation on IMAP functions (www.php.net/imap), but didn't find anything on issueing an IDLE command over an IMAP connection. I want to establish an IMAP connection between my server and GMail, and be notified instantly that a new message has arrived. It's kind of GMail PUSH to my server. The way mobile d...

IMAP enabled, but functions undefined?

One of our email parsing scripts is having a problem using imap functions: Fatal error: Call to undefined function imap_open() IMAP is definitely enabled, it was compiled with the php and shows up in the phpinfo() and when doing get_loaded_extensions() or extension_loaded("imap") Is there any reason why these functions may not be...

How to read the body text of an email using ruby's net/imap library?

Maybe i've just got a bad brain today, but i suddenly can't figure out how to read an email with ruby's net/imap library. I've been at it for several hours. I typed several variations of "ruby imap read body" into google and have explored many sites. All of them have examples on how to pull attachments, sync e-mail servers, work with gma...

Trying to use PHP imap_open() with diff. linux interface(eth0:1, eth0:2). Any ideas?

Hey guys I am trying to use imap_open() with different linux interfaces but I can't find a possible solution. Nginx seems to have a module (http://wiki.nginx.org/NginxMailCoreModule) for mail servers but I am on Apache + PHP. cURL has something similar: curl_setopt($ch, CURLOPT_INTERFACE, "eth0:1") but can't find anything for PHP imap...

Faster IMAP Client or other security webcam client options

I have a security webcam with FTP, SMTP and streaming video. Currently, whenever there is motion, it emails a picture and I view it through IMAP. Viewing these images via Thunderbird is slow and a bit painful and tends to lock up. What other options do I have? Maybe there's a PHP package that I can install on a website or at least an...