Hello Mozilla developers,
first thank you for such a great job! Back to topic:
I'm currently developing a Personal Information Manager which should
integrate all of the user's data, including emails.
First, I would like to be able to include the metadata of the Mozilla
Mail store (To:, From:, ...) in my database. Is there an interface to
get this information from. No problem if there's none, I will then just
parse the mail files directly.
Second, and more important, is there a way to externally cause Mozilla
Mail to open an email with a given identity ("Please show the mail with
id: <[EMAIL PROTECTED]> to the user", like when double-clicking on a
mail in Mozilla Mail), and a way to just open the "Compose" window to
create a new email?
Thank you!
... Felix