Yahoo!Mail Open their APIs

Yahoo is opening their e-mail system APIs to third party developers recently. Furthermore, he also anounced the unlimited storage for Yahoo!Mail previously. What it shows is that we are getting another cheap storage on the cyber-world. Wow, it’s Cool. You can save all of your emails to Yahoo without warry about the storage. Files, documents, pictures, almost anything can be uploaded without limitation. How do you think if we create Aspose.
March 30, 2007 · 1 min · Iret

Aspose.Network Setup Package Updated

Dear Customers, We just updated the Setup package for Aspose.Network. Hotfix for the problem of reading Outlook message file Demo for Pop3 and Imap protocol are included. Download http://www.aspose.com/Downloads/Aspose.Network/3.1.0.0/Default.aspx Thanks
October 19, 2006 · 1 min · Iret

Aspose.Network 3.1 Released

Dear Customers, We’ve released Aspose.Network 3.1. What’s new in this release: Automatically detect authentication methods for sending E-Mail with SmtpClient (SMTP protocol implement) Automatically detect authentication methods for ImapClient (IMAP protocol implement) Automatically detect authentication methods for Pop3Client (POP3 protocol implement) NET 2.0 optimized dll Fixed partially trusted issue Thanks
October 5, 2006 · 1 min · Iret

Aspose.AdHoc 1.5.4 released!

Dear Customers, We've released Aspose.AdHoc 1.5.4! What's new: New Property named “ShowAllFieldsInOrderBY” was introduced, it allows you to show all fields in the OrderBy page if True or show only the selected fields if false. Add new property named “SortFieldsOnLoad”, the component will sort the fields automatically if True. Fix the bug in parsing filterSQL,refers to: http://www.aspose.com/Community/forums/thread/55247.aspx Thanks a lot!
September 23, 2006 · 1 min · Iret

Aspose.Network 3.0.1.0903 Released

Dear Customers, We’ve released the Aspose.Network 3.0.1 hotfix. In this hotfix, we fixed a bug in parsing Outlook Message file (*.msg), which contains the unicode encoding characters in the mail header. It is a Must Be update for Aspose.Network 3.0 Bug Detail: Aspose.Network 3.0.0.0818 will crash in parsing the outlook message file with unicode mail header content, throwing out an exception as following: System.ArgumentException was unhandled Message=“Media type is not valid.
September 5, 2006 · 1 min · Iret

Comming Aspose.Network 3.1

One of the major scenarios for email solution is to send out thousands of messages or newsletters to customers. It is a little bit difficult task for developers to work out such an email solution on a tight schedule, for the complex network programming and complicated business requirement. We know the troubles in such case, and always try to eliminate them. In the Aspose.Network 3.0, the E-Mail message bulk sending is greately improved, for the introducing multi-threading, and template-based mail merge.
August 20, 2006 · 1 min · Iret

Aspose.Network 3.0.0.0 Released

Aspose.Network 3.0 is the next major official release version of our comprehensive network programming components. Here is what’s new in Aspose.Network 3.0: Unique Object Model for E-Mail creating and parsing functions. The MailMessage class provides the unique and simple entry for creating and parsing E-Mail messages. Example //Load outlook message format file (*.msg) to MailMessage instance MailMessage message = MailMessage.Load(@"../message.msg", MessageFormat.Msg); SmtpClient client = new SmtpClient(“localhost”,“test001”, “test”); //Send the message via Smtp
August 19, 2006 · 5 min · Iret

New MailMerge features in Aspose.Network

Aspose.Network 3.0 makes it simpler and easier to create E-Mail newsletter or subscription solutions. A new sophisticated E-Mail Template Engine is embeded, which provides lots of cool features and function and greatly reduce the the programming works. Top Features in MailMerge: The First Email Component supports using Customer Defined Function in the template. For example, you can register a TemplateRoutine, and use it in the template file. Creates E-mail template from file Creates E-mail template from MailMessage instance Supports DataTable as data source.
August 11, 2006 · 3 min · Iret

Aspose.Network 3.0 Beta Available

Dear Customers, **Aspose.Network 3.0 Beta **, version 3.0.0.0807, is available. What’s New in Aspose.Network 3.0 Beta High compatible with .NET 2.0 E-Mail APIs, and Work fine under .NET 1.1 and .NET 2.0 frameworks. Therefore, .NET developers can easily migrate their E-Mail applications. Example code // Command line argument must the the SMTP host. SmtpClient client = new SmtpClient(“localhost”, “test001”, “test”); // Specify the e-mail sender. // Create a mailing address that includes a UTF8 character
August 8, 2006 · 3 min · Iret

Aspose.AdHoc 1.5.3.0 Released

Dear Customers, We've released Aspose.AdHoc 1.5.3.0. Fix: No display in the dropdown list while contains DBNull value(Refers:http://www.aspose.com/Community/forums/thread/52538.aspx) Supports parsing select SQL statments like "SELECT \* ..."(Refers:http://www.aspose.com/Community/forums/thread/53625.aspx) Thank you!
August 2, 2006 · 1 min · Iret