[−][src]Trait mail_internals::bind::encoded_word::EncodedWordWriter
Required methods
fn write_char(&mut self, ch: SoftAsciiChar)
fn write_charset(&mut self)
fn encoding(&self) -> EncodedWordEncoding
fn write_ecw_seperator(&mut self)
fn max_payload_len(&self) -> usize
Returns the maximal length of the paylod/encoded data
Any number of calls to methods on in trait in any way
should never be able to change the returned value.
Only changing e.g. the charset or encoding should be
able to change what max_paylod_len returns.