Update of /cvsroot/mahogany/M/include
In directory sc8-pr-cvs1:/tmp/cvs-serv17105/include

Modified Files:
        MessageCC.h MimePart.h MimePartCC.h 
Log Message:
1. Change color if signature is from an untrusted key
2. Prepare for PGP/MIME signature verification: the two strings to give to GPG are 
ready in MessageView::ProcessPart

Index: MessageCC.h
===================================================================
RCS file: /cvsroot/mahogany/M/include/MessageCC.h,v
retrieving revision 1.53
retrieving revision 1.54
diff -b -u -2 -r1.53 -r1.54
--- MessageCC.h 3 Sep 2002 12:28:18 -0000       1.53
+++ MessageCC.h 11 Dec 2002 14:07:07 -0000      1.54
@@ -76,4 +76,8 @@
    virtual String FetchText(void) const;
 
+   /** get the raw part text, with MIME headers
+    */
+   char *GetRawPartData(const MimePart& mimepart, unsigned long *len = NULL);
+
    /** get the decoded part text
     */

Index: MimePart.h
===================================================================
RCS file: /cvsroot/mahogany/M/include/MimePart.h,v
retrieving revision 1.7
retrieving revision 1.8
diff -b -u -2 -r1.7 -r1.8
--- MimePart.h  2 Sep 2002 16:48:51 -0000       1.7
+++ MimePart.h  11 Dec 2002 14:07:08 -0000      1.8
@@ -179,4 +179,7 @@
    virtual const void *GetContent(unsigned long *len = NULL) const = 0;
 
+   /// get the raw (un-decoded) contents of this part, with all headers
+   virtual const void *GetRawContent(unsigned long *len = NULL) const = 0;
+
    /// get the encoding of the part
    virtual MimeXferEncoding GetTransferEncoding() const = 0;

Index: MimePartCC.h
===================================================================
RCS file: /cvsroot/mahogany/M/include/MimePartCC.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -b -u -2 -r1.2 -r1.3
--- MimePartCC.h        17 Dec 2001 16:27:57 -0000      1.2
+++ MimePartCC.h        11 Dec 2002 14:07:08 -0000      1.3
@@ -47,4 +47,5 @@
 
    // data access
+   virtual const void *GetRawContent(unsigned long *len = NULL) const;
    virtual const void *GetContent(unsigned long *len = NULL) const;
    virtual MimeXferEncoding GetTransferEncoding() const;



-------------------------------------------------------
This sf.net email is sponsored by:
With Great Power, Comes Great Responsibility 
Learn to use your power at OSDN's High Performance Computing Channel
http://hpc.devchannel.org/
_______________________________________________
Mahogany-cvsupdates mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates

Reply via email to