Update of /cvsroot/mahogany/M/include
In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv14177/include
Modified Files:
MessageView.h
Log Message:
added multipart/related support
Index: MessageView.h
===================================================================
RCS file: /cvsroot/mahogany/M/include/MessageView.h,v
retrieving revision 1.66
retrieving revision 1.67
diff -b -u -2 -r1.66 -r1.67
--- MessageView.h 20 Jan 2006 02:01:46 -0000 1.66
+++ MessageView.h 26 Jun 2006 18:26:02 -0000 1.67
@@ -546,6 +546,8 @@
/// process a multipart/alternative part
- bool ProcessAlternativeMultiPart(const MimePart *part,
- MimePartAction action = Part_Show);
+ bool ProcessAlternativeMultiPart(const MimePart *part, MimePartAction
action);
+
+ /// process a multipart/related part
+ bool ProcessRelatedMultiPart(const MimePart *mimepart, MimePartAction
action);
/// process a multipart/signed part
@@ -567,4 +569,10 @@
}
+ /// Store MIME part with the given CID for further access
+ bool StoreMIMEPartData(const MimePart *part, const String& cid);
+
+ /// Clean up all stored MIME parts data
+ void ClearMIMEPartDataStore();
+
public:
/// show part of any kind
@@ -858,4 +866,7 @@
class VirtualMimePartsList *m_virtualMimeParts;
+ /// all Content-IDs which we keep in memory during multipart/related parsing
+ wxArrayString *m_cidsInMemory;
+
friend class ProcessEvtHandler;
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Mahogany-cvsupdates mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates