Home · All Namespaces · All Classes · Grouped Classes · Modules · Functions |
The QMailLineEndingCodec class encodes textual data to use CR/LF line endings required for SMTP transmission. More...
#include <QMailLineEndingCodec>
This class is under development and is subject to change.
Inherits QMailCodec.
The QMailLineEndingCodec class encodes textual data to use CR/LF line endings required for SMTP transmission.
The QMailLineEndingCodec allows client code to use the QMailCodec interface to encode textual data from the local line-ending convention to the CR/LF convention required for SMTP transmission. The codec will convert from single carriage return or single line feed line-endings to CR/LF pairs, or will preserve data already using the correct encoding.
Decoded data will have CR/LF pairs converted to \n.
An instance of QMailLineEndingCodec contains state information about the encoding or decoding operation it performs, so an instance should be used for a single coding operation only:
See also QMailCodec.
Constructs a codec object for coding text data, converting between the local line-ending convention and the CR/LF line-ending sequence required for SMTP transmission.
Copyright © 2009 Trolltech | Trademarks | Qt Extended 4.4.3 |