mirror of
https://github.com/imapsync/imapsync.git
synced 2025-07-26 03:48:17 +02:00
1.977
This commit is contained in:
parent
93b917b12b
commit
1d08afaba6
139 changed files with 27179 additions and 6213 deletions
|
@ -7,7 +7,7 @@
|
|||
<CENTER>
|
||||
<H1>Good practices for imapsync</H1>
|
||||
<FONT SIZE="4"><I>Gilles LAMIRAL gilles@lamiral.info</I></FONT><BR>
|
||||
<FONT SIZE="4">% $Id: GOOD_PRACTICES.t2t,v 1.9 2018/04/10 00:15:05 gilles Exp gilles $</FONT>
|
||||
<FONT SIZE="4">% $Id: GOOD_PRACTICES.t2t,v 1.10 2019/11/25 12:50:54 gilles Exp gilles $</FONT>
|
||||
</CENTER>
|
||||
|
||||
<P></P>
|
||||
|
@ -32,7 +32,7 @@
|
|||
<H1>Good practices for imapsync</H1>
|
||||
|
||||
<P>
|
||||
You are not supposed to have read the TUTORIAL documentation but it
|
||||
You are not supposed to have read the TUTORIAL documentation but
|
||||
reading it should help to understand and master the following best practices.
|
||||
</P>
|
||||
|
||||
|
@ -42,9 +42,11 @@ reading it should help to understand and master the following best practices.
|
|||
<P>
|
||||
By principle, imapsync does not change any single byte of messages,
|
||||
unless --regexmess or --addheader is used.
|
||||
But since imapsync identifies messages with "Message-Id" and "Received" headers,
|
||||
it ignores messages that lack those headers;
|
||||
Imapsync identifies messages with "Message-Id" and "Received" headers,
|
||||
so it ignores messages that lack those headers;
|
||||
most of the time it happens with the "Sent" folders.
|
||||
</P>
|
||||
<P>
|
||||
A way to sync those messages is to add option --addheader.
|
||||
Before appending a message on host2, and only when needed,
|
||||
--addheader option adds a Message-Id header like "Message-Id: <123456789@imapsync>"
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
Good practices for imapsync
|
||||
Gilles LAMIRAL gilles@lamiral.info
|
||||
% $Id: GOOD_PRACTICES.t2t,v 1.9 2018/04/10 00:15:05 gilles Exp gilles $
|
||||
% $Id: GOOD_PRACTICES.t2t,v 1.10 2019/11/25 12:50:54 gilles Exp gilles $
|
||||
|
||||
= Good practices for imapsync =
|
||||
|
||||
You are not supposed to have read the TUTORIAL documentation but it
|
||||
You are not supposed to have read the TUTORIAL documentation but
|
||||
reading it should help to understand and master the following best practices.
|
||||
|
||||
|
||||
|
@ -12,9 +12,10 @@ reading it should help to understand and master the following best practices.
|
|||
|
||||
By principle, imapsync does not change any single byte of messages,
|
||||
unless --regexmess or --addheader is used.
|
||||
But since imapsync identifies messages with "Message-Id" and "Received" headers,
|
||||
it ignores messages that lack those headers;
|
||||
Imapsync identifies messages with "Message-Id" and "Received" headers,
|
||||
so it ignores messages that lack those headers;
|
||||
most of the time it happens with the "Sent" folders.
|
||||
|
||||
A way to sync those messages is to add option --addheader.
|
||||
Before appending a message on host2, and only when needed,
|
||||
--addheader option adds a Message-Id header like "Message-Id: <123456789@imapsync>"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue