Re: [Evolution] Error while Storing folder 'Trash'.

2015-09-29 Thread Milan Crha
On Wed, 2015-09-16 at 10:57 +0200, Milan Crha wrote:
> Feel free to file a bug at GNOME's bugzilla [1], where we can
> continue with the investigation, rather than doing it here on
> the mailing list.

Hi,
it just happened to me, thus I dive into the investigation and I
realized that the reason is that some mail folders can contain pure
Calendar/Contacts/... items, with which the mail folders do not work
well in the Evolution. Such other-than-mail items do not belong into
mail folders within the Evolution anyway, thus I filtered those items
out with commit [2] for the evolution-ews 3.19.1+ and a similar commit
in the stable gnome-3-18 branch for 3.18.1+. This addresses only newly
synchronized items. To fix the current state a clean up of the local
cache is required. The cache is located in
   ~/.cache/evolution/mail//
and the delete of the folders.db file there should be enough (one can
delete respective tables there, and their summary in the 'folders' tab
there, to achieve the same with less download from the server, but
that's out of scope of this mailing list).
Bye,
Milan

[2] https://git.gnome.org/browse/evolution-ews/commit/?id=76d9603
___
evolution-list mailing list
evolution-list@gnome.org
To change your list options or unsubscribe, visit ...
https://mail.gnome.org/mailman/listinfo/evolution-list


Re: [Evolution] Error while Storing folder 'Trash'.

2015-09-16 Thread Milan Crha
On Tue, 2015-09-15 at 12:21 +0200, Bjørn T Johansen wrote:
> And it also seems to only happen on specific calendar messages but at
> the moment I don't recall which... I will update this post when it
> happends again...

Hi,
thanks. It would be also good to know what you did  in the Trash folder
(Deleted Items, to be precise). If you just marked the message in some
way or (tried to) delete it. Any information on the message itself
would be also helpful, like whether the organizer was you, what kind of
event was there and so on. Part of that might be visible in the log (if
the message is already downloaded then only a message (item) ID will be
shown in the log, not its content.

Feel free to file a bug at GNOME's bugzilla [1], where we can continue
with the investigation, rather than doing it here on the mailing list.

Bye,
Milan

[1] https://bugzilla.gnome.org/enter_bug.cgi?product=evolution-ews
___
evolution-list mailing list
evolution-list@gnome.org
To change your list options or unsubscribe, visit ...
https://mail.gnome.org/mailman/listinfo/evolution-list


Re: [Evolution] Error while Storing folder 'Trash'.

2015-09-15 Thread Milan Crha
On Mon, 2015-09-14 at 23:31 +0200, Bjørn T Johansen wrote:
> > > > Error while Storing folder 'Trash'.
> > > > The SendMeetingInvitationsOrCancellations attribute is required
> > > > for calendar items
>
> Well, I thought that was implied based on the error message... But I
> am using version 3.16.15 and it's an Exchange account.. The trash
> folder is on
> the server...

Hi,
the error message kind of implies it's an evolution-ews account, but
not for sure (to be honest, I do not know whether evolution-mapi can
also report any similar error - the message looks like being provided
by the server).

It's harder with the evolution version, that's not to be implied from.
Nice you've the 3.16.5, current latest stable.

I tried to reproduce this with an Exchange 2013 server, but no luck. I
just deleted a meeting invitation email in the Trash folder and it was
properly stored, no error given.

I guess your Trash has some deleted emails, could you select menu
View->Show Deleted Messages and check which one it is, please? The
email content might be with a meeting, either invitation, cancellation,
update,... If it's not it, then run evolution with EWS debugging on and
search the log for the error code (the attribute name) to see what
evolution-ews tried to do. The command looks like:
   $ EWS_DEBUG=2 evolution &>log.txt

Thanks and bye,
Milan
___
evolution-list mailing list
evolution-list@gnome.org
To change your list options or unsubscribe, visit ...
https://mail.gnome.org/mailman/listinfo/evolution-list


Re: [Evolution] Error while Storing folder 'Trash'.

2015-09-15 Thread Bjørn T Johansen
On Tue, 15 Sep 2015 08:14:38 +0200
Milan Crha  wrote:

> On Mon, 2015-09-14 at 23:31 +0200, Bjørn T Johansen wrote:
> > > > > Error while Storing folder 'Trash'.
> > > > > The SendMeetingInvitationsOrCancellations attribute is required
> > > > > for calendar items
> >
> > Well, I thought that was implied based on the error message... But I
> > am using version 3.16.15 and it's an Exchange account.. The trash
> > folder is on
> > the server...
> 
>   Hi,
> the error message kind of implies it's an evolution-ews account, but
> not for sure (to be honest, I do not know whether evolution-mapi can
> also report any similar error - the message looks like being provided
> by the server).
> 
> It's harder with the evolution version, that's not to be implied from.
> Nice you've the 3.16.5, current latest stable.
> 
> I tried to reproduce this with an Exchange 2013 server, but no luck. I
> just deleted a meeting invitation email in the Trash folder and it was
> properly stored, no error given.
> 
> I guess your Trash has some deleted emails, could you select menu
> View->Show Deleted Messages and check which one it is, please? The
> email content might be with a meeting, either invitation, cancellation,
> update,... If it's not it, then run evolution with EWS debugging on and
> search the log for the error code (the attribute name) to see what
> evolution-ews tried to do. The command looks like:
>    $ EWS_DEBUG=2 evolution &>log.txt
> 
>   Thanks and bye,
>   Milan

Ok, thx... We are using Exchange 2010 if that might shed some lights..
And it also seems to only happen on specific calendar messages but at the 
moment I don't recall which... I will update this post when it happends
again...


BTJ
___
evolution-list mailing list
evolution-list@gnome.org
To change your list options or unsubscribe, visit ...
https://mail.gnome.org/mailman/listinfo/evolution-list


Re: [Evolution] Error while Storing folder 'Trash'.

2015-09-14 Thread Patrick O'Callaghan
On Fri, 2015-09-11 at 09:27 +0200, Bjørn T Johansen wrote:
> On Tue, 8 Sep 2015 08:21:07 +0200
> Bjørn T Johansen  wrote:
> 
> > I keep getting this error when I try to mark mail as read in my
> > trash folder:
> > 
> > Error while Storing folder 'Trash'.
> > The SendMeetingInvitationsOrCancellations attribute is required for
> > calendar items
> > 
> > This is only for meeting invitations...
> > Is this a known problem or? Any way to get around it or can I just
> > ignore it?
> > 
> > 
> > Regards,
> > 
> > BTJ
> > 
> 
> No one?

Perhaps if you said what version of Evo you have,
and what kind of account this is (IMAP, POP, Exchange, ...),
and whether you use a local or server Trash folder,
then someone might be able to help.

poc
___
evolution-list mailing list
evolution-list@gnome.org
To change your list options or unsubscribe, visit ...
https://mail.gnome.org/mailman/listinfo/evolution-list


Re: [Evolution] Error while Storing folder 'Trash'.

2015-09-14 Thread Bjørn T Johansen
On Mon, 14 Sep 2015 16:33:21 +0100
Patrick O'Callaghan  wrote:

> On Fri, 2015-09-11 at 09:27 +0200, Bjørn T Johansen wrote:
> > On Tue, 8 Sep 2015 08:21:07 +0200
> > Bjørn T Johansen  wrote:
> > 
> > > I keep getting this error when I try to mark mail as read in my
> > > trash folder:
> > > 
> > > Error while Storing folder 'Trash'.
> > > The SendMeetingInvitationsOrCancellations attribute is required for
> > > calendar items
> > > 
> > > This is only for meeting invitations...
> > > Is this a known problem or? Any way to get around it or can I just
> > > ignore it?
> > > 
> > > 
> > > Regards,
> > > 
> > > BTJ
> 
> Perhaps if you said what version of Evo you have,
> and what kind of account this is (IMAP, POP, Exchange, ...),
> and whether you use a local or server Trash folder,
> then someone might be able to help.
> 
> poc

Well, I thought that was implied based on the error message... But I am using 
version 3.16.15 and it's an Exchange account.. The trash folder is on
the server...

BTJ
___
evolution-list mailing list
evolution-list@gnome.org
To change your list options or unsubscribe, visit ...
https://mail.gnome.org/mailman/listinfo/evolution-list


Re: [Evolution] Error while Storing folder 'Trash'.

2015-09-11 Thread Bjørn T Johansen
On Tue, 8 Sep 2015 08:21:07 +0200
Bjørn T Johansen  wrote:

> I keep getting this error when I try to mark mail as read in my trash folder:
> 
> Error while Storing folder 'Trash'.
> The SendMeetingInvitationsOrCancellations attribute is required for calendar 
> items
> 
> This is only for meeting invitations...
> Is this a known problem or? Any way to get around it or can I just ignore it?
> 
> 
> Regards,
> 
> BTJ
> 

No one?

BTJ
___
evolution-list mailing list
evolution-list@gnome.org
To change your list options or unsubscribe, visit ...
https://mail.gnome.org/mailman/listinfo/evolution-list


[Evolution] Error while Storing folder 'Trash'.

2015-09-08 Thread Bjørn T Johansen
I keep getting this error when I try to mark mail as read in my trash folder:

Error while Storing folder 'Trash'.
The SendMeetingInvitationsOrCancellations attribute is required for calendar 
items

This is only for meeting invitations...
Is this a known problem or? Any way to get around it or can I just ignore it?


Regards,

BTJ

-- 
---
Bjørn T Johansen

b...@havleik.no
---
Someone wrote:
"I understand that if you play a Windows CD backwards you hear strange Satanic 
messages"
To which someone replied:
"It's even worse than that; play it forwards and it installs Windows"
---
___
evolution-list mailing list
evolution-list@gnome.org
To change your list options or unsubscribe, visit ...
https://mail.gnome.org/mailman/listinfo/evolution-list