[jira] [Updated] (JAMES-1404) support IPv6 address on server address binding

2012-04-19 Thread TzeKai Lee (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/JAMES-1404?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] TzeKai Lee updated JAMES-1404: -- Attachment: ipv6.patch This patch add an alternative syntax "address@port" so that we can specify an I

[jira] [Created] (JAMES-1404) support IPv6 address on server address binding

2012-04-19 Thread TzeKai Lee (Created) (JIRA)
support IPv6 address on server address binding -- Key: JAMES-1404 URL: https://issues.apache.org/jira/browse/JAMES-1404 Project: JAMES Server Issue Type: New Feature Reporter: TzeKai Le

[jira] [Commented] (JAMES-747) James throw exception on startup when using LDAPUserRepository

2012-04-19 Thread RIchard Braman (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/JAMES-747?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13257968#comment-13257968 ] RIchard Braman commented on JAMES-747: -- After I got james to debug, I was able to step

Build failed in Jenkins: james-server-trunk #2787

2012-04-19 Thread Apache Jenkins Server
See -- [...truncated 3033 lines...] location: class org.apache.james.imapserver.netty.NettyImapSession [ERROR]

[jira] [Commented] (JAMES-747) James throw exception on startup when using LDAPUserRepository

2012-04-19 Thread RIchard Braman (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/JAMES-747?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13257640#comment-13257640 ] RIchard Braman commented on JAMES-747: -- I recently recompiled James 2.3.2, with the LD

[jira] [Commented] (IMAP-367) Not able to read email over IMAP with attachment name more than 50 chars.

2012-04-19 Thread Phanidhar (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/IMAP-367?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13257562#comment-13257562 ] Phanidhar commented on IMAP-367: Th issue is with email attachements having spaces in the fi

Re: [GSOC2012] Hupa evolution

2012-04-19 Thread Luis Slocker
Great!, Manolo, thank you very much. This new contribution is serving me a lot to get to understand the architecture of Hupa, and to know where they fit the pieces of this interesting puzzle. 2012/4/19 Manuel Carrasco Moñino > Hi Eric, > > Actually hupa has everything decoupled, this is the rea

[jira] [Commented] (IMAP-367) Not able to read email over IMAP with attachment name more than 50 chars.

2012-04-19 Thread Phanidhar (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/IMAP-367?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13257518#comment-13257518 ] Phanidhar commented on IMAP-367: This happens only on PDF attachments with attachment name m

[jira] [Commented] (MAILETSTANDARD-12) In DSNBounce the exception handling is mixed up for setting Remote Address and Host

2012-04-19 Thread Dinyar Rabady (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/MAILETSTANDARD-12?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13257501#comment-13257501 ] Dinyar Rabady commented on MAILETSTANDARD-12: - Hi Eric, I might be wron

[jira] [Commented] (MAILETSTANDARD-12) In DSNBounce the exception handling is mixed up for setting Remote Address and Host

2012-04-19 Thread Eric Charles (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/MAILETSTANDARD-12?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13257467#comment-13257467 ] Eric Charles commented on MAILETSTANDARD-12: Hi Dinyar, Thx for the pat

[jira] [Updated] (MAILETSTANDARD-12) In DSNBounce the exception handling is mixed up for setting Remote Address and Host

2012-04-19 Thread Dinyar Rabady (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/MAILETSTANDARD-12?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dinyar Rabady updated MAILETSTANDARD-12: Attachment: james_patch.diff It seems I was mistaken about swapping the line

Build failed in Jenkins: james-server-trunk #2786

2012-04-19 Thread Apache Jenkins Server
See -- [...truncated 3063 lines...] symbol : class SelectedMailbox location: class org.apache.james.imapserver.netty.NettyImapSession [ERROR]

Re: [GSOC2012] Hupa evolution

2012-04-19 Thread Eric Charles
On 04/19/2012 10:58 AM, Manuel Carrasco Moñino wrote: On Thu, Apr 19, 2012 at 10:54 AM, Eric Charles wrote: After all, if we develop mailbox-imap, we could have Hupa using the mailbox-api to a local james or any remote server. Yep, this is the point, I think with that is not necessary to mai

Re: [GSOC2012] Hupa evolution

2012-04-19 Thread Manuel Carrasco Moñino
On Thu, Apr 19, 2012 at 10:54 AM, Eric Charles wrote: > After all, if we develop mailbox-imap, we could have Hupa using the > mailbox-api to a local james or any remote server. > Yep, this is the point, I think with that is not necessary to maintain imap code in hupa server side, although we need

Re: [GSOC2012] Hupa evolution

2012-04-19 Thread Eric Charles
After all, if we develop mailbox-imap, we could have Hupa using the mailbox-api to a local james or any remote server. Prolly the user and domain stuff could go in a separate hupa module (separation of concerns). That would be cool, Eric On 04/19/2012 10:38 AM, Eric Charles wrote: Hi Manol

Re: [GSOC2012] Hupa evolution

2012-04-19 Thread Eric Charles
Hi Manolo, Thx a lot for the detailed information. - On the decoupling: I like gwt-dispatch, but was thinking to still further decouple stuff in separate module independent of any http/gwt/... - Direct access to james mailbox will be killer, but efficient imap client service is still needed

Re: [GSOC2012] Hupa evolution

2012-04-19 Thread Manuel Carrasco Moñino
Hi Eric, Actually hupa has everything decoupled, this is the reason why we use MVP and Command patterns. Let me explain how hupa is designed, and why the imap latency your realize. - Server side Everything in server-side is agnostic about the client-side (browser), we use handlers for each servic

Re: [jira] [Created] (IMAP-367) Not able to read email over IMAP with attachment name more than 50 chars.

2012-04-19 Thread Eric Charles
Hi, @Phanidhar Could you attach to the JIRA the source of the mail that gives the issue? @ mrcoolkannan maybe this happens with a specific mail content (btw, if you comment on the jira, you will be notified with further jira updates - easier to follow). Thx, Eric On 04/19/2012 08:53 AM, m

[jira] [Commented] (PROTOCOLS-73) Move imap code into protocols

2012-04-19 Thread Eric Charles (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/PROTOCOLS-73?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13257326#comment-13257326 ] Eric Charles commented on PROTOCOLS-73: --- Done: (5) move the imap web site into pro

svn commit: r1327850 - in /james/mailbox-integration-tester/trunk: pom.xml src/main/java/org/apache/james/imap/tester/ImapHostSystem.java

2012-04-19 Thread eric
Author: eric Date: Thu Apr 19 07:19:06 2012 New Revision: 1327850 URL: http://svn.apache.org/viewvc?rev=1327850&view=rev Log: Enroll protocols-imap in mailbox-integration-testing (PROTOCOLS-73) Modified: james/mailbox-integration-tester/trunk/pom.xml james/mailbox-integration-tester/trun

svn commit: r1327848 - in /james/protocols/trunk/src/site: ./ resources/images/uml/ xdoc/

2012-04-19 Thread eric
Author: eric Date: Thu Apr 19 07:17:45 2012 New Revision: 1327848 URL: http://svn.apache.org/viewvc?rev=1327848&view=rev Log: Add pop3 and imap4 on protocols documentation Added: james/protocols/trunk/src/site/resources/images/uml/org.apache.james.imap-package.png (with props) james/

svn commit: r1327846 - /james/project/trunk/src/site/xdoc/contribute.xml

2012-04-19 Thread eric
Author: eric Date: Thu Apr 19 07:13:52 2012 New Revision: 1327846 URL: http://svn.apache.org/viewvc?rev=1327846&view=rev Log: Add information on documentation + format Modified: james/project/trunk/src/site/xdoc/contribute.xml Modified: james/project/trunk/src/site/xdoc/contribute.xml URL:

svn commit: r1327845 - /james/project/trunk/src/site/xdoc/guidelines.xml

2012-04-19 Thread eric
Author: eric Date: Thu Apr 19 07:13:36 2012 New Revision: 1327845 URL: http://svn.apache.org/viewvc?rev=1327845&view=rev Log: Format the guidelines web page Modified: james/project/trunk/src/site/xdoc/guidelines.xml Modified: james/project/trunk/src/site/xdoc/guidelines.xml URL: http://svn.

svn commit: r1327843 - in /james/imap/trunk/src/site: site.xml xdoc/index.xml

2012-04-19 Thread eric
Author: eric Date: Thu Apr 19 07:12:19 2012 New Revision: 1327843 URL: http://svn.apache.org/viewvc?rev=1327843&view=rev Log: Inform of imap move to protocols on the website (PROTOCOLS-73) Modified: james/imap/trunk/src/site/site.xml james/imap/trunk/src/site/xdoc/index.xml Modified: jam

Re: [jira] [Created] (IMAP-367) Not able to read email over IMAP with attachment name more than 50 chars.

2012-04-19 Thread mrcoolkannan
Phanidhar, I couldn't reproduce the issue in my environment. * 3 FETCH (BODYSTRUCTURE (("TEXT" "PLAIN" ("charset" "ISO-8859-1") NIL NIL "7BIT" 2 1 NIL NIL NIL NIL)("APPLICATION" "OCTET-STREAM" ("name" "sujitha") NIL NIL "BASE64" 976 NIL ("attachment" ("filename" "sujithasujithasujithasujithasu