-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add missing License info and author.
- Loading branch information
1 parent
b644f50
commit df1e4a8
Showing
5 changed files
with
22 additions
and
0 deletions.
There are no files selected for viewing
5 changes: 5 additions & 0 deletions
5
controller/src/main/java/org/searchisko/mbox/command/Starter.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5 changes: 5 additions & 0 deletions
5
mbox_indexer/src/main/java/org/searchisko/mbox/util/ContentType.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5 changes: 5 additions & 0 deletions
5
mbox_indexer/src/main/java/org/searchisko/preprocessor/HTMLStripUtil.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5 changes: 5 additions & 0 deletions
5
mbox_indexer/src/test/java/org/searchisko/preprocessor/HTMLStripUtilTest.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,6 +8,8 @@ | |
|
||
/** | ||
* Represents parsed message attachment. | ||
* | ||
* @author Lukáš Vlček ([email protected]) | ||
*/ | ||
public class MailAttachment { | ||
|
||
|