Hi,
I'm a quite experienced C++/C#/Python developer, but quite new to Mac
OS X and apple script. I have too much messages in my junk folder and
want to delete messages which have subjects which appear more than
once. My idea was to iterate over the junk folder, count the occurence
of each subjekt and then delete all messages whose subject as a
occurence greater than a given threshold.
I was able to connect a script to the mail tool and do iterate over
the messages in the junk folder. But I could not find any infos about
dictinary like data structures in apple script.
Any starting point to solve the above problem would be very
appreciated. If apple script is the wrong tool, I'm also open for
better ideas.
best regards,
Achim