Could someone help me out with the MultiMail plugin API? I haven't received any responses from [EMAIL PROTECTED] I was just perusing the source code and documentation I found at the following web page: http://www.actualsoft.com/developers.htm Things look straightforward, which is good, except for one question I have--how does one cause MultiMail to launch a PIP for a data type that does not correspond to one of the pre-defined types in plugin.h? It appears that the constants 0-15 are reserved for such standard types as HTML, WORD, GIF, ZIP, etc., but what happens when an unknown type arrives, does it just fall through a case statement and pass it on to whatever PIP is handling ATTYPE_BINARY? I guess, more generally, how does MultiMail map between an attachment suffix or MIME type to a particular PIP? The _pluginQueryParams structure looked promising, but appears to only be used in the conversion of data to _send_ as an attachment, and not to query the PIP as to whether it can display a received attachment. Thanks, Jim Moy _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/
