ae.net.ietf.wrap

RFC 2646. May be upgraded to RFC 3676 for international text.

Members

Enums

WrapFormat
enum WrapFormat
Undocumented in source.

Functions

unwrapText
Paragraph[] unwrapText(string text, WrapFormat wrapFormat)
Undocumented in source. Be warned that the author may not have intended to support it.
wrapText
string wrapText(Paragraph[] paragraphs, int margin)

Returns wrapped text in the WrapFormat.flowed format.

Manifest constants

DEFAULT_WRAP_LENGTH
enum DEFAULT_WRAP_LENGTH;
Undocumented in source.

Structs

Paragraph
struct Paragraph
Undocumented in source.

Meta

License

This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/.

Authors

Vladimir Panteleev <vladimir@thecybershadow.net>