|
a/src/bincimapmime/mime.h |
|
b/src/bincimapmime/mime.h |
|
... |
|
... |
112 |
void printHeader(int fd, Binc::IODevice &output, std::vector<std::string> headers, bool includeheaders, unsigned int startoffset, unsigned int length, std::string &storage) const;
|
112 |
void printHeader(int fd, Binc::IODevice &output, std::vector<std::string> headers, bool includeheaders, unsigned int startoffset, unsigned int length, std::string &storage) const;
|
113 |
void printDoc(int fd, Binc::IODevice &output, unsigned int startoffset, unsigned int length) const;
|
113 |
void printDoc(int fd, Binc::IODevice &output, unsigned int startoffset, unsigned int length) const;
|
114 |
virtual void clear(void) const;
|
114 |
virtual void clear(void) const;
|
115 |
|
115 |
|
116 |
const MimePart *getPart(const std::string &findpart, std::string genpart, FetchType fetchType = FetchBody) const;
|
116 |
const MimePart *getPart(const std::string &findpart, std::string genpart, FetchType fetchType = FetchBody) const;
|
117 |
virtual int parseOnlyHeader(const std::string &toboundary) const;
|
117 |
virtual int doParseOnlyHeader(const std::string &toboundary) const;
|
118 |
virtual int parseFull(const std::string &toboundary, int &boundarysize) const;
|
118 |
virtual int doParseFull(const std::string &toboundary, int &boundarysize) const;
|
119 |
|
119 |
|
120 |
MimePart(void);
|
120 |
MimePart(void);
|
121 |
virtual ~MimePart(void);
|
121 |
virtual ~MimePart(void);
|
122 |
};
|
122 |
};
|
123 |
|
123 |
|