


More On Kapor's Attempt To Best Outlook 229
An anonymous reader writes "There's a story on the Boston Globe's Digital MASS section about Mitch Kapor , the guy who created Lotus 1-2-3. He will reportedly spend about $5 mil to create something competing with MS Outlook. More of the story here." We mentioned this a few months ago as well, and it sounds like any software release is still some time off.
Best of luck to him (Score:3, Interesting)
Outlook shipped with most PCs? (Score:2, Interesting)
Seems to me that if Outlook was shipped, Microsoft wouldn't have gone to all the trouble to work Outlook Express into the OS as they have.
It seems like a well funded project, and seems 'noble' enough, but is it really needed? I just use KMail for e-mail. Even at work where I do use Outlook for Exchange connectivity, we don't really use the Calender features. Maybe if I had a PDA and could sync back and forth, but then I'd have to get used to entering all my appointments into the calender. It's easier to just write it down on a piece of paper or use my brain.
All I'd really need if I was in a Linux shop would be a mail client that could connect to Exchange (and there are already several projects working on this), but if it were a Linux shop, we wouldn't have Exchange, would we?
Also, a little off topic, Slashdot is soo slow (so slow as to be unusable) every day from about 2:30 AM to about 3:30 AM [EST].. I had to post this comment twice, since I lost it the first time due to a server timeout.
IMHO (Score:2, Interesting)
I for one think the "Identity/Account" system is one of the most self-contadictory buggy confusing systems in any mail client. It sucks! I think apps like Evolution, KMail, Mozilla Mail, Netscape Communicator and even pine tower over outlook in usability.
I'm really looking forward to the maturation of the K suite (KOffice), as it works in such harmony with the K environment. As soon as the prones at K ditch XFree86 (a looong way down the track) in favour of a nicer, more responsive light system (ala OS X), I will be home and hosed.
Outlook has already been "bested", but if Kapor wants to throw another superior client out there, then I'm all for it!
Comment removed (Score:3, Interesting)
bing (Score:3, Interesting)
Re:Better how? (Score:3, Interesting)
problem *is* the client (Score:4, Interesting)
I'm working on the necessary MAPI code to have outlook connect to open source servers, eg. Cyrus, OpenLDAP, etc. but still export all functionality. Have been for a few months now. Haven't got to calendering yet ( still working on the message store), I'm hoping on an alpha code release in late Jan maybe Feburary.
The truth is the client does most the work not the server. All the server is an IMAP server with a special 'calender' folder that appointments etc. are stored. Cyrus or any other IMAP server would suffice.
The issue is that Microsoft has made sure that outlook 'MAPI intermediary code' ( in want for a better name ) requires a little more from the server, enough to mean that that code has to be written for the client.
There are many solutions out there that have written the MAPI dlls necessary. Baynari, Lotus, Samsung, etc. all do this. Hopefully we'll have a GPL version soon.
Alternatively, theres the iCal spec which is almost done I hear. Unlike the other iCalender specs, it defines the transport protocol ( relies on Beep I believe ). That should be interesting as well.
Re:Mitch Kapor (Score:3, Interesting)
Um, everything?
My biggest complaint is that the interface is completely nonstandard, so nothing is where it would be expected. The designers couldn't even make the password dialogue box a normal one, so you can't tell how many characters you've entered.
It's also terrible at handling multiple users on the same workstation.
Re:He's not the only one... (Score:3, Interesting)
As someone who uses both Outlook and Ximian [ximian.com] Evolution [ximian.com] extensively, I think that Evolution already beats the crap out of Outlook in speed, usability and features. It still has a few rough edges and some stability problems but it is definately the best email client I have ever used. Of course, it only runs on Linux and Unices at the moment, which doesn't really put it head to head with Outlook. Looks like Kapor is planning to go after M$ on their own platform.
What is currently missing is a good server side solution (although many people are working on this). Maybe Kapor will create a viable alternative. I just hope he has the good sense to put some serious effort into the design of the client-server protocol and to document it well so that it can be easily integrated into any email client.
What would happen... (Score:3, Interesting)
Er, sorry bout that, it's late (early?) And I must be dreaming.... good night, all.
Re:What would happen... (Score:2, Interesting)
I would have thought that what they are attempting to do would be best implemented in mozilla's toolkit. perhaps they could help speed along MRE. I know mozilla can be slow, but the phoenix project has shown that it can be better optimised.
perhaps with their resources they could help out not just in this application but with others. they themselves wold obviously benefit as mozilla is ported to more platforms.
so please, OSAF, consider mozilla for your frontend!
Re:Mitch Kapor (Score:2, Interesting)
I'm not saying that Lotus Notes doesn't suck - but at least slam it for the right reasons
Re:Cloning Outlook doesn't hurt microsoft. (Score:2, Interesting)
Check out CorporateTime [steltor.com]
It is a calendaring server that works in conjunction with an existing LDAP and mail server
Re:I'd like to know (Score:3, Interesting)
Listen, we're in the dark ages as far as collaboration software goes. The more money that gets thrown at this problem, the better.
It's not just that there's no good collaboration software out there. It's that nobody even knows how to do collaboration in a way that doesn't absolutely suck. Somebody needs to start at the beginning and ask the questions, "What does it need to do?" and "How does it need to do it?" Nobody has asked those questions in a comprehensive way yet, so we've ended up with glorified email applications like Outlook and Notes that rely on a store-and-forward message-passing system, built around a central server and a lot of caches. All the eggs in one basket, so to speak.
Somebody needs to take collaboration all the way back to the drawing board. Is Kapor the guy to do it? No idea. But it's good that somebody is trying.
Enhanced IMAP (Score:3, Interesting)
I'd like to see the IMAP protocol expanded so that it could perform most of these tasks. Outlook and Exchange are most of the way there, except for the ability to use your calendar or do things like busy searches.
An expanded IMAP protocol (if it was open) would allow for non-"rich" clients to still work and participate meaningfully; calendar should be a folder that displays appointments in a human-readable format, with the idea that a 'rich' client would parse it into whatever GUI or textmode the user wanted.
We'd end up at a place where, instead of having to buy and use one client and one server product, it'd be possible to mix-match based upon what you wanted.
Unfortunately I think that the whole groupware trend is headed to the web and no one wants to invest in a whole lot of client-side technologies.