mirror of
https://github.com/moparisthebest/k-9
synced 2024-12-26 01:28:50 -05:00
Added comment that states the quoted-printable encoder was taken from Apache Mime4j version 0.6.
This commit is contained in:
parent
c64c0a1c30
commit
f1fba69790
@ -23,6 +23,8 @@ import java.io.IOException;
|
||||
import java.io.InputStream;
|
||||
import java.io.OutputStream;
|
||||
|
||||
// Taken from Apache Mime4j 0.6
|
||||
|
||||
final class QuotedPrintableEncoder
|
||||
{
|
||||
private static final byte TAB = 0x09;
|
||||
|
@ -23,6 +23,8 @@ import java.io.FilterOutputStream;
|
||||
import java.io.IOException;
|
||||
import java.io.OutputStream;
|
||||
|
||||
// Taken from Apache Mime4j 0.6
|
||||
|
||||
/**
|
||||
* Performs Quoted-Printable encoding on an underlying stream.
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user