Re: build james beta 4 from source

2016-02-03 Thread roy . james
So I recently needed to do this too and I think this is it: http://svn.apache.org/repos/asf/james/server/tags/apache-james-3.0-beta4/ On Thu, Oct 9, 2014 at 6:15 AM, Emma Sesmero wrote: Ok, I will look in the svn then. Thanks, Eric 2014-10-09 8:25 GMT+02:00 Eric Charles : > There is a way, but

Re: build james beta 4 from source

2016-02-03 Thread roy . james
So I recently needed to do this too and I think this is it: http://svn.apache.org/repos/asf/james/server/tags/apache-james-3.0-beta4/ On Thu, Oct 9, 2014 at 6:15 AM, Emma Sesmero wrote: Ok, I will look in the svn then. Thanks, Eric 2014-10-09 8:25 GMT+02:00 Eric Charles : > There is a way, but

RE: IMAP and SSL

2015-12-08 Thread roy . james
Hey guys, I think I would like to put in a bug for the behavior I found below? On Fri, Dec 4, 2015 at 11:10 AM, wrote: Thank I found the issue. For certain instances our Message.getBodyContent or getFullContent may return a FileInputStream. In ChannelImapResponseWriter.write if the InputStrea

RE: IMAP and SSL

2015-12-08 Thread roy . james
Hey guys, I think I would like to put in a bug for the behavior I found below? On Fri, Dec 4, 2015 at 11:10 AM, wrote: Thank I found the issue. For certain instances our Message.getBodyContent or getFullContent may return a FileInputStream. In ChannelImapResponseWriter.write if the InputStrea

RE: IMAP and SSL

2015-12-04 Thread roy . james
Thank I found the issue. For certain instances our Message.getBodyContent or getFullContent may return a FileInputStream. In ChannelImapResponseWriter.write if the InputStream of the passed in Literal is instanceof FileInputStream a ChunkedNioFile gets used instead of DefaultFileRegion or Chunk

RE: IMAP and SSL

2015-12-04 Thread roy . james
Thank I found the issue. For certain instances our Message.getBodyContent or getFullContent may return a FileInputStream. In ChannelImapResponseWriter.write if the InputStream of the passed in Literal is instanceof FileInputStream a ChunkedNioFile gets used instead of DefaultFileRegion or Chunk

RE: IMAP and SSL

2015-12-03 Thread roy . james
Hey guys, So I've been looking at the James source code and I still can't figure out what we are doing wrong. If I'm understanding the code correctly outside of the Netty ChannelPipeline having the SslHanndler added to it there are literally no differences in how IMAP commands get handled. Thi

RE: IMAP and SSL

2015-12-03 Thread roy . james
Hey guys, So I've been looking at the James source code and I still can't figure out what we are doing wrong. If I'm understanding the code correctly outside of the Netty ChannelPipeline having the SslHanndler added to it there are literally no differences in how IMAP commands get handled. Thi

Re: IMAP and SSL

2015-12-02 Thread roy . james
Hey guys, So I've been looking at the James source code and I still can't figure out what we are doing wrong. If I'm understanding the code correctly outside of the Netty ChannelPipeline having the SslHanndler added to it there are literally no differences in how IMAP commands get handled. This c

IMAP and SSL

2015-11-25 Thread roy . james
Hi guys, I'm having a weird problem with our Mailbox implementation with James 3.0 beta 4 and IMAP with SSL enabled. On some messages when I try to do the line pasted at the bottom in plain text it works fine, but with SSL (and communicating through openssl s_client OR iOS) I get stuck in some

IMAP and SSL

2015-11-25 Thread roy . james
Hi guys, I'm having a weird problem with our Mailbox implementation with James 3.0 beta 4 and IMAP with SSL enabled. On some messages when I try to do the line pasted at the bottom in plain text it works fine, but with SSL (and communicating through openssl s_client OR iOS) I get stuck in some

Re: [jira] [Commented] (IMAP-373) Caching for Mailbox/Message Mappers

2013-04-23 Thread roy . james
Hey guys, Just throwing out an alternative. We have a load balancer that can enforce sticky IMAP sessions. So each of our servers has a simplistic Guava cache using cache loaders. The disadvanatage of course is that if a server goes down the rest of the traffic now goes to the remaining servers

Re: using SSL cert

2012-07-06 Thread roy . james
Hey guys, I thought I posted this before, the problem was that our firewall was configured to serve some kind of internal cert. Anyway we are now serving the cert through our load balancer (with imap and smtp on plain text) so we can do persistence through user names. Roy On Mon, Jul 2, 2012

Re: would like to increase cpu usage

2012-06-29 Thread roy . james
Hey Eric, I figured out something (should have seen it sooner) but it might be related to COMPRESS issue. I noticed that the Maildir Message implementation returns FileInputStream for getBodyContent but SimpleMessage returns an InputStream derived from SharedFileInputStream. Our Message impl

would like to increase cpu usage

2012-06-25 Thread roy . james
Hello James devs! So our custom implementation of James is truckin' along and we started running load tests. Despite hundreds of connections I can't seem to get James' IMAP service to utilize more than 60% (usually hovers around 50%) cpu. This could be due to our custom implementation but I w

Re: beta 4 imap with compress and iPad

2012-04-20 Thread roy . james
Hi Eric, So this appears to be an issue with using JPA mailbox only. I assume that its not storing ModSequences? When I try running fetch on my implementation I do see my ModSeq values returning although I'll have to run a full test again using my iPad to confirm thats true with a full mail

Re: beta 4 imap with compress and iPad

2012-04-20 Thread roy . james
Hey Eric, I think I found the problem, and actually its pretty obvious. On Fetch my version of the build is returning -1 on the MODSEQ, see below 6 UID FETCH 7 (INTERNALDATE UID RFC822.SIZE FLAGS MODSEQ BODY.PEEK[HEADER.FIELDS (date subject from content-type to cc bcc message-id in-reply-to re

Re: beta 4 imap with compress and iPad

2012-04-17 Thread roy . james
Hi Eric, I mean perhaps zipping my build of beta4 and the config I have? You know what, I'll dropbox it anyway and share the folder, you should be receiving the link. Do you mind just running it and letting me know if you are seeing the same thing I am? I re-read your earlier response and yo

Re: beta 4 imap with compress and iPad

2012-04-16 Thread roy . james
Hey Eric, Should I send you a zip of what I got so we can confirm behavior? What are you running on btw and which iPad? Regards, Roy Rim On Mon, Apr 16, 2012 at 5:37 AM, Eric Charles wrote: > Hi, > > It seems to be a bit different here:- > - CONSTORE-enabled and COMPRESS-disabled ; works fine

Re: beta 4 imap with compress and iPad

2012-04-14 Thread roy . james
Hi Eric, So disabling the CONDSTORE definitely resolved my issue with the IPAD (this is without COMPRESS). After disabling CONDSTORE I tried COMPRESS again and the same issue with Mail app breaking out kept happening so these are separate issues. Would you like me to add separate ticket for t

Re: beta 4 imap with compress and iPad

2012-04-12 Thread roy . james
Hi Eric, So loaded up a base installation of beta3, same domain and same test users. I disable the account on my ipad. Start up beta3, on different email clients I send a few messages back and forth between the 2 accounts. Enable the account. No problem. Disable account again. Turn on bet

Re: beta 4 imap with compress and iPad

2012-04-12 Thread roy . james
Hey Eric, I created ticket IMAP-366, was not sure what I should add under "affected version" and "fix version" as there did not seem to be anything there that matched up with beta 4... I am unsure how to edit the compatibility page. The one on the WIKI seems really out-dated? I'm still seein

Re: beta 4 imap with compress and iPad

2012-04-11 Thread roy . james
Hi Eric, Just to let you know my iPad2 is still doing thousands of loops trying to grab 3 messages from my test inbox even after removing the account and re-adding it. I wonder if I got something funky happening on our network but wireshark does not show anything out of the ordinary. Roy On

Re: beta 4 imap with compress and iPad

2012-04-11 Thread roy . james
Not sure if I'm sending this twice... looks like original reply got mangled. So even with compress off my iPad keeps attempting to download the second message in the test inbox over and over again. But I will remove account and try from scratch agin and see what happens. BTW, were you asking m

Re: beta 4 imap with compress and iPad

2012-04-10 Thread roy . james
To follow up I tried beta 4 with default configuration with jpa specified under mailbox. No compression set at the moment. With only 2 mailboxes setup. For some reason after the first message is picked up under the inbox for the test account the ipad starts freaking out checking for more mess

beta 4 imap with compress and iPad

2012-04-10 Thread roy . james
Hi guys, So i've been working on my company's own customer mailbox implementation of James on Version 3 originally started with beta 3. I recently upgraded our code to work with beta 4 but now I notice that when I enable compression on the IMAP server my iPad will "break out" of the Mail app t

Re: suggestions on how to limit concurrent connections based on user?

2012-03-31 Thread roy . james
Hi Eric, Thanks for the reply, I'll definitely look into it. Agreed about the memory cache, looking forward to beta 4 because then I can take advantage of Spring's method based cacheing instead of trying to custom role my own. Roy On Sat, Mar 31, 2012 at 5:08 AM, Eric Charles wrote: > Hi, >

suggestions on how to limit concurrent connections based on user?

2012-03-30 Thread roy . james
Hello devs, So I've noticed that my Mac Mail opens like 15 to 20 connections to my James IMAP server. I know the IMAP configuration has an option to limit based on IP, but I was wondering if what would be the best way to limit based on IP and user account or just user account? I can imagine

Re: mime4j warnings and doing an install

2012-03-28 Thread roy . james
Hi Norman, Thanks for the reply, I'll give it a try! Regards, Roy - To unsubscribe, e-mail: server-dev-unsubscr...@james.apache.org For additional commands, e-mail: server-dev-h...@james.apache.org

mime4j warnings and doing an install

2012-03-26 Thread roy . james
Hello devs, So I've made good progress on my custom mailbox implementation (which required creating our own version of domainlist and usersrepository and a few other changes). A few questions to the devs here (after doing searches on google of course). I am a Maven and Spring newb so its been

Re: whitelisting/blacklisting ip addresses for IMAP

2012-02-14 Thread roy . james
Hi Eric, Thanks for that. Another quick question, I was hoping to implement Spring Cacheing but its Spring 3.1, is James planning on switching to Spring 3.1 with any new releases or can I simply switch out Spring 3.0 with 3.1? Regards, Roy ---

Re: whitelisting/blacklisting ip addresses for IMAP

2012-02-13 Thread roy . james
Hi Eric, Thanks for that. Another quick question, I was hoping to implement Spring Cacheing but its Spring 3.1, is James planning on switching to Spring 3.1 with any new releases? Roy On Sat, Feb 11, 2012 at 12:44 AM, Eric Charles wrote: > * Replies will be sent through Spamex to server-dev@ja

whitelisting/blacklisting ip addresses for IMAP

2012-02-10 Thread roy . james
Hello James Developers, Long time lurker and fan, my company has been dealing with email for some time and recently we started a project to use James IMAP to access our email. So we started our own Mailbox implementation. Recently the idea of limiting access to the IMAP service based on whitel

JavaMail and James

2008-04-28 Thread roy . james
Hi guys, I've been watching James for some time now and have been very impressed. I have a project which I think is perfect for James. But I have some questions in regards to when and where JavaMail is used. Our past experience with JavaMail has been disappointing. We still use it but mostl