Spade

Mini Shell

Directory:~$ /proc/self/root/home/lmsyaran/public_html/j3/plugins/system/hdpreplyviaemail/
Upload File

[Home] [System Details] [Kill Me]
Current File:~$ //proc/self/root/home/lmsyaran/public_html/j3/plugins/system/hdpreplyviaemail/hdpreplyviaemail.xml

<?xml version="1.0" encoding="utf-8"?>
<extension version="3.9.0" type="plugin"
group="system" method="upgrade">
    <name>System - Helpdeskpro Reply Via Email</name>
    <author>Tuan Pham Ngoc</author>
    <authorEmail>tuanpn@joomdonation.com</authorEmail>
    <authorUrl>http://www.joomdonation.com</authorUrl>
    <copyright>Copyright (C) 2013 - 2021 Ossolution
Team</copyright>
    <license>GNU General Public License version 3, or
later</license>
    <creationDate>May 2021</creationDate>
    <version>4.3.0</version>
    <description>Enable and Configure this plugin to allow reply
ticket via email.</description>
    <files>
        <filename
plugin="hdpreplyviaemail">hdpreplyviaemail.php</filename>
        <folder>lib</folder>
    </files>
    <config>
        <fields name="params"
addfieldpath="/administrator/components/com_helpdeskpro/fields">
            <fieldset name="basic">
                <field name="last_run" label="Last Run
Time" type="hidden" readonly="true"
size="30"
                       description="Store Last Run Time of the
plugin"/>
                <field name="new_ticket_category_id"
type="hdpcategory" category_type="1" label="New
Ticket Category"
                       description="Select the category which new
ticket will be created" default="0"/>
                <field name="host" label="Host"
type="text" default="localhost"/>
                <field name="port" label="Port"
type="text" default="993"/>
                <field name="encryption" type="list"
label="Encryption" default="ssl">
                    <option value="ssl">ssl</option>
                    <option value="tls">tls</option>
                    <option
value="notls">notls</option>
                </field>
                <field
                        name="validate_certificate"
                        type="radio"
                        label="Validate Certificates"
                        class="btn-group btn-group-yesno"
                        default="1"
                >
                    <option value="1">JYES</option>
                    <option value="0">JNO</option>
                </field>
                <field name="username"
label="Username" type="text"/>
                <field name="password"
label="Password" type="password"/>
                <field name="secret_code"
type="text" value="" label="Secret Code"
description="Secret Code which is used to compare with the secret_code
variable from the request to determine of the process should be processed.
Usually uses with cron job"/>
            </fieldset>
        </fields>
    </config>
</extension>