6.0.0-git
2024-04-20

Diff for ImpDirectMessageLink between 1 and 2

+ 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:


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>
<code>
https://servername/horde/imp/message.php?mailbox=MAILBOX&index=UID

</code>



So</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>

</code>The folder name has to be encoded in the UTF7-IMAP character set.