mirror of
https://github.com/moparisthebest/davmail
synced 2024-12-13 11:12:22 -05:00
Doc: Add davmail.smtpSaveInSent description in doc
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@1707 3d1905a2-6b24-0410-a738-b14d5a86fcbd
This commit is contained in:
parent
4ef3725409
commit
4709e15007
@ -65,7 +65,7 @@
|
||||
</tr>
|
||||
</table>
|
||||
</subsection>
|
||||
<subsection name="Security">
|
||||
<subsection name="Encryption">
|
||||
<table>
|
||||
<tr>
|
||||
<th>Parameter</th>
|
||||
@ -204,6 +204,20 @@
|
||||
</tr>
|
||||
</table>
|
||||
</subsection>
|
||||
<subsection name="SMTP">
|
||||
<table>
|
||||
<tr>
|
||||
<th>Parameter</th>
|
||||
<th>Description</th>
|
||||
<th>Sample value</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>SMTP save in sent:</td>
|
||||
<td>Save messages sent over SMTP in server Sent folder</td>
|
||||
<td>true</td>
|
||||
</tr>
|
||||
</table>
|
||||
</subsection>
|
||||
<subsection name="Logging">
|
||||
<table>
|
||||
<tr>
|
||||
|
@ -49,6 +49,7 @@ davmail.ssl.keystoreType=JKS
|
||||
davmail.ssl.keyPass=
|
||||
davmail.ssl.keystoreFile=
|
||||
davmail.ssl.keystorePass=
|
||||
davmail.smtpSaveInSent=true
|
||||
davmail.server=true
|
||||
davmail.server.certificate.hash=
|
||||
davmail.bindAddress=
|
||||
|
Loading…
Reference in New Issue
Block a user