Re: [Evolution] Evolution Fedora 14 and Exchange server



Just an FYI. I upgraded evolution with a May 02 2011 update from Fedora
that talked about this exact issue. The GetHiearchyTable and the same
error message.

Now I can connect to my company's exchange server.

Hooray and thanks to whoever fixed it.

However, I have run into a second problem that means I still can't quite
use it. It seems some messages, like one in 8 or 10 have empty content.
But, if I look at the same message via IMAP from the same host or
Outlook from a Windows VM machine it is not empty.

I'll start a separate thread for that. I am hoping it may just be some
setting on my side or something that can be configured away.

Thanks
Chris Kottaridis

On Mon, 2011-01-24 at 08:11 +0100, Milan Crha wrote:
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




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]