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. ?? Can you please let me know what is the issue with EDS build. Thanks. Regards, Vijay 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. > > - Chenthill. > > > > Regards, > > Vijay > > > > 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. > > > > > > - Chenthill. > > > > > > > > Regards, > > > > Vijay > > > > > > > > _______________________________________________ > > > > evolution-list mailing list > > > > [email protected] > > > > To change your list options or unsubscribe, visit ... > > > > http://mail.gnome.org/mailman/listinfo/evolution-list > > > > > > > > > > > > > > > > > > _______________________________________________ evolution-list mailing list [email protected] To change your list options or unsubscribe, visit ... http://mail.gnome.org/mailman/listinfo/evolution-list
