labibmezmez / exchangeit

Automatically exported from code.google.com/p/exchangeit
0 stars 0 forks source link

Patches for some Exchange 2007 issues #28

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Hi all,

I recently tried exchangeIt and found that it did not work for me on Exchange 
2007.  I was able to fix a few things and make progress towards this, but there 
are still issues.  Here are my changes so far:

Add User-Agent header, without which no requests to my server succeeded: 
https://github.com/nylen/exchangeIt/commit/d16ac2bd565a634e2bf862982fc6d6cac6e72
499

Rework authenticate() method (unfortunately, I do not have access to a 2003 
server to test this change on): 
https://github.com/nylen/exchangeIt/commit/2542e5b1410da3c0a20130dd87e0744edf4ad
8dd

Fix the formsBasedAuth2007() method: 
https://github.com/nylen/exchangeIt/commit/9f7aa9fabc9c13f84ddc8e88a3907e1e06ceb
d5f

There is also an issue with recent versions of Android that causes a "Broken 
pipe" error, which I have fixed here:

https://github.com/nylen/exchangeIt/commit/694d8b0c87e036b6ead56743156b79e051c77
6c3

I'd be glad to attach these changes as patches, or help get them over here in 
any other way that is convenient.

Original issue reported on code.google.com by jny...@gmail.com on 12 Apr 2011 at 4:32

GoogleCodeExporter commented 8 years ago
I'd be happy to make you a committer on the project and help release an update 
to the app.  I haven't had time to work on it at all, and I no longer have an 
android device to even test on.

Email me byarger AT gmail.com and I'll get you setup with commit rights to the 
repository.

Original comment by byar...@gmail.com on 12 Apr 2011 at 4:36

GoogleCodeExporter commented 8 years ago
I've pushed these changes to the svn repository.

Original comment by jny...@gmail.com on 24 Apr 2011 at 2:36