-
Notifications
You must be signed in to change notification settings - Fork 160
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* A complete rewrite of the way we send mail (Deliver-class), and of the way we parse mail (MIME-bodystructure parsing). This makes SquirrelMail more reliable and more efficient at the same time! * Support for IMAP UID which makes SquirrelMail more reliable. * Optimizations to code and the number of IMAP calls; SquirrelMail is now a very scalable webmail solution. * Support for a wider range of authentication mechanisms. * Lots of bugfixes, some new features and a couple of UI-tweaks.
- Loading branch information
martti
committed
Apr 15, 2003
1 parent
93987f9
commit 2183632
Showing
4 changed files
with
115 additions
and
43 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
$NetBSD: distinfo,v 1.12 2003/02/12 07:23:40 martti Exp $ | ||
$NetBSD: distinfo,v 1.13 2003/04/15 09:25:08 martti Exp $ | ||
|
||
SHA1 (squirrelmail-1.2.11.tar.bz2) = 179e075d0f60770b1231f3ec9f89933ae85889a4 | ||
Size (squirrelmail-1.2.11.tar.bz2) = 1425249 bytes | ||
SHA1 (patch-aa) = 524cc3afdde8d5d0295a96104a4c0010a49dd97b | ||
SHA1 (squirrelmail-1.4.0.tar.bz2) = 0e416e8fd530fab2762be7c2b6816e36b463309f | ||
Size (squirrelmail-1.4.0.tar.bz2) = 1668728 bytes | ||
SHA1 (patch-aa) = cd78d02216a142ffe3cb66c31d26104f062f724e |
Oops, something went wrong.