Skip to main content

space_stuff

Function space_stuff 

Source
pub fn space_stuff(text: &str) -> String
Expand description

RFC 3676 space-stuffing: a line starting with a space, a > or From gets one more space in front, so a reader can tell the sender’s text from the format’s own marks. Undone by unflow at the other end.