On Mon, 2018-09-03 at 14:51 +0200, Torsten Krah via evolution-list
wrote:
> calendar:UID field, isn't it?

        Hi,
I see, you are right. I didn't pay enough attention to the whole
thread, I'm sorry.

I'd like to know what the item is about. If it's not a message, then
it's something else, which is supposed to be skipped from the mail
part. Could you re-run the getitem.xml, but instead of this:

>         <messages:ItemShape>
>            <BaseShape>AllProperties</BaseShape>
>            <IncludeMimeContent>true</IncludeMimeContent>
>            <AdditionalProperties>
>                <FieldURI FieldURI="item:InternetMessageHeaders"/>
>            </AdditionalProperties>
>         </messages:ItemShape>

use this message:ItemShape instead, please?

    <messages:ItemShape>
       <BaseShape>Default</BaseShape>
    </messages:ItemShape>

and if it will also fail, or the ItemClass will not be included, then
try with this too, please:

    <messages:ItemShape>
       <BaseShape>IdOnly</BaseShape>
       <AdditionalProperties>
           <FieldURI FieldURI="item:ItemClass"/>
       </AdditionalProperties>
    </messages:ItemShape>

Thanks in advance.
        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

Reply via email to