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

How to implement and a system based on IMAP auth

2010-12-13 Thread milomalo2...@libero.it
Hi Guys, i am new in Solr world and i was trying to figure out how to implement an application which would be able to connect to our business mail server throug IMAP connection (1000 users) and to index the information related e-mail contents. I tried to use DH- import with the preconfigured i