Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1038)

Unified Diff: pkg/mime/lib/mime.dart

Issue 48403004: Use UTF8-decoding for headers in mime multipart parser. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: pkg/mime/lib/mime.dart
diff --git a/pkg/mime/lib/mime.dart b/pkg/mime/lib/mime.dart
index 652aa850e6c002cacce0526662ad294917a1564d..d1372d44c4dc23e5fa60d65582f47da4bfcc5a69 100644
--- a/pkg/mime/lib/mime.dart
+++ b/pkg/mime/lib/mime.dart
@@ -15,6 +15,7 @@
library mime;
import 'dart:async';
+import 'dart:convert';
import 'dart:typed_data';
part 'src/mime_type.dart';
« no previous file with comments | « no previous file | pkg/mime/lib/src/mime_multipart_transformer.dart » ('j') | pkg/mime/lib/src/mime_multipart_transformer.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698