1 <?xml version="1.0" encoding="UTF-8"?>
3 <name>Create E-Mail Client Elements</name>
4 <shortDescription>Elements for the SMTP, IMAP and POP protocols.</shortDescription>
8 <a href="https://gitlab.com/bjk/pwmd/wikis/">pwmd</a>
9 elements for common e-mail protocols with authentication details.
12 Click <em>Next</em> to proceed to fill out the form.
13 Help is available by right-clicking on a form label.
17 <!-- This ID is reserved by QPwmc. -->
19 <label>Pwmd socket:</label>
21 <placeholderText>Default</placeholderText>
25 <whatsThis>The pwmd server to connect to.</whatsThis>
28 <!-- This ID is reserved by QPwmc. -->
30 <label>Pwmd filename:</label>
32 <placeholderText>Required</placeholderText>
37 <whatsThis>The data file on the pwmd server to open. Required.</whatsThis>
40 <!-- This ID is reserved by QPwmc. -->
42 <label>Root element:</label>
44 <placeholderText>Element path...</placeholderText>
47 <id>pwmdRootElement</id>
48 <whatsThis>The root element for all other created elements. If not specified then the other elements will be created at the document root.</whatsThis>
52 <label>Account name:</label>
54 <placeholderText>Required</placeholderText>
56 <childOf>pwmdRootElement</childOf>
59 <whatsThis>The name or label of the server to retrieve mail from. This field is required.</whatsThis>
63 <label>Hostname:</label>
65 <placeholderText>Required</placeholderText>
66 <value>hostname.com</value>
67 <element>hostname</element>
68 <childOf>protocol</childOf>
71 <whatsThis>The hostname of the mail server.</whatsThis>
75 <label>Protocol:</label>
76 <type>radioButton</type>
81 <childOf>accountName</childOf>
83 <whatsThis>The protocol to create elements for.</whatsThis>
90 <element>port</element>
91 <childOf>protocol</childOf>
93 <whatsThis>Usually port 993 is used for IMAP, port 110 for POP3 and port 25 for SMTP.</whatsThis>
97 <label>Username:</label>
99 <placeholderText>Required</placeholderText>
101 <element>username</element>
102 <childOf>accountName</childOf>
105 <whatsThis>The username to login as on the mail server. Required.</whatsThis>
109 <label>Password:</label>
110 <type>lineEdit</type>
112 <element>password</element>
113 <childOf>accountName</childOf>
116 <whatsThis>The password for the mail server.</whatsThis>
117 <passwordGenerator />
121 </PwmdApplicationForm>