﻿<?xml version='1.0' encoding='UTF-8'?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>Ipswitch Forums / Messaging / IMail Server API </title><generator>InstantForum.NET v4.1.4</generator><description>Ipswitch Forums</description><link>http://forums.ipswitch.com/</link><webMaster>forums@noreply.ipswitch.com</webMaster><lastBuildDate>Thu, 09 Sep 2010 09:24:51 GMT</lastBuildDate><ttl>20</ttl><item><title>IMail Server API for v11.02</title><link>http://forums.ipswitch.com/Topic57249-72-1.aspx</link><description>This past week we publicily announced the availability of the IMail Server API for v11.02.  This API has been requested by many customers wishing to more tightly integrate IMail into their existing backend systems for domain/user creation.  This API is a .NET assembly and we have provided examples on how to perform the following tasks:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Domain Creation&lt;/LI&gt;&lt;LI&gt;User Creation&lt;/LI&gt;&lt;LI&gt;User Password Management&lt;/LI&gt;&lt;LI&gt;User Preference configuration&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;If you are interested in downloading the API please visit &lt;A href="http://www.imailserver.com/imailapi"&gt;http://www.imailserver.com/imailapi&lt;/A&gt;.  The download is free and the only requirement is an IMail v11.02 license.&lt;/P&gt;&lt;P&gt;Please feel free to use this forum to discuss and share your applications or to ask questions.</description><pubDate>Thu, 27 May 2010 11:44:17 GMT</pubDate><dc:creator>Jason Henline</dc:creator></item><item><title>Using the COPY command</title><link>http://forums.ipswitch.com/Topic57375-72-1.aspx</link><description>Hi,&lt;br&gt;&lt;br&gt;I am using iMail v10.2. After reading the API, it was my understanding that if I send the COPY command from the Imap4Client class, it would a copy a message from one mailbox to another. However I don't think I am using it right.&lt;br&gt;&lt;br&gt;What I am trying to achieve is Copy a message from the INBOX folder to a folder called PROCESSED. I've made sure to create the folder as well. What should the correct code be?&lt;br&gt;&lt;br&gt;As of now I do &lt;br&gt;&lt;br&gt;[code]&lt;br&gt;Imap4Client client = BeginSession(username, password);&lt;br&gt;&lt;br&gt;            // Send SELECT to select the folder&lt;br&gt;            client.Select(folder);&lt;br&gt;            if (client.CommandStatus != Imap4StatusCode.Ok)&lt;br&gt;            {&lt;br&gt;                // if it does not exist create it&lt;br&gt;                client.Create(folder);&lt;br&gt;&lt;br&gt;                // Send SELECT to select the folder&lt;br&gt;                client.Select(folder);&lt;br&gt;                if (client.CommandStatus != Imap4StatusCode.Ok)&lt;br&gt;                {&lt;br&gt;                    EndSession(client);&lt;br&gt;                } // end if&lt;br&gt;&lt;br&gt;            } // end if&lt;br&gt;&lt;br&gt;            // add message to mail folder&lt;br&gt;            client.Copy(msgNum, folder);&lt;br&gt;&lt;br&gt;            EndSession(client);&lt;br&gt;&lt;br&gt;[/code]&lt;br&gt;&lt;br&gt;Begin/End Session does the necessary connection and clean up.&lt;br&gt;&lt;br&gt;Thanks for your help</description><pubDate>Wed, 16 Jun 2010 08:46:35 GMT</pubDate><dc:creator>kdajani83</dc:creator></item><item><title>Creating a Single Sign-on page (IMail v10.02 + )</title><link>http://forums.ipswitch.com/Topic57250-72-1.aspx</link><description>You can pass user login information directly to the login.aspx page in web messaging via standard html get and post methods.  This allows for a quick and easy method of creating Single Sign On functionality.  Please review the attached zip containg an HTML document for examples.</description><pubDate>Thu, 27 May 2010 11:54:07 GMT</pubDate><dc:creator>Jason Henline</dc:creator></item></channel></rss>