mirror of
https://github.com/chatmail/core.git
synced 2026-04-19 06:26:30 +03:00
restructure mimefactory
This commit is contained in:
@@ -1,8 +1,4 @@
|
||||
use itertools::Itertools;
|
||||
use std::borrow::Cow;
|
||||
|
||||
use charset::Charset;
|
||||
use percent_encoding::{percent_decode, utf8_percent_encode, AsciiSet, CONTROLS};
|
||||
|
||||
/// Encode non-ascii-strings as `=?UTF-8?Q?Bj=c3=b6rn_Petersen?=`.
|
||||
/// Belongs to RFC 2047: https://tools.ietf.org/html/rfc2047
|
||||
|
||||
Reference in New Issue
Block a user