-
Notifications
You must be signed in to change notification settings - Fork 1
/
Email.type
65 lines (65 loc) · 3.64 KB
/
Email.type
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
<?xml version="1.0" encoding="UTF-8" ?>
<object class="kapow.robot.common.domain.Type" serializationversion="0">
<prologue>
<saved-by-versions>
<version>9.5.4</version>
<version>10.0.3</version>
<version>10.2.0.0</version>
<version>10.3.0.0</version>
</saved-by-versions>
</prologue>
<property name="attributes" class="kapow.robot.common.domain.Attributes">
<object class="kapow.robot.common.domain.Attribute" serializationversion="0">
<property name="name" class="String">Server</property>
<property name="type" class="kapow.robot.plugin.common.domain.StringAttributeType"/>
<property name="defaultValue" class="String">mail.kofax.com</property>
</object>
<object class="kapow.robot.common.domain.Attribute" serializationversion="0">
<property name="name" class="String">Port</property>
<property name="type" class="kapow.robot.plugin.common.domain.IntegerAttributeType"/>
<property name="defaultValue" class="String">25</property>
</object>
<object class="kapow.robot.common.domain.Attribute" serializationversion="0">
<property name="name" class="String">From</property>
<property name="type" class="kapow.robot.plugin.common.domain.StringAttributeType"/>
<property name="defaultValue" class="String">[email protected]</property>
</object>
<object class="kapow.robot.common.domain.Attribute" serializationversion="0">
<property name="name" class="String">To</property>
<property name="type" class="kapow.robot.plugin.common.domain.StringAttributeType" id="0"/>
</object>
<object class="kapow.robot.common.domain.Attribute" serializationversion="0">
<property name="name" class="String">CC</property>
<property name="type" class="kapow.robot.plugin.common.domain.StringAttributeType"/>
</object>
<object class="kapow.robot.common.domain.Attribute" serializationversion="0">
<property name="name" class="String">Subject</property>
<property name="type" idref="0"/>
</object>
<object class="kapow.robot.common.domain.Attribute" serializationversion="0">
<property name="name" class="String">Message</property>
<property name="type" class="kapow.robot.plugin.common.domain.HTMLCodeAttributeType"/>
</object>
<object class="kapow.robot.common.domain.Attribute" serializationversion="0">
<property name="name" class="String">MessageType</property>
<property name="type" class="kapow.robot.plugin.common.domain.StringAttributeType"/>
<property name="defaultValue" class="String">HTML</property>
</object>
<object class="kapow.robot.common.domain.Attribute" serializationversion="0">
<property name="name" class="String">Attachment</property>
<property name="type" class="kapow.robot.plugin.common.domain.TextAttributeType"/>
</object>
<object class="kapow.robot.common.domain.Attribute" serializationversion="0">
<property name="name" class="String">AttachmentName</property>
<property name="type" class="kapow.robot.plugin.common.domain.StringAttributeType"/>
</object>
<object class="kapow.robot.common.domain.Attribute" serializationversion="0">
<property name="name" class="String">SMTPUser</property>
<property name="type" class="kapow.robot.plugin.common.domain.StringAttributeType"/>
</object>
<object class="kapow.robot.common.domain.Attribute" serializationversion="0">
<property name="name" class="String">SMTPPassword</property>
<property name="type" class="kapow.robot.plugin.common.domain.PasswordAttributeType"/>
</object>
</property>
</object>