forked from I2P_Developers/i2p.i2p
SusiMail: Use input streams for reading mail (ticket #2119)
Rewrite Base64, HeaderLine, and QuotedPrintable decoders Rewrite and expansion of ReadBuffer class and utilities for streams Rewrite Mail and MailPart to parse the headers only once Rewrite MailPart parser MailPart parser rewrite skips over the data without reading into memory or decoding MailPart decoder rewrite to decode stream-to-stream ReadBuffer becomes Buffer interface with multiple implementations Logging and debugging tweaks
This commit is contained in:
@@ -18,7 +18,7 @@ public class RouterVersion {
|
||||
/** deprecated */
|
||||
public final static String ID = "Monotone";
|
||||
public final static String VERSION = CoreVersion.VERSION;
|
||||
public final static long BUILD = 1;
|
||||
public final static long BUILD = 2;
|
||||
|
||||
/** for example "-test" */
|
||||
public final static String EXTRA = "";
|
||||
|
||||
Reference in New Issue
Block a user