mirror of
https://github.com/imapsync/imapsync.git
synced 2025-08-01 23:01:49 +02:00
1.504
This commit is contained in:
parent
495d5a9526
commit
c08a56e486
277 changed files with 692 additions and 10803 deletions
17
W/bugs/BUG_219_windows
Normal file
17
W/bugs/BUG_219_windows
Normal file
|
@ -0,0 +1,17 @@
|
|||
|
||||
|
||||
Users reported a problem with Windows and the imapsync release 1.219
|
||||
To fix the problem try this :
|
||||
|
||||
Near line 1170 there are 2 lines :
|
||||
|
||||
#unless($new_id = $to->append_string($t_fold,$string, $flags_f, $d)){
|
||||
unless($new_id = $to->append_file2($t_fold, $message_file, "", $flags_f, $d)){
|
||||
|
||||
The first is commented with a # character, the second is not.
|
||||
Remove the # on the first line and add a # at the beginning
|
||||
of the second line. Run imapsync again and tell me if
|
||||
your problem is solved.
|
||||
|
||||
This bug is fixed in revision 1.231
|
||||
|
23
W/bugs/BUG_IMAPClient_3.xx
Normal file
23
W/bugs/BUG_IMAPClient_3.xx
Normal file
|
@ -0,0 +1,23 @@
|
|||
|
||||
|
||||
BUGS found with Mail-IMAPClient-3.05/
|
||||
|
||||
1) --ssl* bugs.
|
||||
|
||||
30 timeout.
|
||||
|
||||
2) --expunge2 does not expunge anything.
|
||||
|
||||
Fixed in Mail-IMAPClient-3.10/
|
||||
|
||||
3) Mail-IMAPClient-3.13/
|
||||
|
||||
30 timeout on connection.
|
||||
|
||||
4) Mail-IMAPClient-3.14/
|
||||
|
||||
Wrong. Lacks isUnconnected() method.
|
||||
|
||||
5) Mail-IMAPClient-3.19 is a good one.
|
||||
--expunge does not expunge anything
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue