Access IMAP/SMTP server using OAuth with Aspose.Email for .NET 2.3.0

We are pleased to announce the release of Aspose.Email for .NET 2.3.0. This month’s release includes a new feature for accessing IMAP and SMTP server accounts using OAuth. It also includes an enhancement feature for formatting an Appointment using the AppointmentFormattingOption class. To get further details about what’s new and fixed, read the release notes on the Aspose.Email for .NET release page.
October 30, 2012 · 1 min · Kashif Iqbal

iCalendar support added in Aspose.Network for Java

We are pleased to announce the release of a new version of Aspose.Network for Java 2.3. In this version, we added the iCalendar component. iCalendar is already part of Aspose.Network for .NET, now you can generate dates according to the specified recurrence pattern in Java. Below is an example to generate dates based on a recurrence pattern: String pattern = “DTSTART:19970902T090000\n” + “RRULE:FREQ=WEEKLY;UNTIL=19971007T000000Z;WKST=SU;BYDAY=SU,MO”; RecurrencePattern recPattern = new RecurrencePattern(pattern); // Get all the dates generated by this rule
September 13, 2011 · 1 min · Saqib Razzaq