--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings
g...@googlecode.com
unread,
Oct 15, 2014, 5:55:30 AM10/15/14
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to golan...@googlegroups.com
Comment #19 on issue 4943 by go...@golang.org: mime/quotedprintable: move
quoted printable reader/writer to dedicated package
The implementation of quotedprintable.go at
https://codereview.appspot.com/132680044 seems to violate RFC2045. It
allows lines greater than 76 characters. Shouldn't these get split
with "=\n"?