PETEP is extensible application, which allows developers to extend the functionality by creating their own extensions in Java using PETEP library.
Main purpose of extensions is to provide new module types for proxies and interceptors and/or add new graphical components to the application. It is possible to, for example, create extension that will provide support for SMTP protocol and also add new replacement and tagging rules for SMTP-specific demands.
There are two categories of extensions - internal and external. You are able to choose, which extensions (both internal and external) you want to use and load for each project individually.
Internal extensions are distributed inside PETEP.jar file and provide official functions of PETEP, because without them the PETEP is only a core entity that does not provide any functions for the user.
Currently there are the following internal extensions available:
External extensions are JAR files (Java ARchive), which are distributed separately. If you are interested in creating your own extension, take a look at Dev Guide.