KMime::Parser::NonMimeParser Class Reference
Helper-class: abstract base class of all parsers for non-mime binary data (uuencoded, yenc). More...
#include <kmime_parsers.h>
Inherited by KMime::Parser::UUEncoded, and KMime::Parser::YENCEncoded.
Public Member Functions
- NonMimeParser (const QCString &src)
- virtual bool parse ()=0
- bool isPartial ()
- int partialNumber ()
- int partialCount ()
- bool hasTextPart ()
- QCString textPart ()
- QStrList binaryParts ()
- QStrList filenames ()
- QStrList mimeTypes ()
Static Protected Member Functions
- static QCString guessMimeType (const QCString &fileName)
Protected Attributes
- QCString s_rc
- QCString t_ext
- QStrList b_ins
- QStrList f_ilenames
- QStrList m_imeTypes
- int p_artNr
- int t_otalNr
Detailed Description
Helper-class: abstract base class of all parsers for non-mime binary data (uuencoded, yenc).
Member Function Documentation
|
try to guess the mimetype from the file-extension
|
The documentation for this class was generated from the following files:
- kmime_parsers.h
- kmime_parsers.cpp