!--a11y-->
Servlet
Files 
This is the list of the names of the Servlets you have to create. All of them must be in the com.sap.engine.examples.javamail.servlet package you created in the previous step.

Note that we assume that you are using the required sources from the JavaMailWeb/source/com/sap/engine/examples/javamail/servlet.
...
1. GetFirstNews
2. GetMessages
3. GetNextNews
4. GetSubfolder
5. InfFolder
6. MultiMessageForm
7. MultiMessageFormUsingEJB
8. OpenFolder
9. ReadNewsgr
10. RetrieveMailIMAP4
11. RetrieveMailPOP3
12. SendMail
13. SendMailUsingEJB
14. SendNews
15. ShowMessage
16. ShowNews
Now create the Servlet classes with the names from the list. Use the source from the JavaMail.zipfile. The Servlet sources are located in the package com.sap.engine.examples.javamail.servlet.
For more information about how to create the Servlets, see Creating the Servlet Files.
When you have finished, choose File ® Save all to save and compile the sources. Here is the result:

When you are finished, continue with HTML Files
