Switch to unified view

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.6 2006-04-07 08:51:15 dockes Exp $  (C) 2004 J.F.Dockes */
19
/* @(#$Id: mh_mail.h,v 1.7 2006-09-05 08:05:02 dockes Exp $  (C) 2004 J.F.Dockes */
20
20
21
#include "mimehandler.h"
21
#include "mimehandler.h"
22
22
23
namespace Binc {
23
namespace Binc {
24
    class MimeDocument;
24
    class MimeDocument;
25
    class MimePart;
25
}
26
}
26
27
27
/** 
28
/** 
28
 * Translate a mail folder file into internal documents (also works
29
 * Translate a mail folder file into internal documents (also works
29
 * for maildir files). This has to keep state while parsing a mail folder
30
 * for maildir files). This has to keep state while parsing a mail folder
...
...
46
47
47
    MimeHandler::Status processone(const string &fn, Binc::MimeDocument& doc,
48
    MimeHandler::Status processone(const string &fn, Binc::MimeDocument& doc,
48
                   Rcl::Doc &docout);
49
                   Rcl::Doc &docout);
49
    MimeHandler::Status processmbox(const string &fn, Rcl::Doc &docout, 
50
    MimeHandler::Status processmbox(const string &fn, Rcl::Doc &docout, 
50
                   string &ipath);
51
                   string &ipath);
52
    void walkmime(string &out, Binc::MimePart& doc, int depth);
51
};
53
};
52
54
53
#endif /* _MAIL_H_INCLUDED_ */
55
#endif /* _MAIL_H_INCLUDED_ */