|
a/src/internfile/mh_mail.h |
|
b/src/internfile/mh_mail.h |
|
... |
|
... |
66 |
// Start of actual text (after the reprinted headers. This is for
|
66 |
// Start of actual text (after the reprinted headers. This is for
|
67 |
// generating a semi-meaningful "abstract")
|
67 |
// generating a semi-meaningful "abstract")
|
68 |
std::string::size_type m_startoftext;
|
68 |
std::string::size_type m_startoftext;
|
69 |
std::string m_subject;
|
69 |
std::string m_subject;
|
70 |
std::vector<MHMailAttach *> m_attachments;
|
70 |
std::vector<MHMailAttach *> m_attachments;
|
71 |
// Additional headers to be process as per config + field name translation
|
71 |
// Additional headers to be processed as per config + field name translation
|
72 |
std::map<std::string, std::string> m_addProcdHdrs;
|
72 |
std::map<std::string, std::string> m_addProcdHdrs;
|
73 |
};
|
73 |
};
|
74 |
|
74 |
|
75 |
class MHMailAttach {
|
75 |
class MHMailAttach {
|
76 |
public:
|
76 |
public:
|