Creating a Job for retrieving emails and extracting email data
In this example, we are going to design a Job to do the following:
- Read emails from an email server and store it in a local directory
 - Read the email files from the local directory
 - Extract standard key data from the email files
 - Print the extracted data on the console window
 
      Procedure
- Create a new Job and add a tPOP component, a tFileList component, a tFileInputMail component and a tLogRow component to the Job.
 - Link the tFileList component to the tFileInputMail component using a connection.
 - Link the tFileInputMail component to the tLogRow component using a connection.
 - Link the tPOP component to the tFileList component using a connection.