<add>2.2</add>
<field>
<name>id</name>
+ <title>Mail Settings ID</title>
<type>int unsigned</type>
<required>true</required>
<comment>primary key</comment>
</primaryKey>
<field>
<name>domain_id</name>
+ <title>Mail Settings Domain</title>
<type>int unsigned</type>
<required>true</required>
<pseudoconstant>
</foreignKey>
<field>
<name>name</name>
+ <title>Mail Settings Name</title>
<type>varchar</type>
<length>255</length>
<comment>name of this group of settings</comment>
</field>
<field>
<name>is_default</name>
+ <title>Is Default Mail Settings?</title>
<type>boolean</type>
<comment>whether this is the default set of settings for this domain</comment>
<add>2.2</add>
</field>
<field>
<name>domain</name>
+ <title>email Domain</title>
<type>varchar</type>
<length>255</length>
<comment>email address domain (the part after @)</comment>
</field>
<field>
<name>localpart</name>
+ <title>email Local Part</title>
<type>varchar</type>
<length>255</length>
<comment>optional local part (like civimail+ for addresses like civimail+s.1.2@example.com)</comment>
</field>
<field>
<name>return_path</name>
+ <title>Return Path</title>
<type>varchar</type>
<length>255</length>
<comment>contents of the Return-Path header</comment>
</field>
<field>
<name>protocol</name>
+ <title>Protocol</title>
<type>varchar</type>
<length>255</length>
<comment>name of the protocol to use for polling (like IMAP, POP3 or Maildir)</comment>
</field>
<field>
<name>server</name>
+ <title>Mail Server</title>
<type>varchar</type>
<length>255</length>
<comment>server to use when polling</comment>
</field>
<field>
<name>port</name>
+ <title>Mail Port</title>
<type>int unsigned</type>
<comment>port to use when polling</comment>
<add>2.2</add>
</field>
<field>
<name>username</name>
+ <title>Mail Account Username</title>
<type>varchar</type>
<length>255</length>
<comment>username to use when polling</comment>
</field>
<field>
<name>password</name>
+ <title>Mail Account Password</title>
<type>varchar</type>
<length>255</length>
<comment>password to use when polling</comment>
</field>
<field>
<name>is_ssl</name>
+ <title>Mail Account Uses SSL</title>
<type>boolean</type>
<comment>whether to use SSL or not</comment>
<add>2.2</add>
</field>
<field>
<name>source</name>
+ <title>Mail Folder</title>
<type>varchar</type>
<length>255</length>
<comment>folder to poll from when using IMAP, path to poll from when using Maildir, etc.</comment>