Re: [MEETING] Site Content/Migration

2012-05-03 Thread lclhst
Is it ok if I join too? I'm not an active developer on James/Hupa and also not someone who will be in the future. But maybe it's nice to have some extra people there, who can give some input or feedback? On Thu, May 3, 2012 at 2:26 PM, Saibabu Vallurupalli saibabu.vallurupa...@gmail.com wrote:

Re: [jira] [Commented] (IMAP-363) Unable to read mails using Lotus Notes client

2012-04-10 Thread lclhst
niib On Tue, Apr 10, 2012 at 12:11 PM, Eric Charles (Commented) (JIRA) server-dev@james.apache.org wrote: [ https://issues.apache.org/jira/browse/IMAP-363?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13250551#comment-13250551] Eric Charles

Re: Use both SSL and non-SSL

2012-03-28 Thread lclhst
What I found was this: http://marc.info/?l=james-userm=130082011314816 This works. However, this creates *two* IMAP servers, right? Or is this the usual way of achieving this? Would like to get some input on this. :) To me it seems we should create *1* IMAP server that allows both SSL and

Re: Use both SSL and non-SSL

2012-03-28 Thread lclhst
But we cannot specify 1 IMAP/POP3/SMTP server that does both SSL and non-SSL? So 1 server that would listen on 143 AND 993. On Wed, Mar 28, 2012 at 11:39 AM, Eric Charles e...@apache.org wrote: Hi, With recent snapshots or 3.0b4, you can configure multiple smtpservers, pop3servers and

Re: Escape strings still not correct with latest beta4 PGSQL

2012-03-06 Thread lclhst
Some more threads on this problem:

Re: How to drag an e-mail into a mailbox using James 3.0 beta4?

2012-03-06 Thread lclhst
English error is: Connection to server xxx@yyy timed out. On Tue, Mar 6, 2012 at 2:46 PM, l0c4l h0st l0c4lh0st.d...@gmail.com wrote: When dragging an e-mail in my PostgreSQL driven James installation, nothing happens. I see a green-filled progressbar in Thunderbird (bottom right of the

Re: Request for information

2012-02-14 Thread lclhst
I'd say jumping IMAP folders! :p As it's really something critical that should get fixed before b4 is released. :o I'll provide more.information on the bug tomorrow, but at the moment I cannot get the latest b4 to run. On Feb 14, 2012 8:09 PM, Eric Charles e...@apache.org wrote: Hi Sai,

Re: [VOTE] Release Apache James Protocols 1.6.2

2012-02-03 Thread lclhst
Non-binding? What does it mean? That I'm not an official Apache JAMES Developer? On Fri, Feb 3, 2012 at 3:02 PM, Norman Maurer norman.mau...@googlemail.comwrote: Hi there, the VOTE passed: +1 Eric, Stefano, Felix, Norman, lclhst(*) * Non-Binding I will take care of upload the artifacts

Re: james gsoc 2012 ideas

2012-02-01 Thread lclhst
I'd say: +SOMUCH for hot configuration reload. :) On Wed, Feb 1, 2012 at 8:34 PM, Ioan Eugen STAN stan.ieu...@gmail.com wrote: On Mi 01 feb 2012 20:19:02 +0200, Eric Charles wrote: Hi Ioan, See comments inside. Eric On 31/01/12 22:24, Ioan Eugen STAN wrote: Hello again, Google Summer of

Re: Capture IMAP events for use in our CRM

2012-01-31 Thread lclhst
will further reply tomorrow (short on time here), but smooth migration to james sounds indeed very exciting :) Eric On 30/01/12 17:31, lclhst wrote: Hi, yes and no. :) For now, we have our CRM as an e-mail client. And we have a custom e-mail server, which is FAR from RFC-compliant. :) That's

Re: Capture IMAP events for use in our CRM

2012-01-30 Thread lclhst
Does anybody have any input to this? I'm now creating my CustomMailboxListener with a 1 parameter constructor, which is the MailboxManager, so I can access the mailboxes. Not sure on the questions I asked before yet, though. On Fri, Jan 27, 2012 at 6:05 PM, lclhst l0c4lh0st.d...@gmail.com wrote

Re: Capture IMAP events for use in our CRM

2012-01-30 Thread lclhst
Thank you for the useful replies. Ok, creating a reference to the mailboxmanager using @Resource is a lot better. So that's nice. Regarding the hostname, I was looking for a way to detect wether this session is a user-session (i.e. an actual user that reads a message in his IMAP-inbox) or a

Re: [VOTE] Release Apache James Protocols 1.6.2

2012-01-30 Thread lclhst
+1 please release, let's move it all forward. On Mon, Jan 30, 2012 at 4:32 PM, Norman Maurer norman.mau...@googlemail.com wrote: [x] +1 Please release Bye, Norman 2012/1/29 Norman Maurer norman.mau...@googlemail.com: Hi there, I want to start to integrate the imap code base into

Re: Capture IMAP events for use in our CRM

2012-01-30 Thread lclhst
. The event contains the MailboSession which has the getUser().getUsername(), so you will know if the event has been triggered by the CRM or by a real user. Did I get your point? Eric On 30/01/12 14:25, lclhst wrote: Thank you for the useful replies. Ok, creating a reference

Re: Capture IMAP events for use in our CRM

2012-01-27 Thread lclhst
Ok, I have been playing around a bit with this. I added the listener through the Spring XML files and now I receive the events in my listener. It's working great. When event.getSession().getType().equals(SessionType.System), the e-mail is being handled/received/modified through SMTP, right?

Re: Capture IMAP events for use in our CRM

2012-01-26 Thread lclhst
Hello Norman, Thanks, yes I found some references to this MailboxListener class, but I could not find where to register the event listener. Can I do this from within a mailet? Or what would be the best way to do this? I wasn't planning to modify the entire JAMES code, but would rather like to