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

Modified Files:
        Composer.h 
Log Message:
parse mailto: URLs specified on the command line


Index: Composer.h
===================================================================
RCS file: /cvsroot/mahogany/M/include/Composer.h,v
retrieving revision 1.8
retrieving revision 1.9
diff -b -u -2 -r1.8 -r1.9
--- Composer.h  28 Mar 2002 23:13:04 -0000      1.8
+++ Composer.h  30 Mar 2002 00:40:09 -0000      1.9
@@ -179,4 +179,14 @@
    virtual void AddHeaderEntry(const String& entry, const String& value) = 0;
 
+   /**
+      Expand the given string: this method handles address book completion and
+      mailto: URLs parsing. It modifies the string passed to it in place.
+
+      @param text the text to expand, modified by the method
+      @param quite suppresses any interaction with the user if true
+      @return the inferred recipient type or Recipient_None if invalid address
+   */
+   virtual RecipientType ExpandRecipient(String *text, bool quiet = false) = 0;
+
    //@}
 


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

Reply via email to