I have java web application to which I\'d like to add emailing cap开发者_Go百科abilities, however, I\'m unsure what is needed to accomplish this. Specifically I want my app to be able to:
I\'m trying to build an email message parser for our site. What I\'m eventually going to do is iterate through the messages that have attachments and save the attachment if the message comes from a pa
Ruby Net::IMAP library provides a good API for IMAP stuff (http://railsapi.com/doc开发者_如何学Go/ruby-v1.8/classes/Net/IMAP.html). There are two methods related to closing the IMAP connection: logout
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 pack
Some of the mails contents fetched from imap server looks like =C3=B6=C3=BC=C3=B6=C3=BC=C3=B6=C3=BC= what kind of encoding is开发者_开发技巧 this? Mail header encoding is UTF-8 but decoding with UTF-8
I\'m trying to have an email-processing Java applic开发者_C百科ation move all processed mails from an IMAP inbox to a subfolder. If that subfolder does not exist, it should create it. This last bit is
I used the imap4flag plugin for Dovecot sieve: htt开发者_如何学Gop://wiki.dovecot.org/LDA/Sieve#Flagging_or_Highlighting_your_mail
A forum-like app I\'m working on will send an email notification to the thread starter when a new replied is received.It would be nice if the owner can just reply the email to add a new reply to the t
I am using IMAP protocol to connet to my gmail account. My application fails at this line. message.setFlag(Flags.Flag.SEEN, true);
imap_last_error() gives a string return in PHP when an error has occured. I\'d like to capture these so I can pass them to my app and act upon them. Problem is, it doesn\'t give a error code, additio