[jira] [Commented] (HUPA-95) Sending mail with non-ASCII character fails

2012-07-16 Thread JIRA
[ https://issues.apache.org/jira/browse/HUPA-95?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13415933#comment-13415933 ] Manuel Carrasco Moñino commented on HUPA-95: The patch looks good to me, I have j

svn commit: r1362375 - in /james/hupa/trunk/server/src: main/java/org/apache/hupa/server/handler/AbstractSendMessageHandler.java test/java/org/apache/hupa/server/handler/AbtractSendMessageHandlerTest.

2012-07-16 Thread manolo
Author: manolo Date: Tue Jul 17 06:27:39 2012 New Revision: 1362375 URL: http://svn.apache.org/viewvc?rev=1362375&view=rev Log: FIXES HUPA-94, patch by: Zsombor Gegesy Modified: james/hupa/trunk/server/src/main/java/org/apache/hupa/server/handler/AbstractSendMessageHandler.java james/hu

Re: LDAP Configuration

2012-07-16 Thread Zsombor
Hi, The documentation is here: http://james.apache.org/server/3/config.html Probably you've skipped specifying the classname for the user repository as described here : http://james.apache.org/server/3/config-users.html BR, Zsombor On Mon, Jul 16, 2012 at 11:40 PM, Saibabu Vallurupalli < sai

Re: LDAP Configuration

2012-07-16 Thread Saibabu Vallurupalli
Hi Merve, Your email reached to Dev mailing list. I am not the right person to answer LDAP configuration. Wait for someone to reply to your question. Just thought of acknowledging your email. Thanks, Sai On Mon, Jul 16, 2012 at 11:05 AM, Merve Temizer wrote: > Please could somebody confirm th

[jira] [Updated] (HUPA-95) Sending mail with non-ASCII character fails

2012-07-16 Thread Zsombor Gegesy (JIRA)
[ https://issues.apache.org/jira/browse/HUPA-95?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zsombor Gegesy updated HUPA-95: --- Attachment: 0001-Fix-character-encoding-in-sending-messages-always-sp.patch Fixing the encoding issue, w

Re: Hbase Lucene Index(HBaluin) for James Mailbox Feedback

2012-07-16 Thread Mihai Soloi
Hi Eric, Thank you for reviewing my code, please see the responses inline. This past week I've been working on improving my knowledge of Hadoop, HBase and Lucene, on github project HadoopTDG. On Mon, Jul 16, 2012 at 6:03 PM, Eric Charles wrote: > Hi Mihai, > > Thx for the update. > I have clone

Re: Seems we can not use the patched ResolverServiceLayer

2012-07-16 Thread echo
P.S. After the exception, I want to undo the changes to see whether they will act like the origin status(work better). Unfortunately, they won't. I was totally lost and confused. On Mon, Jul 16, 2012 at 11:23 PM, echo wrote: > Hi manolo > I've try to use the patched file, but I always go wrong:

Re: Succeed change the FetchFolders to RequestFactory MODE

2012-07-16 Thread echo
Thanks, however, the revolution has not yet succeeded, comrade still take great effort ;) On Mon, Jul 16, 2012 at 11:06 PM, Eric Charles wrote: > +1 on Manolo comments and echo's job :) > Eric > > > On 07/09/2012 09:23 AM, Manuel Carrasco Moñino wrote: > >> Hi echo, >> I've been reviewing the co

Seems we can not use the patched ResolverServiceLayer

2012-07-16 Thread echo
Hi manolo I've try to use the patched file, but I always go wrong: I use ArchLinux or Win7, and the Eclipse version is Indigo, Hupa Evo is r43. At the beginning, both of them work better. But after I change someting(change the server.service.ImapFolderService to ImapFolderServiceImpl, move share.pr

Re: Succeed change the FetchFolders to RequestFactory MODE

2012-07-16 Thread Eric Charles
+1 on Manolo comments and echo's job :) Eric On 07/09/2012 09:23 AM, Manuel Carrasco Moñino wrote: Hi echo, I've been reviewing the code, and it demonstrates you are getting a good knowledge of RF. A couple of things: - I would extend ValueProxy instead of EntityProxy in certain classes like Use

Re: Hbase Lucene Index(HBaluin) for James Mailbox Feedback

2012-07-16 Thread Eric Charles
Hi Mihai, Thx for the update. I have cloned your repo and run some tests (ubuntu, jdk7). I have stopped the tests because it was taking long (recurring issue with hadoop/hbase clusters - maybe an area to improve not too late, otherwise test will become unusable). See other comments inline,

[jira] [Commented] (JAMES-1422) Empty MAIL FROM: <> throws javax.mail.internet.AddressException: Out of data at position 1 in '' in string ``'' at position 1

2012-07-16 Thread Eric Charles (JIRA)
[ https://issues.apache.org/jira/browse/JAMES-1422?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13415198#comment-13415198 ] Eric Charles commented on JAMES-1422: - I will fix it tomorrow (just back from holiday)

[jira] [Resolved] (JAMES-1365) Implement a ToSenderFolder mailet

2012-07-16 Thread Eric Charles (JIRA)
[ https://issues.apache.org/jira/browse/JAMES-1365?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Charles resolved JAMES-1365. - Resolution: Fixed Reclose, the fix must be applied on the SenderIsLocal matcher

[jira] [Reopened] (MAILETSTANDARD-13) SenderIsLocal matcher

2012-07-16 Thread Eric Charles (JIRA)
[ https://issues.apache.org/jira/browse/MAILETSTANDARD-13?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Charles reopened MAILETSTANDARD-13: We need to return the sender, not the recipients > SenderIsLoca

[jira] [Resolved] (MAILETSTANDARD-13) SenderIsLocal matcher

2012-07-16 Thread Eric Charles (JIRA)
[ https://issues.apache.org/jira/browse/MAILETSTANDARD-13?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Charles resolved MAILETSTANDARD-13. Resolution: Fixed Done > SenderIsLocal matcher > --

svn commit: r1362051 - /james/mailet/standard/trunk/src/main/java/org/apache/james/transport/matchers/SenderIsLocal.java

2012-07-16 Thread eric
Author: eric Date: Mon Jul 16 14:19:21 2012 New Revision: 1362051 URL: http://svn.apache.org/viewvc?rev=1362051&view=rev Log: Return the sender, not the recipients (MAILETSTANDARD-13) Modified: james/mailet/standard/trunk/src/main/java/org/apache/james/transport/matchers/SenderIsLocal.java

[jira] [Reopened] (JAMES-1365) Implement a ToSenderFolder mailet

2012-07-16 Thread Eric Charles (JIRA)
[ https://issues.apache.org/jira/browse/JAMES-1365?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Charles reopened JAMES-1365: - Seems like we need to return the sender and not the recipients. > Implement a ToSend

[jira] [Commented] (MAILBOX-177) Receiving InterruptedException when saving emails.

2012-07-16 Thread Eric Charles (JIRA)
[ https://issues.apache.org/jira/browse/MAILBOX-177?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13415109#comment-13415109 ] Eric Charles commented on MAILBOX-177: -- Hi, Does it happen for all mails, or only fo

[jira] [Updated] (HUPA-95) Sending mail with non-ASCII character fails

2012-07-16 Thread Zsombor Gegesy (JIRA)
[ https://issues.apache.org/jira/browse/HUPA-95?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zsombor Gegesy updated HUPA-95: --- Comment: was deleted (was: This seems to fix the issue: https://github.com/gzsombor/james-hupa/commit/0

[jira] [Commented] (HUPA-95) Sending mail with non-ASCII character fails

2012-07-16 Thread Zsombor Gegesy (JIRA)
[ https://issues.apache.org/jira/browse/HUPA-95?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13414917#comment-13414917 ] Zsombor Gegesy commented on HUPA-95: This seems to fix the issue: https://github.com/gzs

[jira] [Commented] (HUPA-95) Sending mail with non-ASCII character fails

2012-07-16 Thread Zsombor Gegesy (JIRA)
[ https://issues.apache.org/jira/browse/HUPA-95?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13414918#comment-13414918 ] Zsombor Gegesy commented on HUPA-95: This seems to fix the issue https://github.com/gzso

[jira] [Created] (HUPA-95) Sending mail with non-ASCII character fails

2012-07-16 Thread Zsombor Gegesy (JIRA)
Zsombor Gegesy created HUPA-95: -- Summary: Sending mail with non-ASCII character fails Key: HUPA-95 URL: https://issues.apache.org/jira/browse/HUPA-95 Project: JAMES Hupa Issue Type: Bug