Skip to content

Commit

Permalink
[Net] Add a TODO note about breaking lines in MIME, with reference to…
Browse files Browse the repository at this point in the history
… ticket about the parrot core implementation, which makes the same mistake.
  • Loading branch information
Whiteknight committed Sep 9, 2012
1 parent ad46d6f commit 697efd9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/net/MimeBase64.winxed
Expand Up @@ -6,6 +6,10 @@
*/
class Rosella.Net.MimeBase64
{
// TODO: MIME standard says lines need to be broken after 76 characters. Implement
// this for encode and decode. See https://github.com/parrot/parrot/issues/826
// for more details.

const string PRINTABLE_CHARS = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";
var eight_to_six;
var six_to_eight;
Expand Down

0 comments on commit 697efd9

Please sign in to comment.