Mitch Kapor's Outlook-Killer
Kent Brewster writes "In the San Jose Mercury this morning: 'For more than a year, [Mitch] Kapor and his small team have been working on what they're calling an open-source "Interpersonal Information Manager." The software is being designed to securely handle personal e-mail, calendars, contacts and other such data in new ways, and to make it simple to collaborate and share information with others without having to run powerful, expensive server computers.'" Kapor explains his intent in his own words.
Linux ( FreeBSD, etc...) already has many small single purpose cool apps, but not many large ( mozilla scale) cool apps. Agenda spawned a whole wave of business users to the DOS world and could do the same for Linux.
From the feature list, this takes care of 80% of the needs that keep business people using windows just to have Outlook calender functions. Agenda was replaced by Symphony and Symphony wasn't the simple freeform database/calendar app that Agenda had been.
Agenda was allowing complex datamining from freeform databases before the term 'datamining' existed. If this is going to be an extension of Agenda, then much coolness is ahead and many people will be interested in trying Linux just to run the new Agenda.
Kindness is the language which the deaf can hear and the blind can see. - Mark Twain
Being an evolution user (and former Outlooker) myself, I was curious to see what he plans on doing. But from what I see on his features page I only noticed a couple features that interested me. (Naturally YMMV)
Mail:
- auto-archiving of old mail
Information Sharing & Exchange- integrated Instant Messaging and presence management (Jabber)
- remote peer-to-peer browsing of others' data
- flexible security model to control access
- file and document sharing
- remote queries, e.g., look up address in another person's contact list
- automatic updating of information from remote sources: receive new contacts, changes to existing contacts automatically (publish-subscribe)
AccessEvolution seems to have all the other features already in place (although some may only be accessible via the Exchange connector). I'm sure they would be able to add the others without too much difficulty.
Apologies for the total cut & paste job.
So far the only info on the site are a rundown of the technologies they've "evaluated". However, they talk about using Jabber as a P2P transport - but Jabber is server based. I've not seen any demos of a p2p version of jabber either. Have they actually thought this through?
I've seen a number of responses asking why doesn't Mitch and his group put their efforts into (Evolution||Mozilla||etc).
... if I wanted to use Outlook, I'd install Outlook. I don't like the interface of Outlook and Evolution seems to be a rehash of the same.
... that is to be -better- than what Microsoft has currently locked most work desktops onto rather than just replicating those interfaces and functionality on a different OS.
I may be in the minority, but I hate the Mozilla mail client. It just doesn't work for me.
I refuse to use Evolution
In fact, right now I use Palm Desktop for my PIM (even though my PDA has been without batteries for 9+ months due to inactivity) and Eudora for my email. I would love the -functionality- of Outlook including reliable synchronization with integration with a good email client.
If I had that, I would switch to Linux as my primary work machine (currently I experiment with several distributions and my off-hours machine is Linux, but my work desktop still runs Windows).
My point is, why should they contribute to projects they don't like? It's their time and it sounds like they have adopted project directions that many of us have been wanting for a long time
It is more productive to voice thoughtful opinions (reply) than to judge (moderate) others.
Well, Outlook does exist for Mac (OS X AFAIK, maybe others as well). It's just called something else. Entourage is actually quite good, and doesn't contain as much security holes as Outlook on Windows does. But still, it's too complicated and [feature|bug]-filled to get as useful as it could.
Even though, I'm all for a free (as in speech) alternative. I especially like the server-free solution they're laying out, although I'm curios about how that will be implemented. I really hope someone will take the initiative to hack some syncing with palm-devices into this thing as well. I Outlook-syncronisation is one of the main features that still attracts users to Outlook..
No one has mentioned it yet - I'm amazed it wasn't in the headline. The project is going to be written mostly in Python.
Pretty neat. I've been meaning to swap some books in Safari and check out the Learning Python... I guess I finally have some reason.
This whole project sounds great - but why is there no code available? Supposedly a small group of core developers have been holed up for a year designing this thing... so where's the code already? Man, I can announce an Outlook Killer and throw some html up on the web too. But then again, I'm not Mitch Kapor...
-Russ
Me
"You're crazy if you think OL2K works well..."
I'm the guy who owns the mailserver and I have to support 20 or so people with Outlook related problems. I may be crazy, but it's well documented that I have an abundance of time to spend on Slashdot.
So there are a few possibilities here:
-I'm more competant than the guy you have maintaining the mail system.
-You're spreading FUD.
- You're uninformed about what the problem really is.
- You're using OL2k in an unsual or custom way.
- You're supporting a great deal more people than I am.
Now, listen carefully: I am not claiming that OL2k doesn't have defects. If it doesn't support SSL well, then I cannot defend that. We aren't using that here. We're not using an Exchange erver. (I've heard that's a fair source of a number of problems.)
I can tell you that the rules do work fine, but they have a few drawbacks:
1.) They ignore HTML. So if somebody sends you a mail that says 'Hamdingers' but it's bracketed with HTML tags, it won't get picked up of a rule says "delete all messages that say 'Hamdingers'.
2.) The rules wizard only sort of works in IMAP. Since the body of the message isn't downloaded through IMAP until you open it, the Rules Wizard cannot respond to any message that has a rule that applies to that section of the message.
3.) Attachments disappearing sounds more like a server problem than an Outlook problem. Lots of attachements flie around here all the time and we haven't had a case of disappearing attachments.
So take your pick. At the very least, I hope my notes on the Rules Wizard is useful to somebody. MS does a terrible job of telling you what the Wizard's limitations are.
To be fair, though: I've tried a number of rules on various clients and OL2k by far has the most sophisticated and useful. One of these days I'm going to learn VBA so I can write even fancier rules.
Note to mail developers: Anything you can do to enable scripting or programming on an email client will be a big win, expecially when fighting SPAM.
Outlook is actually a decent program with far fewer vulnerabilities than Outlook Express. Also, since a corporate deployment of Outlook is in a controlled environment, server-side antivirus solutions are possible and make a whole lot of sense. Properly set up, Outlook can be a good solution to an office communication problem.
(Of course, I still hate Exchange, but the users don't seem to mind...)
Is there a standard PIM messaging format to interchange appointments, contacts, etc., between various apps?
"Would it kill you to put down the toilet seat?" -- Maya Angelou
If you are thinking of "rethinking the pim" go look at an old version ecco pro. That was one awsome pim that got buried for no reason.
War is necrophilia.
No, really, take your own advice.
Without a server, clients need to simply discover each other. Rendezvous will allow then to do this, clean and without user intervention (i.e. no typing in someone's computer name or IP). The protocol of transer will be TCP/IP, however I believe you're refering to the structure of the datagram, i.e. what goes into each packet that is sent, which is entirely up to the designers.
I don't think Rendezvous is overrated at all. I think it's the way things should have been done 10 years ago, and it's almost sad that it wasn't.
CAn'T CompreHend SARcaSm?
Two things that caught my eye were the Office-like shortcut toolbar on the left side, and the calendar page, which copies every single mundane detail from Outlook's interface, especially the date-book stacking (i.e., squishing more than one day's view on the screen). Even the positioning of the Calendar and Tasks list.
But then again, Evolution is meant to be an alternative to Outlook, with the least user training required to transition.
But like I said, I'm surprised that they haven't been sued yet. Maybe cause it's freeware.
Except that it's open and free for use, encouraged on all platforms.
NetBIOS is pretty much limited to Windows, and it's kludgy on other OSes. Plus it's proprietary and somewhat unreliable.
CAn'T CompreHend SARcaSm?
For years now people have been arguing over what is betterP2P, Client server, or thin client.
And while your comment is correct for a Simple basic P2P network it's not true for an Advanced P2P network.
With an advanced P2P network you have advanced topologies, pre-emptive retival, caching, Super Nodes, Node Proxies, etc.
The problem is that advanced P2P products are still under development (same with clustering which is similar to P2P on a lower level - single box vs lots of little boxes) whereas client server and thin client products have been out for a long time and lots of people understand them.
The problem with P2P is that it is more complicated.
Taking you example but using the minimum number of connections instead of the maximum number as you did. In this instance it looks either like a single line OR a star or multiple stars connected together(this is still a P2P network although far from optimal).
2 Computers = 1 conection.
3 Computers = 2 connections.
100 Computers = 99 connections.
Now email is P2P already and was always designed to be P2P as it the Internet. Now if your talking about scaling can you imagine the specs you'd need for a single server or a single cluster of servers!
I don't suffer from instanity!
I enjoy every moment of it!