Return-Path: Delivered-To: apmail-commons-issues-archive@minotaur.apache.org Received: (qmail 2418 invoked from network); 21 Mar 2011 15:06:46 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 21 Mar 2011 15:06:46 -0000 Received: (qmail 81108 invoked by uid 500); 21 Mar 2011 15:06:46 -0000 Delivered-To: apmail-commons-issues-archive@commons.apache.org Received: (qmail 81034 invoked by uid 500); 21 Mar 2011 15:06:46 -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 81026 invoked by uid 99); 21 Mar 2011 15:06:46 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 21 Mar 2011 15:06:46 +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; Mon, 21 Mar 2011 15:06:44 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id E8E454029E6 for ; Mon, 21 Mar 2011 15:06:06 +0000 (UTC) Date: Mon, 21 Mar 2011 15:06:06 +0000 (UTC) From: "Bogdan Drozdowski (JIRA)" To: issues@commons.apache.org Message-ID: <1830469507.729.1300719966950.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: IMAP.zip Basic functionalicty included: connecting, authentication, SSL/TLS. All commands supported, no reply parsing (except for the return code - OK, ERROR, ...), some enums for easier use. The Authenticating client constructors delegate to IMAPS constructors, this may be unneeded. When entering secure mode, not only the socket and the corresponding input/output streams are replaced, but also the bufferred reader+writer. This wasn't done in SMTPSClient and POP3SClient (and they seemd to work), but was done in FTPSClient and IMAPSClient doesn't seem to work without this. Which way is correct (I'd guess that FTP)? > 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 > > > 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