1
0
mirror of https://github.com/imapsync/imapsync.git synced 2024-11-17 08:12:48 +01:00
imapsync/FAQ.d/FAQ.Oracle-UCS.txt

21 lines
689 B
Plaintext
Raw Normal View History

2015-12-03 18:16:32 +01:00
#!/bin/cat
2017-09-23 23:54:48 +02:00
$Id: FAQ.Oracle-UCS.txt,v 1.4 2017/01/06 14:11:13 gilles Exp gilles $
2016-09-19 17:15:41 +02:00
This documentation is also at http://imapsync.lamiral.info/#doc
2015-12-03 18:16:32 +01:00
2017-09-23 23:54:48 +02:00
=======================================================================
Imapsync tips for Oracle-UCS. Specific issues.
=======================================================================
2015-12-03 18:16:32 +01:00
Oracle-UCS was previously Sun JES, IPlanet, etc.
"NO Message contains NUL characters"
--skipmess 'm/(\x00)+\Z/'
"Message contains invalid header"
2016-01-22 17:52:28 +01:00
--skipmess 'm/[\x80-\xff]/'
2017-09-23 23:54:48 +02:00
=======================================================================
=======================================================================