Re: How to implement and a system based on IMAP auth

2010-12-13 Thread Peter Sturge
imap has no intrinsic functionality for logging in as a user then 'impersonating' someone else. What you can do is setup your email server so that your administrator account or similar has access to other users via shared folders (this is supported in imap2 servers - e.g. Exchange). This is done al

Re: How to implement and a system based on IMAP auth

2010-12-13 Thread Erick Erickson
I don't see where the MailEntityProcessor really has anything built into it for indexing somebody else's mail, so you're probably going to need to go down the SolrJ route. SolrJ is actually quite easy to use, there are only a very few classes you'll need, so I'd go there The "Usage" section here w