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.7 2006-09-05 08:05:02 dockes Exp $  (C) 2004 J.F.Dockes */
19
/* @(#$Id: mh_mail.h,v 1.8 2006-09-19 14:30:39 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;
...
...
43
 private:
43
 private:
44
    void      *m_vfp;    // File pointer for folder
44
    void      *m_vfp;    // File pointer for folder
45
    int        m_msgnum; // Current message number in folder. Starts at 1
45
    int        m_msgnum; // Current message number in folder. Starts at 1
46
    RclConfig *m_conf;   // Keep pointer to rclconfig around
46
    RclConfig *m_conf;   // Keep pointer to rclconfig around
47
47
48
    MimeHandler::Status processone(const string &fn, Binc::MimeDocument& doc,
49
                 Rcl::Doc &docout);
50
    MimeHandler::Status processmbox(const string &fn, Rcl::Doc &docout, 
48
    MimeHandler::Status processmbox(const string &fn, Rcl::Doc &docout, 
51
                   string &ipath);
49
                   string &ipath);
50
    MimeHandler::Status processMsg(Rcl::Doc &docout, Binc::MimePart& doc,
51
                 int depth);
52
    void walkmime(string &out, Binc::MimePart& doc, int depth);
52
    void walkmime(Rcl::Doc &docout, Binc::MimePart& doc, int depth);
53
};
53
};
54
54
55
#endif /* _MAIL_H_INCLUDED_ */
55
#endif /* _MAIL_H_INCLUDED_ */