From 45afd2ea8ab68c997251d3d455fdf2a4251dd29e Mon Sep 17 00:00:00 2001 From: Eileen McNaughton Date: Sat, 23 Aug 2014 11:34:10 +1200 Subject: [PATCH] CRM-15168 a few more titles --- xml/schema/Core/MailSettings.xml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/xml/schema/Core/MailSettings.xml b/xml/schema/Core/MailSettings.xml index 08585e17c5..03e5ca10b0 100644 --- a/xml/schema/Core/MailSettings.xml +++ b/xml/schema/Core/MailSettings.xml @@ -6,6 +6,7 @@ 2.2 id + Mail Settings ID int unsigned true primary key @@ -17,6 +18,7 @@ domain_id + Mail Settings Domain int unsigned true @@ -35,6 +37,7 @@ name + Mail Settings Name varchar 255 name of this group of settings @@ -42,12 +45,14 @@ is_default + Is Default Mail Settings? boolean whether this is the default set of settings for this domain 2.2 domain + email Domain varchar 255 email address domain (the part after @) @@ -55,6 +60,7 @@ localpart + email Local Part varchar 255 optional local part (like civimail+ for addresses like civimail+s.1.2@example.com) @@ -62,6 +68,7 @@ return_path + Return Path varchar 255 contents of the Return-Path header @@ -69,6 +76,7 @@ protocol + Protocol varchar 255 name of the protocol to use for polling (like IMAP, POP3 or Maildir) @@ -82,6 +90,7 @@ server + Mail Server varchar 255 server to use when polling @@ -89,12 +98,14 @@ port + Mail Port int unsigned port to use when polling 2.2 username + Mail Account Username varchar 255 username to use when polling @@ -102,6 +113,7 @@ password + Mail Account Password varchar 255 password to use when polling @@ -109,12 +121,14 @@ is_ssl + Mail Account Uses SSL boolean whether to use SSL or not 2.2 source + Mail Folder varchar 255 folder to poll from when using IMAP, path to poll from when using Maildir, etc. -- 2.25.1