From 639d2db87bb27bbcf74e3fc374c589be1073d323 Mon Sep 17 00:00:00 2001 From: Hendrik Saly Date: Thu, 27 Nov 2014 22:47:26 +0100 Subject: [PATCH] V0.4 release --- README.md | 15 +++++++-------- pom.xml | 4 ++-- 2 files changed, 9 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 63f727a..40b1c58 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ IMAP (and POP3) river for Elasticsearch E-Mail hendrikdev22@gmail.com

Twitter @hendrikdev22 -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. +This river connects to IMAP4 or POP3 servers, poll 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: @@ -21,19 +21,18 @@ Features: * 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). +The river acts currently as a disconnected client. This means that the river is polling and for every indexing run a new server connection is opened and, after work is done, closed. Branches: -* master for Elasticsearch 1.2.x/1.3.x +* master for Elasticsearch 1.2.x/1.3.x/1.4.x

Installation

Prerequisites: -* Open JDK 7 or Oracle 7 JRE (Java 6 is no longer supported and Java 8 is untested) -* Elasticsearch 1.2-1.3 or higher +* Java 7 or 8 +* Elasticsearch 1.2 or higher * At least one IMAP4 or POP3 server to connect to -``plugin.sh|.bat -i river-imap -u http://dl.bintray.com/salyh/maven/de/saly/elasticsearch/plugin/elasticsearch-river-imap/0.3/elasticsearch-river-imap-0.3-plugin.zip`` +``plugin.sh|.bat -i river-imap -u http://dl.bintray.com/salyh/maven/de/saly/elasticsearch/plugin/elasticsearch-river-imap/0.4/elasticsearch-river-imap-0.4-plugin.zip``

Configuration

curl -XPUT 'http://localhost:9200/_river/nameofyourriver/_meta' -d '{
@@ -321,7 +320,7 @@ For advanced mapping ideas look here:
 ```
 
 

Indexing attachments

-If you want also indexing your mail attachments follow look here: +If you want also indexing your mail attachments look here: * https://github.com/salyh/elasticsearch-river-imap/issues/10#issuecomment-50125929 * https://github.com/salyh/elasticsearch-river-imap/issues/13 * http://tinyurl.com/nbujv7h diff --git a/pom.xml b/pom.xml index 7c3ebbb..3110610 100644 --- a/pom.xml +++ b/pom.xml @@ -10,7 +10,7 @@ de.saly.elasticsearch.plugin elasticsearch-river-imap - 0.4-SNAPSHOT + 0.4 jar IMAP (and POP3) river for Elasticsearch 2014 @@ -345,7 +345,7 @@ com.github.github site-maven-plugin - 0.9 + 0.10 Building site for ${project.version}