Hello, here's what I'm trying to do: When you configure your account on android, you can select "Exchange" and enter your email server, username and password and your contacts, emails, calender, etc. get synchronized. I think this information is synchronized using Activesync. I need to build an application that catches the requests that Activesync sends to the server and also the response to that request. So it would be an application that's between Activesync and the email server. It gets the request from Activesync, executes some operations, and then fowards that request to the email server. The email server sends back some information caught by my application that executes some more operations and then sends the response back to Activesync.
Not sure if thats clear, but any kind of advice, links or comment is welcome. Thanks. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

