qtmobility/src/messaging/win32wce/qmailcodec.cpp
changeset 8 71781823f776
parent 1 2b40d63a9c3d
child 11 06b8e2af4411
equal deleted inserted replaced
5:453da2cfceef 8:71781823f776
    55 
    55 
    56 
    56 
    57 /*!
    57 /*!
    58   \class QMailCodec
    58   \class QMailCodec
    59 
    59 
    60   \preliminary
       
    61   \brief The QMailCodec class provides mechanisms for encoding and decoding between 7-bit ASCII strings
    60   \brief The QMailCodec class provides mechanisms for encoding and decoding between 7-bit ASCII strings
    62   and arbitrary octet sequences.
    61   and arbitrary octet sequences.
    63 
    62 
    64   \ingroup messaginglibrary
    63   \ingroup messaginglibrary
    65 
    64 
   396 
   395 
   397 
   396 
   398 /*!
   397 /*!
   399   \class QMailBase64Codec
   398   \class QMailBase64Codec
   400 
   399 
   401   \preliminary
       
   402   \brief The QMailBase64Codec class encodes or decodes between 8-bit data and 7-bit ASCII, using the Base64
   400   \brief The QMailBase64Codec class encodes or decodes between 8-bit data and 7-bit ASCII, using the Base64
   403   character mapping scheme.
   401   character mapping scheme.
   404 
   402 
   405   \ingroup messaginglibrary
   403   \ingroup messaginglibrary
   406 
   404 
   701 
   699 
   702 
   700 
   703 /*!
   701 /*!
   704   \class QMailQuotedPrintableCodec
   702   \class QMailQuotedPrintableCodec
   705 
   703 
   706   \preliminary
       
   707   \brief The QMailQuotedPrintableCodec class encodes or decodes between 8-bit data and 7-bit ASCII, 
   704   \brief The QMailQuotedPrintableCodec class encodes or decodes between 8-bit data and 7-bit ASCII, 
   708   using the 'quoted printable' character mapping scheme.
   705   using the 'quoted printable' character mapping scheme.
   709 
   706 
   710   \ingroup messaginglibrary
   707   \ingroup messaginglibrary
   711 
   708 
   972 }
   969 }
   973 
   970 
   974 /*!
   971 /*!
   975   \class QMailPassThroughCodec
   972   \class QMailPassThroughCodec
   976 
   973 
   977   \preliminary
       
   978   \brief The QMailPassThroughCodec class uses the QMailCodec interface to move data between streams
   974   \brief The QMailPassThroughCodec class uses the QMailCodec interface to move data between streams
   979   without coding or decoding.
   975   without coding or decoding.
   980 
   976 
   981   \ingroup messaginglibrary
   977   \ingroup messaginglibrary
   982 
   978 
  1025 
  1021 
  1026 
  1022 
  1027 /*!
  1023 /*!
  1028   \class QMailLineEndingCodec
  1024   \class QMailLineEndingCodec
  1029 
  1025 
  1030   \preliminary
       
  1031   \brief The QMailLineEndingCodec class encodes textual data to use CR/LF line endings required for SMTP transmission.
  1026   \brief The QMailLineEndingCodec class encodes textual data to use CR/LF line endings required for SMTP transmission.
  1032 
  1027 
  1033   \ingroup messaginglibrary
  1028   \ingroup messaginglibrary
  1034 
  1029 
  1035   The QMailLineEndingCodec allows client code to use the QMailCodec interface to encode textual data
  1030   The QMailLineEndingCodec allows client code to use the QMailCodec interface to encode textual data