Re: Webmail
Re: Webmail
- Subject: Re: Webmail
- From: Ralph Webster <email@hidden>
- Date: Thu, 28 Apr 2005 21:04:39 +0200
Thanks for all the valuable pointers....!
The reason I wanted to do it in WebObjects, was because I like what
Apple has done with their .Mac webmail system. I quess it would be
easier to customize squirrelmail, but I'm not sure how flexible
it is when designing a new GUI with company logo etc. All the stuff
I've read so far only lets you change basic colors and no mention
on where to actually find the files.
Wouldn't it be great if Apple or some group of programmers would provide
some basic stuff as starting points (such as webmail, cms, groupware etc).
WebObjects is very powerful and guess that most of the PHP based systems
could be easily re-created......if you had the time.
Ralph
on 27/04/2005 22:32, Hugi Thordarson at email@hidden wrote:
> JavaMail ( http://java.sun.com/products/javamail/ )is the standard for
> creating mail applications in any java environment. You can indeed use
> it to implement a webmail interface in WebObjects, but be prepared to
> shed a lot of tears and keep a lot of coffee handy.
>
> The standard webmailer in Mac OS X is SquirrelMail (
> http://sourceforge.net/projects/squirrelmail/ ), which is nice, fast,
> and customizable. You might be able to achieve desired results in a
> much shorter time by customizing your SquirrelMail installation than
> writing a completely new WM in WebObjects.
>
> Cheers,
> Hugi
>
> PS: If you *really* want to create a webmailer in WebObjects, Project
> Wonder ( http://wonder.sourceforge.net/ ) provides a very nice WO
> wrapper for JavaMail's mail sending capabilities in the ERJavaMail
> framework.
>
> // Hugi Thordarson
> // Atvinnulaus
> // http://www.karlmenn.is/
>
>
>
>
> On 27.4.2005, at 20:15, Ralph Webster wrote:
>
>> Hi,
>>
>> I¹m new to WebObjects and have been playing around with the tutorials
>> from Apple,
>> and the WebObjects Visual Quickpro Guide......Inspired by it all, I
>> would like to
>> setup a webmail interface somewhat like the one over at .mac to
>> replace the standard
>> webmail interface supplied with MacOS X Server.
>>
>> How difficult or easy is this and are there any open source
>> projects/frameworks I could
>> use to implement it.
>>
>> Thanks in advance!
>>
>> Ralph _______________________________________________
>> Do not post admin requests to the list. They will be ignored.
>> Webobjects-dev mailing list (email@hidden)
>> Help/Unsubscribe/Update your Subscription:
>>
>> This email sent to email@hidden
>
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
References: | |
| >Re: Webmail (From: Hugi Thordarson <email@hidden>) |