EVOLUTION-MANAGER
Edit File: authenticationsettingsdialog.ui
<?xml version="1.0" encoding="UTF-8"?> <!-- Generated with glade 3.18.3 --> <interface> <requires lib="gtk+" version="3.0"/> <object class="GtkAdjustment" id="adjustment1"> <property name="lower">1</property> <property name="upper">65535</property> <property name="step_increment">1</property> <property name="page_increment">10</property> </object> <object class="GtkDialog" id="AuthenticationSettingsDialog"> <property name="can_focus">False</property> <property name="border_width">6</property> <property name="title" translatable="yes">Server Authentication</property> <property name="type_hint">dialog</property> <child internal-child="vbox"> <object class="GtkBox" id="dialog-vbox1"> <property name="can_focus">False</property> <property name="orientation">vertical</property> <property name="spacing">12</property> <child internal-child="action_area"> <object class="GtkButtonBox" id="dialog-action_area1"> <property name="can_focus">False</property> <property name="layout_style">end</property> <child> <object class="GtkButton" id="ok"> <property name="label">gtk-ok</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="can_default">True</property> <property name="has_default">True</property> <property name="receives_default">True</property> <property name="use_stock">True</property> </object> <packing> <property name="expand">False</property> <property name="fill">True</property> <property name="position">0</property> </packing> </child> <child> <object class="GtkButton" id="cancel"> <property name="label">gtk-cancel</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">True</property> <property name="use_stock">True</property> </object> <packing> <property name="expand">False</property> <property name="fill">True</property> <property name="position">1</property> </packing> </child> <child> <object class="GtkButton" id="help"> <property name="label">gtk-help</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">True</property> <property name="use_stock">True</property> </object> <packing> <property name="expand">False</property> <property name="fill">True</property> <property name="position">2</property> <property name="secondary">True</property> </packing> </child> </object> <packing> <property name="expand">False</property> <property name="fill">True</property> <property name="pack_type">end</property> <property name="position">0</property> </packing> </child> <child> <object class="GtkGrid" id="grid1"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="hexpand">True</property> <property name="vexpand">True</property> <property name="row_spacing">6</property> <property name="column_spacing">12</property> <child> <object class="GtkCheckButton" id="authentication"> <property name="label" translatable="yes">The outgoing mail server (SMTP) requires au_thentication</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">False</property> <property name="use_underline">True</property> <property name="xalign">0</property> <property name="draw_indicator">True</property> </object> <packing> <property name="left_attach">0</property> <property name="top_attach">0</property> <property name="width">4</property> </packing> </child> <child> <object class="GtkRadioButton" id="separateauthentication:wrap"> <property name="label" translatable="yes">The outgoing mail server (SMTP) requires _separate authentication</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">False</property> <property name="margin_left">12</property> <property name="use_underline">True</property> <property name="xalign">0</property> <property name="active">True</property> <property name="draw_indicator">True</property> <property name="group">smtpafterpop:wrap</property> </object> <packing> <property name="left_attach">0</property> <property name="top_attach">1</property> <property name="width">4</property> </packing> </child> <child> <object class="GtkLabel" id="label1"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="margin_left">24</property> <property name="xalign">0</property> <property name="label" translatable="yes">Outgoing mail server:</property> </object> <packing> <property name="left_attach">0</property> <property name="top_attach">2</property> <property name="width">4</property> </packing> </child> <child> <object class="GtkEntry" id="username"> <property name="visible">True</property> <property name="can_focus">True</property> <property name="hexpand">True</property> <property name="invisible_char">●</property> <property name="width_chars">40</property> </object> <packing> <property name="left_attach">1</property> <property name="top_attach">3</property> </packing> </child> <child> <object class="GtkLabel" id="username_label"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="margin_left">24</property> <property name="xalign">1</property> <property name="label" translatable="yes">_User name:</property> <property name="use_underline">True</property> <property name="mnemonic_widget">username</property> </object> <packing> <property name="left_attach">0</property> <property name="top_attach">3</property> </packing> </child> <child> <object class="GtkEntry" id="outpassword"> <property name="visible">True</property> <property name="can_focus">True</property> <property name="hexpand">True</property> <property name="visibility">False</property> <property name="invisible_char">●</property> <property name="width_chars">40</property> </object> <packing> <property name="left_attach">1</property> <property name="top_attach">4</property> </packing> </child> <child> <object class="GtkLabel" id="outpassword_label"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="margin_left">24</property> <property name="xalign">1</property> <property name="label" translatable="yes">_Password:</property> <property name="use_underline">True</property> <property name="mnemonic_widget">outpassword</property> </object> <packing> <property name="left_attach">0</property> <property name="top_attach">4</property> </packing> </child> <child> <object class="GtkRadioButton" id="smtpafterpop:wrap"> <property name="label" translatable="yes">The outgoing mail server uses the same authentication as the _incoming mail server</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">False</property> <property name="margin_left">12</property> <property name="use_underline">True</property> <property name="xalign">0</property> <property name="active">True</property> <property name="draw_indicator">True</property> <property name="group">separateauthentication:wrap</property> </object> <packing> <property name="left_attach">0</property> <property name="top_attach">5</property> <property name="width">4</property> </packing> </child> <child> <object class="GtkLabel" id="label2"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="margin_left">24</property> <property name="xalign">0</property> <property name="label" translatable="yes">Incoming mail server:</property> </object> <packing> <property name="left_attach">0</property> <property name="top_attach">6</property> <property name="width">4</property> </packing> </child> <child> <object class="GtkEntry" id="server"> <property name="visible">True</property> <property name="can_focus">True</property> <property name="hexpand">True</property> <property name="invisible_char">●</property> <property name="width_chars">40</property> </object> <packing> <property name="left_attach">1</property> <property name="top_attach">7</property> </packing> </child> <child> <object class="GtkLabel" id="server_label"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="margin_left">24</property> <property name="xalign">0</property> <property name="label" translatable="yes">Server _name:</property> <property name="use_underline">True</property> <property name="mnemonic_widget">server</property> </object> <packing> <property name="left_attach">0</property> <property name="top_attach">7</property> </packing> </child> <child> <object class="GtkSpinButton" id="port"> <property name="visible">True</property> <property name="can_focus">True</property> <property name="invisible_char">●</property> <property name="width_chars">3</property> <property name="adjustment">adjustment1</property> </object> <packing> <property name="left_attach">3</property> <property name="top_attach">7</property> </packing> </child> <child> <object class="GtkLabel" id="port_label"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="xalign">1</property> <property name="label" translatable="yes">P_ort:</property> <property name="use_underline">True</property> <property name="mnemonic_widget">port</property> </object> <packing> <property name="left_attach">2</property> <property name="top_attach">7</property> </packing> </child> <child> <object class="GtkLabel" id="label3"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="margin_left">24</property> <property name="xalign">1</property> <property name="label" translatable="yes">Type:</property> </object> <packing> <property name="left_attach">0</property> <property name="top_attach">8</property> </packing> </child> <child> <object class="GtkRadioButton" id="pop3"> <property name="label" translatable="yes">_POP3</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">False</property> <property name="use_underline">True</property> <property name="xalign">0</property> <property name="active">True</property> <property name="draw_indicator">True</property> <property name="group">imap</property> </object> <packing> <property name="left_attach">1</property> <property name="top_attach">8</property> </packing> </child> <child> <object class="GtkRadioButton" id="imap"> <property name="label" translatable="yes">_IMAP</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">False</property> <property name="use_underline">True</property> <property name="xalign">0</property> <property name="active">True</property> <property name="draw_indicator">True</property> <property name="group">pop3</property> </object> <packing> <property name="left_attach">1</property> <property name="top_attach">9</property> </packing> </child> <child> <object class="GtkEntry" id="inusername"> <property name="visible">True</property> <property name="can_focus">True</property> <property name="hexpand">True</property> <property name="invisible_char">●</property> <property name="width_chars">40</property> </object> <packing> <property name="left_attach">1</property> <property name="top_attach">10</property> </packing> </child> <child> <object class="GtkEntry" id="inpassword"> <property name="visible">True</property> <property name="can_focus">True</property> <property name="hexpand">True</property> <property name="visibility">False</property> <property name="invisible_char">●</property> <property name="width_chars">40</property> </object> <packing> <property name="left_attach">1</property> <property name="top_attach">11</property> </packing> </child> <child> <object class="GtkLabel" id="inusername_label"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="margin_left">24</property> <property name="xalign">1</property> <property name="label" translatable="yes">Us_er name:</property> <property name="use_underline">True</property> <property name="mnemonic_widget">inusername</property> </object> <packing> <property name="left_attach">0</property> <property name="top_attach">10</property> </packing> </child> <child> <object class="GtkLabel" id="inpassword_label"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="margin_left">24</property> <property name="xalign">1</property> <property name="label" translatable="yes">Pass_word:</property> <property name="use_underline">True</property> <property name="mnemonic_widget">inpassword</property> </object> <packing> <property name="left_attach">0</property> <property name="top_attach">11</property> </packing> </child> <child> <placeholder/> </child> <child> <placeholder/> </child> <child> <placeholder/> </child> <child> <placeholder/> </child> <child> <placeholder/> </child> <child> <placeholder/> </child> <child> <placeholder/> </child> <child> <placeholder/> </child> <child> <placeholder/> </child> <child> <placeholder/> </child> <child> <placeholder/> </child> <child> <placeholder/> </child> <child> <placeholder/> </child> </object> <packing> <property name="expand">False</property> <property name="fill">True</property> <property name="position">1</property> </packing> </child> </object> </child> <action-widgets> <action-widget response="0">ok</action-widget> <action-widget response="0">cancel</action-widget> <action-widget response="0">help</action-widget> </action-widgets> </object> </interface>