Hi,
i'd like to announce a IMAP and POP river for Elasticsearch.

It can be found here:
https://github.com/salyh/elasticsearch-river-imap

This river connects to IMAP4 or POP3 servers polls your mail and index it. 
The emails on the server will be never modified or removed from the server. 
The river tracks (after the first initial full load) which mails are new or 
deleted and then only update the index for this mails.

Features:

   -     Incremental indexing of e-mails from a IMAP or POP3 server
   -     Support indexing of attachments (in conjunction with 
   https://github.com/elasticsearch/elasticsearch-mapper-attachments/)
   -     Support for UTF-7 encoded e-mails (through jutf7)
   -     SSL, STARTTLS and SASL are supported (through JavaMail API)
   -     IMAP only: Folders which should be indexed can be specified with a 
   regex pattern
   -     IMAP only: Subfolders can also be indexed (whole traversal of all 
   folders)
   -     No special server capabilities needed
   -     Bulk indexing

The river acts currently as a disconnected client. This means that the 
river is polling and for every indexing run a new server connections are 
opened and,
after work is done, closed. At a later time is planned to use additionally 
the IMAP IDLE feature (if server supports it).

Suggestions, corrections, improvements are very welcome!
Thanks and best regards
Hendrik

-- 
You received this message because you are subscribed to the Google Groups 
"elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/elasticsearch/6aa11d4d-dce0-4172-b441-794b54c35394%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to