MailService hardcoded CFC type

I was using the MailService plugin this morning and when sending an
email it complained that I was not passing it the correct object type
of coldbox.system.core.mail.Mail ( I definitely was though). I don't
have Coldbox in the webroot but have an application mapping setup so
I'm assuming this is causing the problem. I've disabled CFC type
checking in administrator and it now works but it might be nice to be
able to have this on when on my dev machine. Any other way around this
or any plans to change the hardcoded type in the send function to
"any" or "component"?

Thanks