The DIH config does not mention port numbers, or security options. I recently wrote a custom app to download and index mail- there were several complexities (the above problems, attachments, calculating mail threads).
I think your best bet is to find a utility that downloads mail into mbox files. Tika has a parser for these files. The ExtractingRequestHandler will parse them, but I don't know if it makes separate documents for each email. Solr 3.x (unreleased) has Tika in the DataImportHandler. This might be more flexible. On Wed, Feb 23, 2011 at 3:52 PM, Smiley, David W. <dsmi...@mitre.org> wrote: > I assume you found this?: http://wiki.apache.org/solr/MailEntityProcessor > You don't provide enough information to get assistance when you simply say "I > couldn't get it working". > > (disclaimer: I haven't used DIH's mail feature) > ~ David > > On Feb 23, 2011, at 5:15 PM, Husrev Yilmaz wrote: > >> Hi, >> >> I am new to Solr, without any Java knowledge. >> >> I downloaded and run Solr under Tomcat. At the other hand I have a working >> IMAP server on the same machine. I want to index Date, From, To, Cc, Bcc, >> Subject, Body. >> >> How can I set up Solr to do this? Could you write a small guide to help me? >> (where to put which xml by which content). There is enough documentation >> about DBs, but I couldn't get it working for IMAP? >> >> Regards. >> >> -- >> Husrev Yilmaz >> +90 554 3304911 > > -- Lance Norskog goks...@gmail.com