[cvs] [Wiki] created: ImpDirectMessageLink

Chuck Hagenbuch chuck at horde.org
Thu Jun 21 01:41:27 UTC 2007


chuck  Wed, 20 Jun 2007 18:41:27 -0700

Created page: http://wiki.horde.org/ImpDirectMessageLink

+ Linking directly to an email message in IMP

You can link directly to an email message in IMP if you know the messages
IMAP UID (available using http://php.net/imap-uid or by passing FT_UID to
many functions if you are using PHP's imap extension) and the folder it is
in. The url syntax is:

<code>
https://servername/horde/imp/message.php?mailbox=MAILBOX&index=UID
</code>

So to link to a message in a user's INBOX with UID 3 you would use:

<code>
https://servername/horde/imp/message.php?mailbox=INBOX&index=3
</code>


More information about the cvs mailing list