Return-Path: Delivered-To: apmail-commons-issues-archive@minotaur.apache.org Received: (qmail 98717 invoked from network); 22 Mar 2011 13:27:46 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 22 Mar 2011 13:27:46 -0000 Received: (qmail 40356 invoked by uid 500); 22 Mar 2011 13:27:45 -0000 Delivered-To: apmail-commons-issues-archive@commons.apache.org Received: (qmail 40267 invoked by uid 500); 22 Mar 2011 13:27:45 -0000 Mailing-List: contact issues-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: issues@commons.apache.org Delivered-To: mailing list issues@commons.apache.org Received: (qmail 40259 invoked by uid 99); 22 Mar 2011 13:27:45 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 22 Mar 2011 13:27:45 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 22 Mar 2011 13:27:43 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 1645941BA5 for ; Tue, 22 Mar 2011 13:27:06 +0000 (UTC) Date: Tue, 22 Mar 2011 13:27:06 +0000 (UTC) From: "Bogdan Drozdowski (JIRA)" To: issues@commons.apache.org Message-ID: <1077713624.3696.1300800426087.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Updated] (NET-333) would you provide a class used for imap protocol? MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/NET-333?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bogdan Drozdowski updated NET-333: ---------------------------------- Attachment: IMAPMail.java Here is a simple class that demonstrates the use of the IMAP protocol classes provided in the ZIP package. Is simply logs the user in and performs a few commands on the "inbox" folder. Like in the IMAP classes, there is no reply parsing, the program simply displays what the server has sent. I don't know the IMAP protocol very well, hence this is as it is right now. The IMAP classes should be extended one day (either by me, but later, or by someone who knows the protocol better) to provide server reply parsing, so the user gets more friendly erplis (like the number of messages or something like that). The example class has been tested with dovecot, the IMAP classes have been tested with dovecot and cyrus-imapd. > would you provide a class used for imap protocol? > ------------------------------------------------- > > Key: NET-333 > URL: https://issues.apache.org/jira/browse/NET-333 > Project: Commons Net > Issue Type: Improvement > Reporter: iceviewer > Attachments: IMAP.zip, IMAPMail.java > > > would you provide a class used for imap protocol? -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira