On Sat, 2011-01-01 at 21:49 -0700, Chris Kottaridis wrote:
(evolution:10714): camel-mapi-provider-WARNING **: Could not get folder
> > list (GetHierarchyTable: MAPI error MAPI_E_NO_SUPPORT (0x80040102)
> > occurred)
> > 

On Sat, 2011-01-22 at 00:20 -0700, Chris Kottaridis wrote:
> I assume GetHiearchyTable() sets the values of obj_folder and
> obj_table
> and am wondering if other parts of the code may have problems if these
> structures aren't built with these options ? 

        Hi,
GetHiearchyTable is used to fetch folder information on your account. It
doesn't operate with mails at all.

The TableFlags_NoNotifications should be for client only, to not fetch
notification changes - this one might not hurt. 

The TableFlags_Depth tells server to return whole hierarchy (with
subchildren) on the folders, not only those direct children of the given
folder.

Finally the TableFlags_UseUnicode tells client and server to use unicode
properties, to be able to correctly fetch international letters in
folder names (without that you may get only question marks or similar
letters instead of correct letters).

Each of them would be quite surprising as not supported. But you can try
to remove one after the other to see which one does this. Just install
devel packages for evolution-data-server, evolution and openchange and
it may be able to './configure && make && make install' in the
evolution-mapi checkout.
        Bye,
        Milan

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

Reply via email to