0
I Use This!
Inactive

Commits : Listings

Analyzed about 7 hours ago. based on code collected about 7 hours ago.
Feb 06, 2025 — Feb 06, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fix for issue #46 : Set endDate properly in recurrences. More... over 11 years ago
Fix for issue #45 : Parse a recurrence range's end date as a date, not as a date-time. More... over 11 years ago
Merge pull request #38 from eveoh/javadoc-cleanup More... over 11 years ago
Merge pull request #26 from eveoh/redundant-type-casts More... over 11 years ago
Merge pull request #35 from eveoh/commons-dependencies More... over 11 years ago
Merge pull request #14 from eveoh/extended-property-retrieval More... over 11 years ago
Merge pull request #15 from eveoh/appoijntment More... over 11 years ago
Merge pull request #5 from eveoh/credentails-typo More... over 11 years ago
Re-add dependency on commons-logging, as we will be using it in the library. More... over 11 years ago
Add response content type validation in SimpleServiceRequestBase. When the response is not XML, a clear message is logged. More... over 11 years ago
Log request traces and SSL context creation errors to commons-logging instead of stdout. More... over 11 years ago
Remove javadoc @param declarations without description: they don't add anything. More... over 11 years ago
Fix invalid Javadoc. More... over 11 years ago
Remove commented call to ServiceRequestBase.endGetEwsHttpWebResponse(). More... over 11 years ago
Dependencies: commons-codec and commons-logging are only used by the commons-httpclient dependency, so there should be no need to specify them explicitly and use different version than required by commons-httpclient. More... over 11 years ago
Remove unused methods from ServiceRequestBase. More... over 11 years ago
Remove redundant type casts. More... over 11 years ago
Enabled preemptive authentication in HttpClientWebRequest, reducing connection overhead. More... over 11 years ago
Fix typo: appoijntment -> appointment. More... over 11 years ago
Fix bug when retrieving more than one extended property. More... over 11 years ago
Fix timezone issues in EwsUtilities and ExchangeServiceBase. More... over 11 years ago
Fix typo: credentails -> credentials. More... over 11 years ago
Fix SOAP error handling: if an error code is returned, the SOAP fault should be parsed. More... over 11 years ago
Remove catch block from ServiceRequestBase. This exception is never thrown. More... over 11 years ago
Clean up ServiceRequestBase related classes a bit. More... over 11 years ago
Fixed some missing new lines and extra spaces. More... over 11 years ago
Add header to EwsUtilitiesTest.java. More... over 11 years ago
Updated project name to 'ews-java-api' and 'Exchange Web Services Java API'. More... over 11 years ago
Add license file. More... over 11 years ago
Fix typos. More... over 11 years ago