Newbies hrjacobi Posted June 13, 2011 Newbies Posted June 13, 2011 I'm using the plugin with an imap emailaccount. Is it possible (just like in the Apple mail app) to go to the related reply of an email message. Does Apple wright it away with the reply id with the original message? If yes, is it possible to read out with the EmailReadMessageValue function?
Smef Posted June 14, 2011 Posted June 14, 2011 What you are talking about is called threading, and it's something that is a common feature of email clients, but not part of the actual email message itself. Many email clients will compare message timestamps, subjects, and message bodies to see what messages they are related to and organize them in your client accordingly. It would be possible for you to program something similar in your filemaker database (though it wouldn't be easy) and achieve similar functionality. This would be done with scripting and calculations in your database, and not part of the email plugin.
Ocean West Posted June 16, 2011 Posted June 16, 2011 Here is some reference material... http://www.jwz.org/doc/threading.html http://citeseerx.ist...p=rep1&type=pdf
Newbies hrjacobi Posted June 16, 2011 Author Newbies Posted June 16, 2011 Thanks for all reply s I'll have a look at it. Post when I have success!
Recommended Posts
This topic is 4978 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now