Update of /cvsroot/mahogany/M/include
In directory usw-pr-cvs1:/tmp/cvs-serv18437/include

Modified Files:
        Composer.h MailFolder.h 
Log Message:
1. added MailFolder::SaveMEssageAsMBOX()
2. made resuming interrupted messages work


Index: Composer.h
===================================================================
RCS file: /cvsroot/mahogany/M/include/Composer.h,v
retrieving revision 1.6
retrieving revision 1.7
diff -b -u -2 -r1.6 -r1.7
--- Composer.h  18 Mar 2002 22:37:41 -0000      1.6
+++ Composer.h  19 Mar 2002 01:43:44 -0000      1.7
@@ -225,4 +225,7 @@
    virtual void ResetDirty() = 0;
 
+   /// make the composer dirty forcefully
+   virtual void SetDirty() = 0;
+
    //@}
 

Index: MailFolder.h
===================================================================
RCS file: /cvsroot/mahogany/M/include/MailFolder.h,v
retrieving revision 1.172
retrieving revision 1.173
diff -b -u -2 -r1.172 -r1.173
--- MailFolder.h        6 Mar 2002 18:14:50 -0000       1.172
+++ MailFolder.h        19 Mar 2002 01:43:44 -0000      1.173
@@ -390,4 +390,9 @@
    //@}
 
+   /**
+     @name Miscellaneous static methods
+    */
+   //@{
+
    /** Phyically deletes this folder.
        @return true on success
@@ -432,4 +437,20 @@
    static bool CanExit(String *which);
 
+   /**
+     Create a new file containing the message data in MBOX format.
+
+     @param filename the name of the file to create (*will* overwrite)
+     @param contents the pointer to message contents, non NULL
+     @return true if everything went ok, false on error
+    */
+   static bool SaveMessageAsMBOX(const String& filename, const char *contents);
+
+   //@}
+
+   /**
+     @name Conversion to textual representation helpers
+   */
+   //@{
+
    /** Utility function to get a textual representation of a message
        status.
@@ -453,4 +474,11 @@
                               bool verbose = false);
 
+   //@}
+
+   /**
+     @name Replying/forwarding to the messages
+    */
+   //@{
+
    /** Forward one message.
        @param message message to forward
@@ -475,5 +503,9 @@
                             wxWindow *parent = NULL);
 
-   /**@name Subscription management */
+   //@}
+
+   /**
+     @name Subscription management
+    */
    //@{
    /** Subscribe to a given mailbox (related to the


_______________________________________________
Mahogany-cvsupdates mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates

Reply via email to