|
a/src/internfile/mh_mail.h |
|
b/src/internfile/mh_mail.h |
|
... |
|
... |
14 |
* Free Software Foundation, Inc.,
|
14 |
* Free Software Foundation, Inc.,
|
15 |
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
15 |
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
16 |
*/
|
16 |
*/
|
17 |
#ifndef _MAIL_H_INCLUDED_
|
17 |
#ifndef _MAIL_H_INCLUDED_
|
18 |
#define _MAIL_H_INCLUDED_
|
18 |
#define _MAIL_H_INCLUDED_
|
19 |
/* @(#$Id: mh_mail.h,v 1.12 2007-10-17 11:40:35 dockes Exp $ (C) 2004 J.F.Dockes */
|
19 |
/* @(#$Id: mh_mail.h,v 1.13 2008-10-04 14:26:59 dockes Exp $ (C) 2004 J.F.Dockes */
|
20 |
|
20 |
|
21 |
#include <sstream>
|
21 |
#include <sstream>
|
22 |
#include <vector>
|
22 |
#include <vector>
|
23 |
using std::vector;
|
23 |
using std::vector;
|
24 |
|
24 |
|
|
... |
|
... |
49 |
return true;
|
49 |
return true;
|
50 |
return false;
|
50 |
return false;
|
51 |
}
|
51 |
}
|
52 |
virtual bool next_document();
|
52 |
virtual bool next_document();
|
53 |
virtual bool skip_to_document(const string& ipath);
|
53 |
virtual bool skip_to_document(const string& ipath);
|
|
|
54 |
virtual void clear();
|
54 |
|
55 |
|
55 |
private:
|
56 |
private:
|
56 |
bool processMsg(Binc::MimePart *doc, int depth);
|
57 |
bool processMsg(Binc::MimePart *doc, int depth);
|
57 |
void walkmime(Binc::MimePart* doc, int depth);
|
58 |
void walkmime(Binc::MimePart* doc, int depth);
|
58 |
bool processAttach();
|
59 |
bool processAttach();
|