QMailQuotedPrintableCodec Class Reference
|
Constant | Value | Description |
---|---|---|
QMailQuotedPrintableCodec::Rfc2045 | 0 | The coding should be performed according to the requirements of RFC 2045. |
QMailQuotedPrintableCodec::Rfc2047 | 1 | The coding should be performed according to the requirements of RFC 2047's '"Q" encoding'. |
This enumerated type is used to specify whether content is textual data or binary data.
Constant | Value | Description |
---|---|---|
QMailQuotedPrintableCodec::Text | 0 | The data is textual data; newline sequences within the data will be converted during coding. |
QMailQuotedPrintableCodec::Binary | 1 | The data is not textual, and does not contain newline sequences. |
Constructs a codec object for coding data of type content, using the mapping scheme specified by the requirements of conformance.
If content is QMailQuotedPrintableCodec::Text, then newline sequences will be converted between the local representation (for example, 0x0A on Unix) and the transmission standard representation (0x0D 0x0A). Otherwise, the data will be coded without modification.
If conformance is QMailQuotedPrintableCodec::Rfc2047, then coding will use the mapping scheme of the RFC 2047 '"Q" encoding'; otherwise the scheme defined in RFC 2045 will be used.
The maximum number of encoded output characters per line can be specified as maximumLineLength. If not specified, or specified to a non-positive value, a default value will be used.
Cette page est une traduction d'une page de la documentation de Qt, écrite par Nokia Corporation and/or its subsidiary(-ies). Les éventuels problèmes résultant d'une mauvaise traduction ne sont pas imputables à Nokia. | Qt qtextended4.4 | |
Copyright © 2012 Developpez LLC. Tous droits réservés Developpez LLC. Aucune reproduction, même partielle, ne peut être faite de ce site et de l'ensemble de son contenu : textes, documents et images sans l'autorisation expresse de Developpez LLC. Sinon, vous encourez selon la loi jusqu'à 3 ans de prison et jusqu'à 300 000 E de dommages et intérêts. Cette page est déposée à la SACD. | ||
Vous avez déniché une erreur ? Un bug ? Une redirection cassée ? Ou tout autre problème, quel qu'il soit ? Ou bien vous désirez participer à ce projet de traduction ? N'hésitez pas à nous contacter ou par MP ! |
Copyright © 2000-2012 - www.developpez.com