↓ Archives ↓

Archive → March, 2011

MailWarnMe – A Warn Before Sending Tool for Mac Mail

I needed a simple plugin for Mac Mail that would prevent me from sending email to certain recipients from the wrong account. So I did a little research on the undocumented Mail API and went through Code Samples, relying heavily on the groundwork laid by the GrowlMail plugin, and came up with this:

http://code.google.com/p/mail-warn-me/

It’s not complete, but it IS functional and already useful to me. I still need to make an installer for it, and add some features so the general public might find it user-friendly, but in the meantime, if anybody else is scouring the web looking for information on how to swizzle Mail’s methods, the source code might be of use to you.