sharpwebmail-0.13

所属分类:WEB开发
开发工具:C#
文件大小:1834KB
下载次数:108
上传日期:2007-05-29 20:24:41
上 传 者thomasqian
说明:  SharpWebMail是一款C#编写的ASP.NET下的EMail客户端。它通过POP3服务器接收邮件,通过SMTP服务器发送邮件。它的配置很简单(只需要在web.config 里面做几个设置)。
(SharpWebMail is prepared by the C# ASP.NET customers under the EMail end. It adopted a POP3 server to receive mail through the SMTP server to send mail. Its configuration is very simple (only need to do several sed installed inside).)

文件列表:
SharpWebMail\asp.net\addressbook.aspx (2395, 2005-10-29)
SharpWebMail\asp.net\addressbookfull.aspx (5003, 2005-10-29)
SharpWebMail\asp.net\addressbook_data.aspx (6849, 2005-10-29)
SharpWebMail\asp.net\addressbook_edit.aspx (6872, 2005-10-29)
SharpWebMail\asp.net\bin\ar\SharpWebMail.resources.dll (9216, 2005-11-01)
SharpWebMail\asp.net\bin\da\SharpWebMail.resources.dll (8704, 2005-11-01)
SharpWebMail\asp.net\bin\de\SharpWebMail.resources.dll (9216, 2005-11-01)
SharpWebMail\asp.net\bin\DotNetOpenMail.dll (53248, 2005-09-16)
SharpWebMail\asp.net\bin\el\SharpWebMail.resources.dll (9216, 2005-11-01)
SharpWebMail\asp.net\bin\en\SharpWebMail.resources.dll (8704, 2005-11-01)
SharpWebMail\asp.net\bin\es\SharpWebMail.resources.dll (9216, 2005-11-01)
SharpWebMail\asp.net\bin\FredCK.FCKeditorV2.dll (36864, 2005-10-07)
SharpWebMail\asp.net\bin\fr\SharpWebMail.resources.dll (9216, 2005-11-01)
SharpWebMail\asp.net\bin\hu\SharpWebMail.resources.dll (9216, 2005-11-01)
SharpWebMail\asp.net\bin\id\SharpWebMail.resources.dll (8704, 2005-11-01)
SharpWebMail\asp.net\bin\it\SharpWebMail.resources.dll (9216, 2005-11-01)
SharpWebMail\asp.net\bin\log4net.dll (196608, 2003-07-15)
SharpWebMail\asp.net\bin\my\SharpWebMail.resources.dll (10752, 2005-11-01)
SharpWebMail\asp.net\bin\nl\SharpWebMail.resources.dll (9216, 2005-11-01)
SharpWebMail\asp.net\bin\OpenSmtp.dll (45056, 2005-02-16)
SharpWebMail\asp.net\bin\pl\SharpWebMail.resources.dll (9216, 2005-11-01)
SharpWebMail\asp.net\bin\pt-BR\SharpWebMail.resources.dll (9216, 2005-11-01)
SharpWebMail\asp.net\bin\ro\SharpWebMail.resources.dll (8704, 2005-11-01)
SharpWebMail\asp.net\bin\ru\SharpWebMail.resources.dll (9728, 2005-11-01)
SharpWebMail\asp.net\bin\SharpMimeTools.dll (548864, 2005-10-29)
SharpWebMail\asp.net\bin\SharpWebMail.dll (147456, 2005-11-01)
SharpWebMail\asp.net\bin\sr-SP-Latn\SharpWebMail.resources.dll (8704, 2005-11-01)
SharpWebMail\asp.net\bin\sv\SharpWebMail.resources.dll (9216, 2005-11-01)
SharpWebMail\asp.net\bin\tr\SharpWebMail.resources.dll (8704, 2005-11-01)
SharpWebMail\asp.net\bin\vi\SharpWebMail.resources.dll (9216, 2005-11-01)
SharpWebMail\asp.net\bin\zh-CHT\SharpWebMail.resources.dll (9216, 2005-11-01)
SharpWebMail\asp.net\default.aspx (6776, 2005-10-29)
SharpWebMail\asp.net\download.aspx (105, 2004-04-26)
SharpWebMail\asp.net\fcke\editor\css\behaviors (0, 2005-11-01)
SharpWebMail\asp.net\fcke\editor\css\fck_editorarea.css (1475, 2005-08-30)
SharpWebMail\asp.net\fcke\editor\css\fck_internal.css (1452, 2005-10-07)
SharpWebMail\asp.net\fcke\editor\css\fck_showtableborders_gecko.css (668, 2005-07-09)
SharpWebMail\asp.net\fcke\editor\css\images (0, 2005-11-01)
SharpWebMail\asp.net\fcke\editor\dialog\common\fcknumericfield.htc (439, 2005-07-26)
SharpWebMail\asp.net\fcke\editor\dialog\common\fck_dialog_common.css (1555, 2005-07-26)
... ...

SharpWebMail - ASP.NET Web Mail application written in C# v0.13b - http://anmar.eu.org/projects/sharpwebmail/ Introduction -------------------------------- SharpWebMail is an ASP.NET Web Mail application that is written in C#. It uses a POP3 or IMAP servers as the mailstore and sends mail through a SMTP server. It is very simple to configure (Only a few settings in the web.config file). You can compose HTML messages, search your inbox, read complex mime messages, have multiple address books and much more. Features -------------------------------- Very simple to configure (only a few settings in web.config) Multiple POP3 and IMAP servers can be configured to read mail from. Tries to minimize the queries to the email server caching message info Authentication is handled by your email server Sends mail through a SMTP server HTML editor (FCKeditor) for composing mails Download and send multiple attachments per message It is possible to attach a file that we have received in other message without downloading it Reads MIME messages Multiple Address books based on fully configurable datasources (ldap, oledb, odbc, ...) Is possible to sort the inbox elements by number, sender, subject, date and size Search the inbox by subject and sender Multilingual user interface XP look & feel Tested with IE6 and Mozilla FireFox 1.0, but it should work with other versions For a full set of features visit Installation requisites -------------------------------- Requisites on installation machine: - Microsoft .NET Framework 1.1 or later or Mono runtime - An ASP.NET capable server (IIS or Apache + mod_mono) Other requisites: - At least one SMTP server in order to send mails - At least one POP3 or IMAP server in order to read mails Installation notes -------------------------------- Copy the contents of asp.net folder into destination folder and tweak web.config settings. The asp.net/bin folder has the binary version for MS .NET 1.1 (release build). If you are using other framework take the binaries from the bin folder of the distribution. There are builds for the following platforms: - Microsoft .NET Framework 1.1 - Microsoft .NET Framework 2.0 Beta 1 - Mono 1.0 - Mono 2.0 In each one you can select between debug and release version. With the debug one you can see more information about exceptions, but its performance will be worse. The dependencies must be copied also for the new platform. And the localized dlls must be rebuilt using the provided controls/bin/resources.cmd Building -------------------------------- Full instructions can be found in Dependencies: - Microsoft .NET framework 1.1 - http://msdn.microsoft.com/netframework/ or Mono - http://www.mono-project.com/ - Log4net - http://logging.apache.org/log4net/ - FCKeditor - http://www.fckeditor.net/ - OpenSmtp - http://sourceforge.net/projects/opensmtp-net/ - SharpMimeTools - For now distributed only with SharpWebMail Project files provided for: - SharpDevelop - http://www.icsharpcode.net/ Authors -------------------------------- - Angel Marin - http://anmar.eu.org/ License -------------------------------- - SharpWebMail code is under GPL v2 or later, read license.txt History -------------------------------- 11/01/2005 - version 0.13b - Released milestone 0.13 09/28/2005 - version 0.12b - Released milestone 0.12 03/13/2005 - version 0.11b - Released milestone 0.11 01/02/2005 - version 0.10b - Released milestone 0.10 11/06/2004 - version 0.9b - Released milestone 0.9 10/16/2004 - version 0.8b - Released milestone 0.8 09/13/2004 - version 0.7b - Released milestone 0.7 08/17/2004 - version 0.6b - Released milestone 0.6 08/11/2004 - version 0.5b - Released milestone 0.5 07/21/2004 - version 0.4b - Released milestone 0.4 05/29/2004 - version 0.3b - Released milestone 0.3 05/15/2004 - version 0.2b - Released milestone 0.2 05/03/2004 - version 0.1b - Released the first public beta -------------------------------- Angel Marin 2003-2005 - http://anmar.eu.org/

近期下载者

相关文件


收藏者