Hi Eric, I compiled every thing (mailbox, server, protocols, imap,mime4j, etc ) after making changes to mailbox. Every thing is compiling and tests run smoothly. But the problem persists when I start James server and try to read emails. I have created accounts and able to send emails. But failed to read the emails using both IMAP and POP3.
So, my guess will be there are still dependencies on mailbox which I can't perceive them this time. I figured it out that the Server (specific modules such as lmtpserver, mailbox-adaptor, mailets, pop3server, imap) and IMAP modules are dependent on mailbox. I am still looking if there are other modules or packages which are dependent on mailbox regards, *Seyoum T*. On Sat, Jan 12, 2013 at 12:46 PM, Eric Charles <[email protected]> wrote: > Hi, > > Why don't you work on trunk rather than beta1. > There has been some hugh changes since then. > > But to answer your question, you need to recompile everything and run the > tests to identify any impace. Everything means mailbox, imap, protocols, > server, those being the one being used for 3.0-beta1. > > Thx, Eric > > > On 11/01/2013 07:46, seyoum tesfay wrote: > >> Hi, >> >> I am working on james-server 3.0-beta1 and corresponding mailbox-0.2. I >> have made slight modifications to mailbox-jpa module and compiled it >> successfully. I have also made package renaming for the whole mailbox-0.2 >> (such as renaming from original org.apache.james.mailbox.* to >> org.apache.james2.mailbox.*). This time, i have installed mailbox-0.2 and >> re-compiled and package james-server. It normally starts and can send >> emails. But I can not read emails either through POP3 or IMAP. >> >> FYI, I have made modifications to the modules that use the >> org.apache.james.mailbox.* package to use the renamed >> org.apache.james2.mailbox.* package. But still the POP3 and IMAP are not >> working. The server gets stuck if I try to read emails through POP3 or >> IMAP. >> >> Any advice to which modules should I make changes if there are changes to >> the mailbox module? >> >> regards, >> *Seyoum T*. >> >> > ------------------------------**------------------------------**--------- > To unsubscribe, e-mail: > server-user-unsubscribe@james.**apache.org<[email protected]> > For additional commands, e-mail: > [email protected].**org<[email protected]> > >
