Re: GSOC 2013 - Webapp Admin console

2013-07-24 Thread Emma Sesmero
Thank you very much. It worked great with the guava cache. El 19/07/2013 16:04, "Ioan Eugen Stan" escribió: > I think it does this because you have slow DNS resolution. You could > cache the information once you get it - we should do this in the > server but you could do it also in your app. I re

Re: GSOC 2013 - Webapp Admin console

2013-07-19 Thread Ioan Eugen Stan
I think it does this because you have slow DNS resolution. You could cache the information once you get it - we should do this in the server but you could do it also in your app. I recommend you use Guava Cache [1]. In the mean time you could use A GWT Async call [1]. This way you build the table

Re: [GSoC 2013] "Out of office" personal evaluation

2013-05-08 Thread Ioan Eugen Stan
Hello Ferrari, What I've said to Liu Quan is available for you too so I won't repeat it. Good luck, On Wed, May 8, 2013 at 2:10 PM, Ioan Eugen Stan wrote: > Hello Liu Quan, > > I've taken some time to review your application and would like to give > you some feed-back. It's not an official eval

Re: GSOC

2012-08-27 Thread Echo
With my most welcome to continue to learn with all of you. Well, I am going to apply for becoming a real committer of Apache James, while it seems need me to fill some forms and more details should be reviewed. I am very admiring those persons who belong to Apache and I think it is very honor to be

Re: GSOC

2012-08-27 Thread Ioan Eugen Stan
Hello Echo, Thank you for all the work you did, and I hope you will continue to work on James. I look forward in seeing the new Hupa in action! Cheers, On Sat, Aug 25, 2012 at 10:05 AM, Echo wrote: > Hi Manolo, > > Thanks for your time and hopefully you have a great time in the vacation. > I al

Re: GSOC

2012-08-25 Thread Echo
Hi Manolo, Thanks for your time and hopefully you have a great time in the vacation. I also very appreciate for the final evaluation of Hupa evolution project, which is now very unstable on running. As a milestone, since the GSoC has almost touched the end, I want to give my huge thanks and best w

Re: GSoC Project Status

2012-07-01 Thread Mihai Soloi
Hello Eugen and everybody, Thanks for the suggestions, I've put them in practice and have pushed the changes to master. The code can be built now without a problem, the running of the test can be done like so: mvn -Dtest=org.apache.james.mailbox.lucene.hbase.HBaseMiniClusterTesting.java#sear

Re: GSoC Project Status

2012-07-01 Thread Ioan Eugen Stan
Hello Mihai, A quick review and some notes. * I think it's better if you use the Apache Snapshots repo for lucene 4 snapshots: http://lucene.apache.org/core/developer.html .See section 'Nightly build', You can copy/paste the repo entry form here: http://stackoverflow.com/a/11062518/638331 * the

Re: GSoC: Avro Serialization over HBase

2012-06-12 Thread Ioan Eugen Stan
2012/6/12 Eric Charles : > True. > What do you intend to store in Avro format (these bytes being retrieved by > any means on the RPC side)? > Thx, Eric > Well, if we stay true to the article: the info about Terms and Fields [1] (see the end). I'm hoping Mihai can get a version up and running by m

Re: GSoC: Avro Serialization over HBase

2012-06-12 Thread Eric Charles
True. What do you intend to store in Avro format (these bytes being retrieved by any means on the RPC side)? Thx, Eric On 06/12/2012 02:14 PM, Ioan Eugen Stan wrote: Hi, From what I know Avro deprecation is for RPC communication. The Put/Delete/ etc operations are serialized with Avro instea

Re: GSoC: Avro Serialization over HBase

2012-06-12 Thread Ioan Eugen Stan
Hi, >From what I know Avro deprecation is for RPC communication. The Put/Delete/ etc operations are serialized with Avro instead of the usual Writables. Regardless of what serialization the RPC sub-system uses, the data stored by the operations (Put/Get/Delete) is viewed as byte array. If we store

Re: GSoC: Avro Serialization over HBase

2012-06-12 Thread Mihai Soloi
On 12.06.2012 11:30, Eric Charles wrote: Hi Mihai, Glad to hear your exams are over (I hope they went fine) :) Hi Eric, Thanks, they went very well, I got high marks. As Ioan said, Avro serialization HBase will be deprecated in favor of Protobuf (if I understand well...). I think Avro cou

Re: GSoC: Avro Serialization over HBase

2012-06-12 Thread Eric Charles
Hi Mihai, Glad to hear your exams are over (I hope they went fine) :) As Ioan said, Avro serialization HBase will be deprecated in favor of Protobuf (if I understand well...). I also like Avro because it gives you serialization & storage format in one box, but is this what we want? The key p

Re: GSoC: Avro Serialization over HBase

2012-06-11 Thread Mihai Soloi
On 11.06.2012 20:49, Ioan Eugen Stan wrote: Hi Mihai, After a quick look... 2012/6/11 Mihai Soloi : Hello Eugen and everybody on the list, I've completed my exams but I've also done some work on the project, lately I've been reading up on the HBase API and AVRO API specifications[1] so that I

Re: GSoC: Initial commit on apache-extras

2012-05-05 Thread Mihai Soloi
Hi Eugen, I will get started on it right away. Hello Mihai, Good job. I've took a small peek at the code and it's ok. The next step will be to create a Directory implementation that extends lucene Directory [1] and make the tests so that you can supply a directory implementation. Your impleme

Re: GSoC: Initial commit on apache-extras

2012-05-05 Thread Mihai Soloi
Hi Manuel, I will use the apache code-style, probably with Maven's check-style plug-in, and use 4 spaces instead of tabs, eclipse can do this for me :), I will use the license header and write Java docs from now on out. Thank you, Mihai On 05.05.2012 12:47, Manuel Carrasco Moñino wrote: Ju

Re: GSoC: Initial commit on apache-extras

2012-05-05 Thread Manuel Carrasco Moñino
Just a recommendation about code style, could you use 4 spaces instead of tabs?, it makes the code more readable in the repository. There are a few more points in code-styling which if you consider from the beginning would make easier merge with james in the future (license header, java docs, ...)

Re: GSoC: Initial commit on apache-extras

2012-05-05 Thread Ioan Eugen Stan
Hello Mihai, Good job. I've took a small peek at the code and it's ok. The next step will be to create a Directory implementation that extends lucene Directory [1] and make the tests so that you can supply a directory implementation. Your implementation should just throw exceptions initially, so

Re: Gsoc

2012-05-02 Thread Manuel Carrasco Moñino
Hi echo, UiBinder reduces the java boilerplate when creating interfaces, moving this to xml syntax. When we wrote hupa a couple of years ago, the feature was not available in gwt though. I see some pros and cons in using UiBinder, and I do not consider urgent to migrate current views in hupa, we

Re: Gsoc

2012-05-02 Thread echo
Hi Manolo How do you think UiBinder ? On Wed, Apr 25, 2012 at 10:22 PM, Manuel Carrasco Moñino wrote: > What demo-mode used to do was to inject an imap mock implementation which > takes a bunch of plain messages from a folder. > > I've been checking the code and I've seen that It is broken becaus

Re: Gsoc

2012-04-25 Thread Manuel Carrasco Moñino
What demo-mode used to do was to inject an imap mock implementation which takes a bunch of plain messages from a folder. I've been checking the code and I've seen that It is broken because the mock stuff was moved to another package and this injection is broken right now, so don't use it until we

Re: Gsoc

2012-04-25 Thread echo
> I updated the hupa website last days, there is a document [1] which > describes how to change hupa configuration. > > Basically, if you are using a linux pc, the easiest way is to create a > file in your home .hupa/config.properties, copy the content of the default > server/src/main/webapp/WEB-IN

Re: Gsoc

2012-04-25 Thread Manuel Carrasco Moñino
I updated the hupa website last days, there is a document [1] which describes how to change hupa configuration. Basically, if you are using a linux pc, the easiest way is to create a file in your home .hupa/config.properties, copy the content of the default server/src/main/webapp/WEB-INF/conf/conf

Re: Gsoc

2012-04-25 Thread echo
Hi Mnolo I have made my proposal public now and cced the list: http://www.google-melange.com/gsoc/proposal/review/google/gsoc2012/echo/1 Also Congratulations to Mihai Soloi. I tried to make Hupa: 1 run as demo mode(not to use Gmail) 2 connect to local James server that can be accessed through but

Re: [GSoC 2012] Regarding the Mentor

2012-04-09 Thread Tejaswini Kurakula
Hi, hope you had good time !! And thanks for the kind reply.. I will follow you in jira. And i feel happy that you will be mentoring and managing the requests. Thanks a lot Tejaswini Kurakula On Mon, Apr 9, 2012 at 1:38 PM, Manuel Carrasco Moñino wrote: > Hi Tejaswini > > First of all sorry by

Re: [GSoC 2012] Hupa evolution

2012-04-09 Thread Manuel Carrasco Moñino
Hi Tejaswini I've read your application, it's plenty of nice features, but some of them could be as extensive than it could be matter of a single gsoc project like chat or video-emails. Could you divide in detailed modules / tasks each feature and estimate the effort. Thanks - Manolo On Fri, A

Re: [GSoC 2012] Project idea--Replacing out of date dependencies

2012-04-09 Thread Manuel Carrasco Moñino
Which old components have you replaced? and what are you using now? On Tue, Apr 3, 2012 at 8:38 PM, Tejaswini Kurakula wrote: > hi, > > i have Replaced some of the out-of-date dependencies with GWT-2.4.0 stuff > from the Hupa project manually before compiling it..it worked fine and got > build su

Re: [GSoC 2012] Regarding the Mentor

2012-04-09 Thread Manuel Carrasco Moñino
Hi Tejaswini First of all sorry by the delay, but I've been on Easter holidays. I've taken a look to your issues in Hupa and made some comments in jira. About mentoring, I would manage hupa requests. - Manolo On Thu, Apr 5, 2012 at 11:59 AM, Tejaswini Kurakula wrote: > Hi, > > As you have alr

Re: [GSoC 2012] Hupa evolution

2012-04-05 Thread Tejaswini Kurakula
Hi, I have made it public..You can review it now.. Here is the URL:* http://www.google-melange.com/gsoc/proposal/review/google/gsoc2012/tejaswinikurakula/1 Thanks for the consideration, Tejaswini kurakula.. On Fri, Apr 6, 2012 at 6:14 AM, Saibabu Vallurupalli < saibabu.vallurupa...@gmail.c

Re: [GSoC 2012] Hupa evolution

2012-04-05 Thread Saibabu Vallurupalli
Hi Tejaswini, Your proposal is not public the link below doesn't show anything. Make sure you make it public if you want James team to review. Thanks, Sai On Thu, Apr 5, 2012 at 6:28 PM, Tejaswini Kurakula < tejaswinikurak...@gmail.com> wrote: > Hi, > > I have submitted my proposal !!! i reque

Re: GSOC Ideas

2012-03-07 Thread Manuel Carrasco Moñino
Hi all. I propose: 'Hupa evolution' I mean take the actual Hupa code and make it fully functional adding many features which are missing (contact management, local storage, etc) and removing out-dated dependencies in favor of the stuff in the latest GWT version. Cheers - Manolo On Mon, Mar 5

Re: GSOC Ideas

2012-03-05 Thread Ioan Eugen Stan
Hello Norman, A few of them where posted on the list a few weeks back [1]. To iterate: - web management interface - hot reload configuration - mailet bindings to other languages (write mailets/matchers in other languages) Plus: - james clustering maybe [1] http://www.mail-archive.com/server-de

Re: GSoC hbase-mailbox final status

2011-08-22 Thread Eric Charles
(2nd try, first didn't succeed) Hi Ioan, On 22/08/11 22:25, Ioan Eugen Stan wrote: Hello everybody, I have been busy today and didn't have time to finish all the work so now there are still 6 failing integration tests out of 291. I hope to solve them quick. In the meantime I just committed the

Re: GSoC hbase-mailbox final status

2011-08-22 Thread Eric Charles
Hi Ioan, On 22/08/11 22:25, Ioan Eugen Stan wrote: Hello everybody, I have been busy today and didn't have time to finish all the work so now there are still 6 failing integration tests out of 291. I hope to solve them quick. In the meantime I just committed the code that I wish to send to GSoC

Re: [GSOC] Hbase Mailbox code review

2011-08-16 Thread Eric Charles
Hi, Yes, very good work Ioan :) +1 on Norman comments (sounds like 'Less is More'). I guess you are focusing on integration tests for the final rush (deadline is approaching). We could review the tablepool, the indexes on datamodel... later after gsoc. Thx. On 16/08/11 09:26, Norman Maurer wr

Re: [GSOC] Google Summer Of Code

2011-04-04 Thread Eric Charles
I just realize I forgot MAILBOX-44 in the list https://issues.apache.org/jira/browse/MAILBOX-44 Design and implement a distributed mailbox using Hadoop Tks, - Eric On 1/04/2011 12:47, Eric Charles wrote: Also advertised on twitter http://twitter.com/#!/ApacheJames Tks, - Eric On 30/03/2011

Re: [GSOC] Google Summer Of Code

2011-04-01 Thread Eric Charles
Also advertised on twitter http://twitter.com/#!/ApacheJames Tks, - Eric On 30/03/2011 12:32, Eric Charles wrote: Hi All, The ideas are now listed in the Apache JIRA system (see [jira-links] hereafter). We are looking for Students to help on distributed storages (hadoop and nosql) and bring

Re: [GSOC] Google Summer Of Code

2011-03-30 Thread Eric Charles
Hi All, The ideas are now listed in the Apache JIRA system (see [jira-links] hereafter). We are looking for Students to help on distributed storages (hadoop and nosql) and bring end-user with more functionality such as mails filter/categorization and "out-of-office. You can apply since 28th

Re: [GSOC] Google Summer Of Code

2011-03-29 Thread Robert Burrell Donkin
On Tue, Mar 29, 2011 at 9:22 AM, Robert Burrell Donkin wrote: > GSOC[1] is go, and Apache involvement is confirmed [2]. It's a very > cool programme but competition for places is expected to be high. > > We have some cool ideas for projects here at James (with more on the > way), including designi

Re: GSOC/Maildir

2010-05-29 Thread Norman Maurer
Hi Tim, comments inside... 2010/5/29 Tim-Christian Mundt : > Hi, > > for keeping a log of my GSOC project and gathering all related material > (including source code) I set up a Trac: http://maildir.tim-erwin.de/ > > There's not too much going on, yet, however, this will change soon. > > I did so

Re: GSOC Student Tim Erwin accepted

2010-04-27 Thread Robert Burrell Donkin
On Tue, Apr 27, 2010 at 10:17 AM, Tim-Christian Mundt wrote: > Thanks Norman for the welcome. I've been here on the mailing list for some > weeks, so at least I'm not totally foreign to most of you. I'm excited about > this opportunity and hope the next few month will be beneficial for all of > us

Re: GSOC Student Tim Erwin accepted

2010-04-27 Thread Manuel Carrasco Moñino
Welcome Tim -Manolo On Tue, Apr 27, 2010 at 11:17 AM, Tim-Christian Mundt wrote: > Thanks Norman for the welcome. I've been here on the mailing list for some > weeks, so at least I'm not totally foreign to most of you. I'm excited about > this opportunity and hope the next few month will be bene

Re: GSOC Student Tim Erwin accepted

2010-04-27 Thread Tim-Christian Mundt
Thanks Norman for the welcome. I've been here on the mailing list for some weeks, so at least I'm not totally foreign to most of you. I'm excited about this opportunity and hope the next few month will be beneficial for all of us. While Norman is my official mentor, of course all of you are alwa

Re: GSOC ideas...

2010-03-29 Thread Norman Maurer
Hi Robert, I just add the UIDPLUS stuff for GSOC, because the deadline is today.. https://issues.apache.org/jira/browse/IMAP-125 Bye, Norman 2010/3/22 Norman Maurer : > I just added the maildir stuff for imap to GSOC. > > @Robert: > > Could you add the UIDPLUS stuff ? > > Thx, > Norman > > > 20

Re: GSOC ideas...

2010-03-22 Thread Norman Maurer
I just added the maildir stuff for imap to GSOC. @Robert: Could you add the UIDPLUS stuff ? Thx, Norman 2010/3/17 Robert Burrell Donkin : > On Tue, Mar 16, 2010 at 8:45 AM, Norman Maurer > wrote: >> Ok sounds like a good canidat for a GSOC project,,, >> >> Any other ideas ? > > any of the IMA

Re: GSOC ideas...

2010-03-22 Thread Norman Maurer
Yep I see... I will do so then ;) Thx for the pointer.. Bye, Norman 2010/3/22 Bernd Fondermann : > On Sun, Mar 21, 2010 at 17:40, Norman Maurer > wrote: >> Sounds like a good idea.. I would also like to bring up the idea of >> writing a Maildir implementation for imap.. >> >> I would be willin

Re: GSOC ideas...

2010-03-22 Thread Bernd Fondermann
On Sun, Mar 21, 2010 at 17:40, Norman Maurer wrote: > Sounds like a good idea.. I would also like to bring up the idea of > writing a Maildir implementation for imap.. > > I would be willing to mentor a candidate for this.. > > > Bye, > Norman This year, it seems like project proposals are not wi

Re: GSOC ideas...

2010-03-21 Thread Norman Maurer
Sounds like a good idea.. I would also like to bring up the idea of writing a Maildir implementation for imap.. I would be willing to mentor a candidate for this.. Bye, Norman 2010/3/17 Robert Burrell Donkin : > On Tue, Mar 16, 2010 at 8:45 AM, Norman Maurer > wrote: >> Ok sounds like a good c

Re: GSOC ideas...

2010-03-17 Thread Robert Burrell Donkin
On Tue, Mar 16, 2010 at 8:45 AM, Norman Maurer wrote: > Ok sounds like a good canidat for a GSOC project,,, > > Any other ideas ? any of the IMAP and sieve specifications (eg. UIDPLUS) would be easy for someone to take on and useful i'd be willing to mentor a strong candidate who was interested

Re: GSOC ideas...

2010-03-16 Thread Adrian A.
Ok sounds like a good canidat for a GSOC project,,, Any other ideas ? If you look on my list, there are 6 other project ideas there too :) (all missing from JAMES), that would greatly extend the JAMES user base. #1. is for easy setup (something like an installer - but with a smarter wizard) #2

Re: GSOC ideas...

2010-03-16 Thread Norman Maurer
Ok sounds like a good canidat for a GSOC project,,, Any other ideas ? Bye, Norman 2010/3/16 Avdhesh Yadav : > I go with Web-UI similar to Hupa(GWT based). > > > On Mon, Mar 15, 2010 at 10:14 PM, Eric MacAdie wrote: > >> I have started working on a web app with Hibernate and JSF that will manag

Re: GSOC ideas...

2010-03-15 Thread Avdhesh Yadav
I go with Web-UI similar to Hupa(GWT based). On Mon, Mar 15, 2010 at 10:14 PM, Eric MacAdie wrote: > I have started working on a web app with Hibernate and JSF that will manage > the users (add, change, delete) and get some stats (dead letter count, inbox > stats). If anyone is interested in it

Re: GSOC ideas...

2010-03-15 Thread Eric MacAdie
I have started working on a web app with Hibernate and JSF that will manage the users (add, change, delete) and get some stats (dead letter count, inbox stats). If anyone is interested in it, let me know. I think a Swing app would be good for configuring and editing the XML files. Eric MacAdie

Re: GSOC ideas...

2010-03-15 Thread Robert Burrell Donkin
On Mon, Mar 15, 2010 at 3:22 PM, Bernd Fondermann wrote: > On Mon, Mar 15, 2010 at 16:19, Bernd Fondermann > wrote: >> On Mon, Mar 15, 2010 at 15:27, Adrian A. wrote: Many mail servers run headless in a lights out datacenter. The probability that I'd ever be able to use a Swing-James-A

Re: GSOC ideas...

2010-03-15 Thread Bernd Fondermann
On Mon, Mar 15, 2010 at 16:19, Bernd Fondermann wrote: > On Mon, Mar 15, 2010 at 15:27, Adrian A. wrote: >>> Many mail servers run headless in a lights out datacenter. >>> The probability that I'd ever be able to use a Swing-James-Admin UI is >>> very very small. >> >> Not quite :). >> >> Also ev

Re: GSOC ideas...

2010-03-15 Thread Bernd Fondermann
On Mon, Mar 15, 2010 at 15:27, Adrian A. wrote: >> Many mail servers run headless in a lights out datacenter. >> The probability that I'd ever be able to use a Swing-James-Admin UI is >> very very small. > > Not quite :). > > Also even if the server is headless, it can handle Swing and AWT, Java2D

Re: GSOC ideas...

2010-03-15 Thread Adrian A.
Many mail servers run headless in a lights out datacenter. The probability that I'd ever be able to use a Swing-James-Admin UI is very very small. Not quite :). Also even if the server is headless, it can handle Swing and AWT, Java2D: everything. E.g. for tomcat, you need the: java.awt.headles

Re: GSOC ideas...

2010-03-15 Thread Norman Maurer
+1, I think a webui would be much better.. Bye, Norman 2010/3/15 Bernd Fondermann : > On Mon, Mar 15, 2010 at 12:41, Adrian A. wrote: >>> - I also vote for an administration Web UI (maybe using GWT like we do >>> in Hupa or integrating with it). >> >> While I understand the general direction to

Re: GSOC ideas...

2010-03-15 Thread Bernd Fondermann
On Mon, Mar 15, 2010 at 12:41, Adrian A. wrote: >> - I also vote for an administration Web UI (maybe using GWT like we do >> in Hupa or integrating with it). > > While I understand the general direction toward Web UIs, I proposed the list > of projects with Swing UI's + JNLP for several pragmatic

Re: GSOC ideas...

2010-03-15 Thread Adrian A.
- I also vote for an administration Web UI (maybe using GWT like we do in Hupa or integrating with it). While I understand the general direction toward Web UIs, I proposed the list of projects with Swing UI's + JNLP for several pragmatic reasons: - Swing is already available everywhere Java is, s

Re: GSOC ideas...

2010-03-15 Thread Manuel Carrasco Moñino
- I also vote for an administration Web UI (maybe using GWT like we do in Hupa or integrating with it). Manolo On Fri, Mar 12, 2010 at 11:11 PM, Bernd Fondermann wrote: > On Fri, Mar 12, 2010 at 18:24, Adrian A. wrote: >>> anyone have some idea about something for GSOC ? >> >> 1. A GUI based w

Re: GSOC ideas...

2010-03-12 Thread Bernd Fondermann
On Fri, Mar 12, 2010 at 18:24, Adrian A. wrote: >> anyone have some idea about something for GSOC ? > > 1. A GUI based wizard (with context help - to explain every setting), e.g. > with Swing UI+JNLP, to allow the configuration and setup of JAMES in various > architectures for non-programmer admin

Re: GSOC ideas...

2010-03-12 Thread Adrian A.
anyone have some idea about something for GSOC ? 1. A GUI based wizard (with context help - to explain every setting), e.g. with Swing UI+JNLP, to allow the configuration and setup of JAMES in various architectures for non-programmer admins too (or e.g. owners of small companies)? 2. A Simple

Re: GSoC application

2008-04-01 Thread Sascha Fröhlich
Am Dienstag, den 01.04.2008, 19:12 +0100 schrieb Robert Burrell Donkin: > On Tue, Apr 1, 2008 at 8:37 AM, Sascha Fröhlich > <[EMAIL PROTECTED]> wrote: > > STARTTLS or PGP/MIME sounds fine to me... > > great :-) > > when will do you think you'll be able to find some time? Hi, I've just printed t

Re: GSoC application

2008-04-01 Thread Robert Burrell Donkin
On Tue, Apr 1, 2008 at 11:35 AM, Jonas Arnsmann <[EMAIL PROTECTED]> wrote: > Hi, > > > Robert Burrell Donkin wrote: > > here are some ideas: shout if you like the sound of any of them > > > > * JPA backend > JPA = Java Persistence API, right? yep > I have some in experience in this area,

Re: GSoC application

2008-04-01 Thread Robert Burrell Donkin
On Tue, Apr 1, 2008 at 8:37 AM, Sascha Fröhlich <[EMAIL PROTECTED]> wrote: > STARTTLS or PGP/MIME sounds fine to me... great :-) when will do you think you'll be able to find some time? - robert - To unsubscribe, e-mail: [EMAIL

Re: GSoC application

2008-04-01 Thread Jonas Arnsmann
Hi, Robert Burrell Donkin wrote: here are some ideas: shout if you like the sound of any of them * JPA backend JPA = Java Persistence API, right? I have some in experience in this area, so i could maybe give a hand here.. what i'm doing ATM is building up the functional test coverage (wh

Re: GSoC application

2008-04-01 Thread Sascha Fröhlich
STARTTLS or PGP/MIME sounds fine to me... Am Montag, den 31.03.2008, 19:42 +0100 schrieb Robert Burrell Donkin: > On Mon, Mar 31, 2008 at 10:36 AM, Sascha Fröhlich > <[EMAIL PROTECTED]> wrote: > > Hi, > > > > I've decided not to apply this year, I think I've not much time left > > this term. >

Re: GSoC application

2008-03-31 Thread Robert Burrell Donkin
On Mon, Mar 31, 2008 at 9:00 PM, Zsombor <[EMAIL PROTECTED]> wrote: > I had a Mina based frontend with TLS, (not STARTTLS), but as I lost tracking > the changes, which from my viewpoint created a more and more baroque > internal IMAP API/implementation, I've lost interest updating it, and add

Re: GSoC application

2008-03-31 Thread Zsombor
On Mon, Mar 31, 2008 at 8:41 PM, Robert Burrell Donkin < [EMAIL PROTECTED]> wrote: > On Mon, Mar 31, 2008 at 11:03 AM, Jonas Arnsmann > <[EMAIL PROTECTED]> wrote: > > > > > But if you have other tasks, which need a hand (or two?), i would also > be willing to > > face the challenge! > > as it h

Re: GSoC application

2008-03-31 Thread Bernd Fondermann
On Mon, Mar 31, 2008 at 7:45 PM, Robert Burrell Donkin <[EMAIL PROTECTED]> wrote: > On Mon, Mar 31, 2008 at 7:41 PM, Robert Burrell Donkin > <[EMAIL PROTECTED]> wrote: > > On Mon, Mar 31, 2008 at 11:03 AM, Jonas Arnsmann > > <[EMAIL PROTECTED]> wrote: > > > > > > > > > > > But if you h

Re: GSoC application

2008-03-31 Thread Robert Burrell Donkin
On Mon, Mar 31, 2008 at 7:41 PM, Robert Burrell Donkin <[EMAIL PROTECTED]> wrote: > On Mon, Mar 31, 2008 at 11:03 AM, Jonas Arnsmann > <[EMAIL PROTECTED]> wrote: > > > > > > But if you have other tasks, which need a hand (or two?), i would also be > willing to > > face the challenge! > > a

Re: GSoC application

2008-03-31 Thread Robert Burrell Donkin
On Mon, Mar 31, 2008 at 10:36 AM, Sascha Fröhlich <[EMAIL PROTECTED]> wrote: > Hi, > > I've decided not to apply this year, I think I've not much time left > this term. oh well > BUT I am interested in contributing to james-mlm, perhaps I can complete > your work after GSOC. there's quite a

Re: GSoC application

2008-03-31 Thread Robert Burrell Donkin
On Mon, Mar 31, 2008 at 11:03 AM, Jonas Arnsmann <[EMAIL PROTECTED]> wrote: > But if you have other tasks, which need a hand (or two?), i would also be > willing to > face the challenge! as it happens ;-) after a long battle, we're just about feature complete for IMAP4rev1/RFC2060. if you'r

Re: GSoC application

2008-03-31 Thread Jonas Arnsmann
Hi.. Same thing over here.. I have also decided NOT to take part in the GSOC 2008 (tight schedule in the university this summer), however i would still like to contribute to the James Project.. Enhancing the James-MLM after Kirill's Work is completed sounds good to me.. ;) But if you have other

Re: GSoC application

2008-03-31 Thread Sascha Fröhlich
Hi, I've decided not to apply this year, I think I've not much time left this term. BUT I am interested in contributing to james-mlm, perhaps I can complete your work after GSOC. Greetings, Sascha Fröhlich Am Dienstag, den 01.04.2008, 13:33 +0400 schrieb Kirill Kosinov: > Good day. > > Today i

Re: GSoC james-mladmin

2008-03-30 Thread Kirill Kosinov
Noel J. Bergman wrote: James already can archive mail, but to retrieve them you'd need to assign ID's to them. And use VERP, for example, as part of the command pattern to retrieve them. I have red some articles about VERP, so i understood that it is used to handle bounce messages (a g

RE: GSoC james-mladmin

2008-03-29 Thread Noel J. Bergman
Norman Maurer wrote: > > You wrote that you already implement VERP parser, where i can see it? I > > try to estimate difficulty of the task (moderation+archivation) in order > > to include a schedule in my application. > I think Noel is talkin about attached java file at: > https://issues.apache.

Re: GSoC james-mladmin

2008-03-29 Thread Norman Maurer
Am Freitag, den 28.03.2008, 09:30 +0300 schrieb Kirill Kosinov: > Noel J. Bergman wrote: > >> James already can archive mail, but to retrieve them you'd need to > >> assign ID's to them. > >> > And another one question :-). Which ide do you use for testing and > development JAMES (avalon plu

Re: GSoC james-mladmin

2008-03-26 Thread Kirill Kosinov
Noel J. Bergman wrote: James already can archive mail, but to retrieve them you'd need to assign ID's to them. And another one question :-). Which ide do you use for testing and development JAMES (avalon plugins?), it is something like Eclipse and ant scripts or something else? You wrote

RE: GSoC james-mladmin

2008-03-26 Thread Noel J. Bergman
> James already can archive mail, but to retrieve them you'd need to > assign ID's to them. And use VERP, for example, as part of the command pattern to retrieve them. --- Noel - To unsubscribe, e-mail: [EMAIL PROTECTE

Re: GSoC james-mladmin

2008-03-26 Thread Danny Angus
James already can archive mail, but to retrieve them you'd need to assign ID's to them. d. > Can you give me some links where i can read about mail archivation? I > I'm going to read ezmlm documentation, and look through is sources, but > project is large and it can take much time, can you ad

Re: GSoC james-mladmin

2008-03-26 Thread Kirill Kosinov
Danny wrote: ... 4) Different right for moderators a required? What do you mean? ^^^ Forgive me my english :-) I mean to say that moderators should have different permissions (basically we have 4 actions, not all moderators can do all of them), but your already answered this que

Re: GSoC james-mladmin

2008-03-26 Thread Danny Angus
On 3/27/08, Kirill Kosinov <[EMAIL PROTECTED]> wrote: > 1) Information about moderated list should be stored in some place, i > see many ways here (for example to add in mailet configuration > UserRepository of banned users or to create some kind of ACL) what way > is more correct? ACL(s) pref

Re: GSoC james-mladmin

2008-03-26 Thread Kirill Kosinov
Hello, Danny: This all sounds good, I would suggest that post moderation has four options, 1/ accept this message only ACCEPT 2/ allow this sender to post again without moderation, ALLOW. 3/ don't allow this message (defaults to this after x hours in queue) REJECT 4/ prevent this sender from s

Re: GSoC james-mladmin

2008-03-26 Thread Danny Angus
Kirill, This all sounds good, I would suggest that post moderation has four options, 1/ accept this message only ACCEPT 2/ allow this sender to post again without moderation, ALLOW. 3/ don't allow this message (defaults to this after x hours in queue) REJECT 4/ prevent this sender from sending a

RE: GSOC 2008

2008-03-25 Thread Noel J. Bergman
Danny Angus wrote: > I'm not sure what google think about more than one student per idea, Since the MLM is modular, perhaps they can work on different parts. There is plenty to do there. I have a whole list of MLM related activities, each of which could be GSoC-sized. For example, when the M

Re: GSOC 2008

2008-03-25 Thread Sascha Fr?öhlich
Hi David, thank you very much. I appreciate that. Greetings, Sascha Poynter, David schrieb: -Original Message- From: Sascha Fröhlich [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 25, 2008 11:31 AM To: James Developers List Subject: Re: GSOC 2008 -BEGIN PGP SIGNED MESSAGE

RE: GSOC 2008

2008-03-25 Thread Poynter, David
-Original Message- From: Sascha Fröhlich [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 25, 2008 11:31 AM To: James Developers List Subject: Re: GSOC 2008 -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Noel J. Bergman schrieb: |> | are you interested in verp or mladmin? |> I t

Re: GSOC 2008

2008-03-25 Thread Sascha Fršöhlich
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Danny Angus schrieb: |> where do I find the mailing list manager? I'm a little bit confused... | | http://svn.apache.org/viewvc/james/server/trunk/spoolmanager-function/src/main/java/org/apache/james/transport/mailets/listservcommands/ | | (or simi

Re: GSOC 2008

2008-03-25 Thread Danny Angus
> where do I find the mailing list manager? I'm a little bit confused... http://svn.apache.org/viewvc/james/server/trunk/spoolmanager-function/src/main/java/org/apache/james/transport/mailets/listservcommands/ (or similar path in tag 2.3.0 ---

Re: GSOC 2008

2008-03-25 Thread Danny Angus
James mlm is mailets and matchers in o.a.james.transport.matchers and o.a.j.t.mailets, I'm not sure what google think about more than one student per idea, I'm guessing that you'd have to apply separately, and then you'll probably be competing. Perhaps if one applies for the VERP task and one for

Re: GSOC 2008

2008-03-25 Thread Sascha Fröhlich
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Noel J. Bergman schrieb: |> | are you interested in verp or mladmin? |> I threw a glance on VERP and think it's indeed quite interesting. | | Please note that I've already written and contributed a REGEX-based VERP | parser. The real issue would be i

Re: GSOC 2008

2008-03-25 Thread Jonas Arnsmann
Hi there, I would like to join the James GSOC 2008 too. I'm a fellow student (and co-worker) of Sascha Fröhlich and we would really like to work on the James Project together ;) Reading through one last mails from Noel, i think it's better if we start working on mladmin, right? Or are there o

RE: GSOC 2008

2008-03-24 Thread Noel J. Bergman
> | are you interested in verp or mladmin? > I threw a glance on VERP and think it's indeed quite interesting. Please note that I've already written and contributed a REGEX-based VERP parser. The real issue would be implementing VERP in the mailing list manager, along with other necessary feature

Re: GSOC 2008

2008-03-24 Thread Robert Burrell Donkin
On Mon, Mar 24, 2008 at 7:45 PM, Sascha Fröhlich <[EMAIL PROTECTED]> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Hi, > > Robert Burrell Donkin schrieb: > > | On Mon, Mar 24, 2008 at 3:49 PM, Sascha Fröhlich > | <[EMAIL PROTECTED]> wrote: > |> Hi there, > | > | hi > | > |>

Re: GSOC 2008

2008-03-24 Thread Danny Angus
You read this too right? http://wiki.apache.org/general/SummerOfCode2008#james - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: GSOC 2008

2008-03-24 Thread Danny Angus
Oh.. and I'm sure everyone here will be happy to help you with your application. Be sure to explain what you want to do and why, the applications are all reviewed by humans and the "best" ones selected. Not every idea gets a student, and we don't even know how many Apache students there will be un

Re: GSOC 2008

2008-03-24 Thread Danny Angus
Sascha, You apply to Google, if you are successful I will help you with your project. I understand that the thing to do right now is to watch announcement list, when applications open it will be announced. d. On Mon, Mar 24, 2008 at 7:45 PM, Sascha Fröhlich <[EMAIL PROTECTED]> wrote: > -BEG

Re: GSOC 2008

2008-03-24 Thread Sascha Fröhlich
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, Robert Burrell Donkin schrieb: | On Mon, Mar 24, 2008 at 3:49 PM, Sascha Fröhlich | <[EMAIL PROTECTED]> wrote: |> Hi there, | | hi | |> I would like to apply for Google Summer of Code at the Apache James |> Project. I'm quite involved with Jame

  1   2   >