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. > 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. -- Adam Tauno Williams <[email protected]> LPIC-1, Novell CLA <http://www.whitemiceconsulting.com> OpenGroupware, Cyrus IMAPd, Postfix, OpenLDAP, Samba _______________________________________________ evolution-list mailing list [email protected] To change your list options or unsubscribe, visit ... http://mail.gnome.org/mailman/listinfo/evolution-list
