Skip to content

Commit

Permalink
Issue #32: Fix corrupted eml attachments
Browse files Browse the repository at this point in the history
Caused by java-simple-mail dependency bug (https://git.io/J3qV9).
  • Loading branch information
nickrussler committed Apr 29, 2021
1 parent 247c9e2 commit a300dfc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ dependencies {
implementation 'com.beust:jcommander:1.78'
implementation 'org.apache.tika:tika-core:1.24.1'
implementation 'com.github.markusbernhardt:proxy-vole:1.0.5'
implementation 'org.simplejavamail:simple-java-mail:6.4.3'
implementation 'org.simplejavamail:outlook-module:6.4.3'
implementation 'org.simplejavamail:simple-java-mail:6.5.2'
implementation 'org.simplejavamail:outlook-module:6.5.2'
implementation 'org.slf4j:slf4j-simple:1.7.30'

testImplementation 'junit:junit:4.+'
Expand Down

0 comments on commit a300dfc

Please sign in to comment.