Re: [Evolution] Cannot Archive Messages Keep Showing Up

2020-04-16 Thread Patrick O'Callaghan
On Thu, 2020-04-16 at 09:41 -0600, Zan Lynx wrote: > On 4/16/2020 6:00 AM, Patrick O'Callaghan wrote: > > IMAP is not designed to handle immediate synchronisation between two > > clients active on the same account. They will eventually synchronise, > > but not immediately. > > That does depend on

Re: [Evolution] Cannot Archive Messages Keep Showing Up

2020-04-16 Thread Zan Lynx
On 4/16/2020 6:00 AM, Patrick O'Callaghan wrote: IMAP is not designed to handle immediate synchronisation between two clients active on the same account. They will eventually synchronise, but not immediately. That does depend on your clients and IMAP server. My personal email server running Cy

Re: [Evolution] Cannot Archive Messages Keep Showing Up

2020-04-16 Thread Patrick O'Callaghan
On Thu, 2020-04-16 at 13:09 +0200, Alexander Kerner via evolution-list wrote: > indeed there was another instance of Evolution running on another machine. > I changed that and now it seems to work. > I have no idea though why or how the other instance may sabotage my imap > operations. [Please don

Re: [Evolution] Integration with syncevolution

2020-04-16 Thread Adam Tauno Williams
On Thu, 2020-04-16 at 08:34 +0430, h.nasajp...@pantherx.org wrote: > Hi, > > libsyncevolution can be used in simple applications without the > dependency on any kind of IPC mechanism > I want to integrate my C++ applications with syncevolution via > `libsyncevolution` or `eds`? > Is there any docum

Re: [Evolution] Cannot Archive Messages Keep Showing Up

2020-04-16 Thread Alexander Kerner via evolution-list
Hi, indeed there was another instance of Evolution running on another machine. I changed that and now it seems to work. I have no idea though why or how the other instance may sabotage my imap operations. Best, Alex On Thu, 2020-04-16 at 08:22 +0200, Milan Crha via evolution-list wrote: > On Wed

Re: [Evolution] Integration with syncevolution

2020-04-16 Thread Milan Crha via evolution-list
On Thu, 2020-04-16 at 12:52 +0430, Hamzeh Nasajpour wrote: > 1. The `syncevolution` is two-way synchronizing tools? Hi, I suppose so, but I do not know for sure. I do not use syncevolution, it is not managed here, it's a standalone project ( https://www.syncevolution.org). > 2. As I said

Re: [Evolution] Integration with syncevolution

2020-04-16 Thread Hamzeh Nasajpour
> only it's "evolution-data-server", not "service", but it's just a typo Yes, you're right. ;) As the last questions: 1. The `syncevolution` is two-way synchronizing tools? I mean always we synchronize two things with each other. Remote to Local and Local to Remote. I want to say if I change t

Re: [Evolution] Integration with syncevolution

2020-04-16 Thread Milan Crha via evolution-list
Hi, On Thu, 2020-04-16 at 12:21 +0430, Hamzeh Nasajpour wrote: > As a result: > * I should install `syncevolution` and `evolution-data-service`. > * set-up it for synchronization - my Online account and local store. > * Access to the local store (Data: contact, calendar and ...) with > AP

Re: [Evolution] Integration with syncevolution

2020-04-16 Thread Hamzeh Nasajpour
> being this about Google services, you can avoid all of that and use > libgdata to access Google data directly. Google was only an example, maybe fastmail or any other online provider. > You can also avoid syncevolution (it's an unnecessary overhead in your > case, from my point of view), simp

Re: [Evolution] Integration with syncevolution

2020-04-16 Thread Milan Crha via evolution-list
On Thu, 2020-04-16 at 11:11 +0430, Hamzeh Nasajpour wrote: > In fact, I want to sync my online contacts (ex: Gmail contacts or > ...) to local. Then I want to access to the local store for > add/remove/edit/get contacts in local and again sync them. I need to > do these acts (add/remove/edit/get) i