On Thu, 2010-06-24 at 12:00 +0000, [email protected] wrote: > Send evolution-list mailing list submissions to > [email protected] > > To subscribe or unsubscribe via the World Wide Web, visit > http://mail.gnome.org/mailman/listinfo/evolution-list > or, via email, send a message with subject or body 'help' to > [email protected] > > You can reach the person managing the list at > [email protected] > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of evolution-list digest..." > > > Today's Topics: > > 1. Re: Can't set alarm for meeting invites (Milan Crha) > 2. Re: mail client application] (Adam Tauno Williams) > > > ---------------------------------------------------------------------- > > Message: 1 > Date: Thu, 24 Jun 2010 08:59:14 +0200 > From: Milan Crha <[email protected]> > To: [email protected] > Subject: Re: [Evolution] Can't set alarm for meeting invites > Message-ID: <1277362754.2173.1.ca...@madtux> > Content-Type: text/plain; charset="UTF-8" > > On Wed, 2010-06-23 at 15:33 -0500, Scott T. Hildreth wrote: > > I am not running 2.30.1 and I was able to set an alarm by right clicking > > on the meeting in the calendar and clicking on convert to an > > appointment. Not exactly what I wanted, but at least I can set the > > alarm. > > Hi, > I see. And I also noticed bug [1], which proves I was wrong with my > previous statement. > Bye, > Milan > > [1] https://bugzilla.gnome.org/show_bug.cgi?id=594153 > > > > ------------------------------ > > Message: 2 > Date: Thu, 24 Jun 2010 07:33:05 -0400 > From: Adam Tauno Williams <[email protected]> > To: [email protected] > Subject: Re: [Evolution] mail client application] > Message-ID: <[email protected]> > Content-Type: text/plain; charset="UTF-8" > > On Thu, 2010-06-24 at 11:48 +0530, vijay singh wrote: > > Hello, > > any update on my doubt. > > I already answered this - if you're desktop build communicates with > gmail [as you said: "tried to use via desktop application it works > fine"] then you do not have a build issue. There is no reason to build > your own Evolution - use the one provided by your distro, which will > also provide -devel- packages. > > If you have issue developing your own extension ["wrote my own > application"] you need to give significantly more information. Like how > are you using/interoperating with Evolution? [D-Bus?] What version of > Evolution do you have? > > Maybe take a look at <http://pimlico-project.org/contacts.html> I don't > know of any example for exporting Evolutions mail-agent functionality; > if you know of any I'd appreciate links. > > Please find below more information : with my first step i am trying to get folder information for gmail account.Please find below debug print statement for my application (In bracket I have written more description manually for your understanding):
*************** Debug print for Email folder info ********************** Camel Init Finished (Initialise the camel) Provider name = libcamelimap.so Provider path = /usr/lib/evolution-data-server-1.2/camel-providers/libcamelimap.so Camel Provider Init Finished (Initialise the provider &load it) Session Created (Create new session) (Url Detail) protocol = imap user = [email protected] authmech = (null) host = imap.gmail.com port = 995 path = /Inbox query = (null) fragment = (null) Folder Test Started got service (try to get service by using camel_session_get_service() function) After i tried camel_session_get_service_connected() & i got below exception. Server unexpectedly disconnected: Input/output error- *************** Debug Exit ********************** Note : I have got API detail from \\http://www.go-evolution.org/Camel > > > Outlook Express News Message attachment, "Forwarded message - Re: > > [Evolution] mail client application" > > > -------- Forwarded Message -------- > > > From: vijay singh <[email protected]> > > > To: chen <[email protected]> > > > Cc: [email protected] > > > Subject: Re: [Evolution] mail client application > > > Date: Wed, 23 Jun 2010 13:46:41 +0530 > > > Hello, > > > I am trying to write my own usr interface to access mail using > > > evolution,for the same i trying to crate account and trying to access > > > mail. > > > Some clarification : > > > - when i installed evolution-dev package & tried to use via desktop > > > application it works fine for me for all account. (Tried yahoo,gmail & > > > aol) > > > - but when i wrote my own application and tryied to connect with server > > > (gmail or yahoo) i have got error "Server unexpectedly disconnected: > > > Input/output error" > > > why i have got that error if i am using same libraary which my desktop > > > application using. > > > Fyi : i am trying to do build by procedure avail > > > @ \\http://mad-scientist.us/evolution.html > > > Is this will build with ssl. ?? > > > On Wed, 2010-06-23 at 13:21 +0530, chen wrote: > > > > On Wed, 2010-06-23 at 10:49 +0530, vijay singh wrote: > > > > > Hello, > > > > > Thanks for your answer. > > > > > I have used below api to enabled SSL. > > > > > camel_url_set_param(url, "use_ssl", "yes"); > > > > > Is their anyway i can verify by cmd that SSL is enabled or not ?? > > > > > can you please suggest me do i have to set anything else. > > > > Evolution-data-server uses mozilla-nss, nspr libraries for ssl > > > > connections. Make sure you have built evolution-data-server with ssl > > > > support, check config logs for the same. > > > > Are you writing your own library using camel ? Or just trying to create > > > > an account from evolution ? It would be good if you ensure the latter > > > > works before trying to do the first. It should be an issue with the EDS > > > > source build. > > > > > On Wed, 2010-06-23 at 10:38 +0530, chen wrote: > > > > > > On Wed, 2010-06-23 at 09:56 +0530, vijay singh wrote: > > > > > > > Hello, > > > > > > > Do you have any idea about below error while connecting with > > > > > > > gmail or > > > > > > > yahoo account : > > > > > > > > > > > > > > Server unexpectedly disconnected: Input/output error > > > > > > Looks like you have not either enabled ssl or built evolution with > > > > > > ssl > > > > > > if your using a source build. > _______________________________________________ evolution-list mailing list [email protected] To change your list options or unsubscribe, visit ... http://mail.gnome.org/mailman/listinfo/evolution-list
