You need to sign in to do that
Don't have an account?

BUG: Email templates missing in IDE v23 (though you can see it in earlier version, such as v20)
Open your IDE for a project, use the Add/Remove Components dialog and for v23 the "Email" folder does not appear.
... if only there was a place to post bugs.
jason
I just noticed this also. This is a problem because you cannot push up the complex html for the emails without this.
I've added this to Ideas:
Add Email Templates back in
Am I the only one who can no longer see the detailed metadata components under custom and standard objects (custom fields, record types), too? Am I expected to push the entire object now? Please don't make me use Change Sets!
Anyone hear anything about a fix for this? I received an IDE update today but it doesn't look like it fixed the email issue.
I'm really surprised there aren't more threads or ideas about this, in fact there's very few relevent google results too. It definitely affects me though. Come to check our email templates for hard coded URLs because of an instance change and lo and behold, I can't export email templates! I'm going to have to go through every email tempate manually!!!
I don't understand why this was removed. Please add it back.
I am running into this problem as well. Found this tidbit about editing the package.xml file but no dice for me. http://paulbattisson.com/?p=80
Any ideas anyone?
just got it working. for the unfiled templates one must do as follows:
<types>
<members>unfiled$public/ContactFollowUpSAMPLE</members>
<name>EmailTemplate</name>
</types>
also, i fixed the exec anon code snippet from the blog:
Tyler
Need Help? www.salesforcesuperheroes.com
even better code found at https://gist.github.com/1445287
Tyler
www.salesforcesuperheroes.com