[kmail2] [Bug 287356] Lost all e-mails while moving them from local folder to IMAP account

2016-09-18 Thread Denis Kurz via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=287356

Denis Kurz  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|CONFIRMED   |RESOLVED
 CC||denis.kurz+kdebugs@posteo.d
   ||e

-- 
You are receiving this mail because:
You are the assignee for the bug.


[kmail2] [Bug 287356] Lost all e-mails while moving them from local folder to IMAP account

2015-09-15 Thread Jaime
https://bugs.kde.org/show_bug.cgi?id=287356

Jaime  changed:

   What|Removed |Added

 CC||niss24...@gmail.com

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[kmail2] [Bug 287356] Lost all e-mails while moving them from local folder to IMAP account

2013-09-27 Thread Andre Woebbeking
https://bugs.kde.org/show_bug.cgi?id=287356

--- Comment #10 from Andre Woebbeking woebbek...@kde.org ---
Git commit c561149538336804f212f5a12ea6cf3d1a3a19f5 by Andre Woebbeking.
Committed on 27/09/2013 at 20:19.
Pushed by woebbe into branch 'KDE/4.11'.

Don't bother IMAP servers with not supported flags

Created a new method ResourceTask::fromAkonadiToSupportedImapFlags() to convert
Akonadi to IMAP flags supported by the server and use it everywhere instead of 
fromAkonadiFlags(). 

fromAkonadiFlags() was made private to make it impossible to call it by
accident.
Related: bug 278082
FIXED-IN: 4.11.3
REVIEW:112724

This also reduces the risk to trigger 287356 as the insert on the IMAP server
doesn't fail due to unsupported IMAP flags.

M  +1-1resources/imap/additemtask.cpp
M  +2-2resources/imap/changeitemsflagstask.cpp
M  +2-15   resources/imap/changeitemtask.cpp
M  +21   -0resources/imap/resourcetask.cpp
M  +5-0resources/imap/resourcetask.h

http://commits.kde.org/kdepim-runtime/c561149538336804f212f5a12ea6cf3d1a3a19f5

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[kmail2] [Bug 287356] Lost all e-mails while moving them from local folder to IMAP account

2013-09-23 Thread Daniel Vrátil
https://bugs.kde.org/show_bug.cgi?id=287356

Daniel Vrátil dvra...@redhat.com changed:

   What|Removed |Added

 Status|UNCONFIRMED |CONFIRMED
 CC||dvra...@redhat.com
 Ever confirmed|0   |1

--- Comment #7 from Daniel Vrátil dvra...@redhat.com ---
Moving items between two resources has a major weakness: it is split into two
separated operations - in the resource that we are moving the item from the
operation is translated into remove, in the destination resource it is
translated into insert. The problem is that when insert fails, we have no
way of reverting the remove, because it has happened in a different process
and so data are lost.

Good news: this will be solved with server-side change recording, once I
implement it :)
Bad news: I don't think it can be easily worked around in the meanwhile.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[kmail2] [Bug 287356] Lost all e-mails while moving them from local folder to IMAP account

2013-09-23 Thread Andre Woebbeking
https://bugs.kde.org/show_bug.cgi?id=287356

--- Comment #8 from Andre Woebbeking woebbek...@kde.org ---
Couldn't the remove only be done if the insert was successful?

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[kmail2] [Bug 287356] Lost all e-mails while moving them from local folder to IMAP account

2013-09-23 Thread Daniel Vrátil
https://bugs.kde.org/show_bug.cgi?id=287356

--- Comment #9 from Daniel Vrátil dvra...@redhat.com ---
Unfortunately not, because Akonadi server sends notification Move item 1 from
resource A collection 3 to resource B collection 10 to both resources at once
and the translation happens in the resources. Resource A will interpret the
notification as remove and resource B as insert. Even worse, the
translation happens in resource's Monitor and the ResourceBase will only get
the Remove or Insert notification, without actually being able to map it
back to the Move notification. I'll still try to think of some solution if I
have some time.

I think the primary focus in this case now should be on fixing your IMAP
resource to make moving work :)

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[kmail2] [Bug 287356] Lost all e-mails while moving them from local folder to IMAP account

2013-08-15 Thread Andre Woebbeking
https://bugs.kde.org/show_bug.cgi?id=287356

--- Comment #6 from Andre Woebbeking woebbek...@kde.org ---
On Thursday 08 August 2013 17:18:52 Andre Woebbeking wrote:
 https://bugs.kde.org/show_bug.cgi?id=287356
 
 --- Comment #5 from Andre Woebbeking woebbek...@kde.org ---
 I forgot to mention when I copy a mail I also get the error message but the
 mail is copied successfully.

Oops, that is wrong. When I use another mail client on that IMAP account the 
copied mails are not shown. Does Akonadi add them in the online IMAP resource 
virtually?

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[kmail2] [Bug 287356] Lost all e-mails while moving them from local folder to IMAP account

2013-08-08 Thread Andre Woebbeking
https://bugs.kde.org/show_bug.cgi?id=287356

--- Comment #5 from Andre Woebbeking woebbek...@kde.org ---
I forgot to mention when I copy a mail I also get the error message but the
mail is copied successfully.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[kmail2] [Bug 287356] Lost all e-mails while moving them from local folder to IMAP account

2013-08-06 Thread Andre Woebbeking
https://bugs.kde.org/show_bug.cgi?id=287356

Andre Woebbeking woebbek...@kde.org changed:

   What|Removed |Added

 CC||woebbek...@kde.org

--- Comment #4 from Andre Woebbeking woebbek...@kde.org ---
Hi.

I've this problem when I move mails (e. g. from my local sent folder) to an
online IMAP account. First the mail appears for some time and then disappears.
I get the error message:

Store failed, server replied: A013183 BAD Command Argument Error. 11

I'm using 4.11 RC2 and the IMAP account is on an Exchange server.


Cheers,
André

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs