This guide builds on the starting from scratch guide and adding optional column guide and will go over how to create email code resolvers for your site columns.
Jancy provides two methods to connect to email accounts for retrieving codes - Gmail integration and IMAP integration. This guide will go over how to format each of these resolvers and how to add parsers to the end.
The Gmail resolver can be used to retrieve a code from an email in a Gmail account. This section of the guide will go over how to format the Gmail resolver.
<aside> ℹ️ This guide will be using the Ron’s editor CSV editor, but the process will be relatively the same regardless of what CSV editor you use.
</aside>


<aside> ❗ After making changes to your profile CSV, make sure to save the file then refresh its contents on the profile settings page in Jancy using the refresh button under the CSV.
</aside>
This concludes how to add the Gmail resolver to your profile CSV. The section below will cover how to add a specific parser to the emailcode resolver.
In the section above we went through how to add a basic Gmail resolver. The way it is currently formatted, the resolver would search for Ticketmaster emails with the label of INBOX from the Gmail associated with the jancy-gmail Google Account. We will now cover how to add a parser to this resolver if you were looking to search for different emails. For a list of all of the recognized Jancy parsers please visit our profile documentation here.

The step above is all you will need to do to add a parser.
<aside> ❗ After making changes to your profile CSV, make sure to save the file then refresh its contents on the profile settings page in Jancy using the refresh button under the CSV.
</aside>