Re: Custom MailRepository

2010-01-12 Thread Norman Maurer
Hi Tim, comments inside.. 2010/1/12 Tim-Christian Mundt : > Hi! > >> this link gives some more info about maildir if you are interested: >> >> http://www.qmail.org/qmail-manual-html/man5/maildir.html >> > > Thanks for the info! > I'm generally interested in implementing maildir - or helping to d

Re: Custom MailRepository

2010-01-12 Thread Tim-Christian Mundt
Hi! this link gives some more info about maildir if you are interested: http://www.qmail.org/qmail-manual-html/man5/maildir.html Thanks for the info! I'm generally interested in implementing maildir - or helping to do so if someone is willing to participate (I'm new to James). However, I'm

Re: Custom MailRepository

2010-01-06 Thread Robert Burrell Donkin
On Wed, Jan 6, 2010 at 9:44 PM, Norman Maurer wrote: > Hi Tim, > > this link gives some more info about maildir if you are interested: > > http://www.qmail.org/qmail-manual-html/man5/maildir.html > > BTW, what kind of costum implementation you are lookin for ? Will it > be opensource? FWIW i know

Re: Custom MailRepository

2010-01-06 Thread Norman Maurer
re questions feel free to poke me :) > > Bye, > Norman > > 2010/1/6 Tim-Christian Mundt : >> Hi, >> >> I'm trying to create a custom MailRepository. As a first step I wanted to >> just modify what's there and found that the following (default

Re: Custom MailRepository

2010-01-06 Thread Norman Maurer
0/1/6 Tim-Christian Mundt : > Hi, > > I'm trying to create a custom MailRepository. As a first step I wanted to > just modify what's there and found that the following (default) > configuration: > > >         > > > loads the JDBCMailRepository: INFO

Custom MailRepository

2010-01-06 Thread Tim-Christian Mundt
Hi, I'm trying to create a custom MailRepository. As a first step I wanted to just modify what's there and found that the following (default) configuration: loads the JDBCMailRepository: INFO 17:48:46,078 | james.mailstore | Registering Repository instanc

Re: Registering a custom MailRepository

2007-05-23 Thread Michael Valenty
>Btw I don't understand what are you trying to achieve: POP3Server does >not lookup a MailRepository object, so I don't see what the >configuration above is used for. I pulled that out of the POP3Server block and moved it to config.xml > mailstore > repositories and then referenced it in inboxRes