Skip to content

Commit

Permalink
V0.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Hendrik Saly committed Nov 27, 2014
1 parent 51e2278 commit 639d2db
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 10 deletions.
15 changes: 7 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ IMAP (and POP3) river for Elasticsearch
<a href="mailto:[email protected]">E-Mail [email protected]</a><p>
<a href="https://twitter.com/hendrikdev22">Twitter @hendrikdev22</a>

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:
Expand All @@ -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

<h3>Installation</h3>
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``

<h3>Configuration</h3>
<pre>curl -XPUT 'http://localhost:9200/_river/nameofyourriver/_meta' -d '{
Expand Down Expand Up @@ -321,7 +320,7 @@ For advanced mapping ideas look here:
```

<h3>Indexing attachments</h3>
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
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<groupId>de.saly.elasticsearch.plugin</groupId>
<artifactId>elasticsearch-river-imap</artifactId>
<version>0.4-SNAPSHOT</version>
<version>0.4</version>
<packaging>jar</packaging>
<description>IMAP (and POP3) river for Elasticsearch</description>
<inceptionYear>2014</inceptionYear>
Expand Down Expand Up @@ -345,7 +345,7 @@
<plugin>
<groupId>com.github.github</groupId>
<artifactId>site-maven-plugin</artifactId>
<version>0.9</version>
<version>0.10</version>
<configuration>
<message>Building site for ${project.version}</message>
</configuration>
Expand Down

0 comments on commit 639d2db

Please sign in to comment.