Saturday, November 24, 2007

iPhOwa 0.3 Released

iPhOwa 0.3 has just been released. Changes include:
  • Messages are now marked as read when viewed.
  • Messages can now be deleted (moves them to Deleted Items).
  • Added basic notes folder viewing.
  • Added basic tasks folder viewing.
  • Added basic contacts folder viewing.
Go grab the latest version on Google Code: http://code.google.com/p/iphowa/downloads/list

9 comments:

nickdjones said...

This is coming along very nicely! Can you post new screen shots as you add new features? Also, is there a complete list of features against version numbers somewhere.. a changelog? Specifically interested in whether compose/reply is there ?
thanks, nice work!

Greg said...

Thanks for the comment. We are working on a new and improved UI for the application, once that is done I will post new screen shots.

Composition is not yet supported, it is high on the list of new features. You can see the status of current issues and enhancements at the Google Code project page http://code.google.com/p/iphowa/issues/list.

Bishop said...

Hi Greg.

This sounds awsome.

Bit of a noob though so not sure what to do with it.

Have you uploaded it onto a source, that I can istall via the Installer app on my Iphone?

Greg said...

In order to use this you have to have a Windows web server at your disposal (or talk your IT department into installing it on their's) and then point to it with the browser on the phone.

David said...

Hi, I tried to install it the way the wiki said, then there was an error popping up, can you please help?

Server Error in '/' Application.
--------------------------------------------------------------------------------

Configuration Error
Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately.

Parser Error Message: Unrecognized attribute 'type'.

Source Error:


Line 4:
Line 5: {configSections}
Line 6: {sectionGroup name="applicationSettings" type="System.Configuration.ApplicationSettingsGroup, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" }
Line 7: {section name="iPhOwa.Web.Properties.Settings" type="System.Configuration.ClientSettingsSection, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false" /}
Line 8: {/sectionGroup}


Source File: C:\inetpub\iphowa\web.config Line: 6


--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:1.1.4322.2407; ASP.NET Version:1.1.4322.2407

Greg said...

You need to change the version of .Net that your site runs under to 2.0.

David said...
This post has been removed by the author.
Greg said...

By changing the AuthenticationType web.config setting from Forms to Basic, however 0.3 is untested for this and I am not sure it will actually work. If you would like to help me test this, please email me directly at greg.martin@gmail.com and I can send you a build which should work.

David said...

Thanks - login form comes up now... How do I switch to HTTP Auth in the config file (The remote server returned an error: (401) Unauthorized.)? Our owa does its configuartion by http auth - thanks for the instant answer...