Download InterIMAP

Description

InterIMAP is a IMAP client library written in C# for .NET 2.0. Current features include: Support for SSL connections, listing folder contents, complete object model, exporting folder lists and messages as XML.The original code was written by Rohit Joshi and can be found, along

Source Files

The download file interimap.zip has the following entries.


BuildProcessTemplates/DefaultTemplate.11.1.xaml
BuildProcessTemplates/DefaultTemplate.xaml
BuildProcessTemplates/LabDefaultTemplate.11.xaml
BuildProcessTemplates/UpgradeTemplate.xaml
InterIMAP-Async/CSharpOptParse/AssemblyInfo.cs
InterIMAP-Async/CSharpOptParse/CSharpOptParse.csproj
InterIMAP-Async/CSharpOptParse/CSharpOptParse.csproj.vspscc
InterIMAP-Async/CSharpOptParse/ConsoleUtils/ConsoleHelper.cs
InterIMAP-Async/CSharpOptParse/OptParse/Attributes.cs
InterIMAP-Async/CSharpOptParse/OptParse/DefaultUsageInfo.cs
InterIMAP-Async/CSharpOptParse/OptParse/Delegates.cs
InterIMAP-Async/CSharpOptParse/OptParse/Enumerations.cs
InterIMAP-Async/CSharpOptParse/OptParse/Exceptions.cs
InterIMAP-Async/CSharpOptParse/OptParse/IOptionContainer.cs
InterIMAP-Async/CSharpOptParse/OptParse/IOptionResults.cs
InterIMAP-Async/CSharpOptParse/OptParse/IProgUsageInfo.cs
InterIMAP-Async/CSharpOptParse/OptParse/OptionDefinition.cs
InterIMAP-Async/CSharpOptParse/OptParse/OptionResult.cs
InterIMAP-Async/CSharpOptParse/OptParse/OptionResultsDictionary.cs
InterIMAP-Async/CSharpOptParse/OptParse/ParseHelpers.cs
InterIMAP-Async/CSharpOptParse/OptParse/Parser.cs
InterIMAP-Async/CSharpOptParse/OptParse/UsageBuilder.cs
InterIMAP-Async/CSharpOptParse/OptParse/Xslt/Html.xslt
InterIMAP-Async/CSharpOptParse/OptParse/Xslt/Text.xslt
InterIMAP-Async/ConfigGenerator/ConfigGenerator.csproj
InterIMAP-Async/ConfigGenerator/ConfigGenerator.csproj.vspscc
InterIMAP-Async/ConfigGenerator/Program.cs
InterIMAP-Async/ConfigGenerator/Properties/AssemblyInfo.cs
InterIMAP-Async/ConfigGeneratorWin/ConfigGeneratorWin.csproj
InterIMAP-Async/ConfigGeneratorWin/ConfigGeneratorWin.csproj.vspscc
InterIMAP-Async/ConfigGeneratorWin/Form1.Designer.cs
InterIMAP-Async/ConfigGeneratorWin/Form1.cs
InterIMAP-Async/ConfigGeneratorWin/Form1.resx
InterIMAP-Async/ConfigGeneratorWin/Program.cs
InterIMAP-Async/ConfigGeneratorWin/Properties/AssemblyInfo.cs
InterIMAP-Async/ConfigGeneratorWin/Properties/Resources.Designer.cs
InterIMAP-Async/ConfigGeneratorWin/Properties/Resources.resx
InterIMAP-Async/ConfigGeneratorWin/Properties/Settings.Designer.cs
InterIMAP-Async/ConfigGeneratorWin/Properties/Settings.settings
InterIMAP-Async/IMAPShell/Attributes/CommandInfoAttribute.cs
InterIMAP-Async/IMAPShell/Attributes/RequiresConnectionAttribute.cs
InterIMAP-Async/IMAPShell/Commands/BaseCommand.cs
InterIMAP-Async/IMAPShell/Commands/ChangeFolderCommand.cs
InterIMAP-Async/IMAPShell/Commands/ClearCommand.cs
InterIMAP-Async/IMAPShell/Commands/ConnectCommand.cs
InterIMAP-Async/IMAPShell/Commands/CreateFolderCommand.cs
InterIMAP-Async/IMAPShell/Commands/DeleteCommand.cs
InterIMAP-Async/IMAPShell/Commands/ExitCommand.cs
InterIMAP-Async/IMAPShell/Commands/FolderListCommand.cs
InterIMAP-Async/IMAPShell/Commands/GetNewMessagesCommand.cs
InterIMAP-Async/IMAPShell/Commands/HelpCommand.cs
InterIMAP-Async/IMAPShell/Commands/LoadConfigCommand.cs
InterIMAP-Async/IMAPShell/Commands/MessageListCommand.cs
InterIMAP-Async/IMAPShell/Commands/MoveFolderCommand.cs
InterIMAP-Async/IMAPShell/Commands/PasswordCommand.cs
InterIMAP-Async/IMAPShell/Commands/PrintConfigCommand.cs
InterIMAP-Async/IMAPShell/Commands/PrintResultCommand.cs
InterIMAP-Async/IMAPShell/Commands/RenameCommand.cs
InterIMAP-Async/IMAPShell/Commands/SSLCommand.cs
InterIMAP-Async/IMAPShell/Commands/SaveConfigCommand.cs
InterIMAP-Async/IMAPShell/Commands/ServerCommand.cs
InterIMAP-Async/IMAPShell/Commands/UsernameCommand.cs
InterIMAP-Async/IMAPShell/Enums/ResultType.cs
InterIMAP-Async/IMAPShell/Helpers/ArgumentParser.cs
InterIMAP-Async/IMAPShell/Helpers/Arguments.cs
InterIMAP-Async/IMAPShell/Helpers/ColorConsole.cs
InterIMAP-Async/IMAPShell/Helpers/GetLine.cs
InterIMAP-Async/IMAPShell/Helpers/PasswordInput.cs
InterIMAP-Async/IMAPShell/IMAPShell.csproj
InterIMAP-Async/IMAPShell/IMAPShell.csproj.vspscc
InterIMAP-Async/IMAPShell/Interfaces/ICommand.cs
InterIMAP-Async/IMAPShell/Program.cs//from   w ww .  ja va2s  .c  o m
InterIMAP-Async/IMAPShell/Properties/AssemblyInfo.cs
InterIMAP-Async/IMAPShell/Shell/CommandResult.cs
InterIMAP-Async/IMAPShell/Shell/IMAPShell.cs
InterIMAP-Async/IMAPShell/app.config
InterIMAP-Async/InterIMAP.sln
InterIMAP-Async/InterIMAP.vssscc
InterIMAP-Async/InterIMAP/Asynchronous/Client/IMAPAsyncClient.cs
InterIMAP-Async/InterIMAP/Asynchronous/Client/IMAPConnection.cs
InterIMAP-Async/InterIMAP/Asynchronous/Client/IMAPConnectionPool.cs
InterIMAP-Async/InterIMAP/Asynchronous/Client/IMAPConnectionWorker.cs
InterIMAP-Async/InterIMAP/Asynchronous/Client/IMAPMailboxManager.cs
InterIMAP-Async/InterIMAP/Asynchronous/Client/IMAPRequestManager.cs
InterIMAP-Async/InterIMAP/Asynchronous/Helpers/LoggerAggregator.cs
InterIMAP-Async/InterIMAP/Asynchronous/Helpers/WorkerLogger.cs
InterIMAP-Async/InterIMAP/Asynchronous/Objects/Contact.cs
InterIMAP-Async/InterIMAP/Asynchronous/Objects/Folder.cs
InterIMAP-Async/InterIMAP/Asynchronous/Objects/Message.cs
InterIMAP-Async/InterIMAP/Asynchronous/Objects/MessageContent.cs
InterIMAP-Async/InterIMAP/Common/Attributes/ConnectingTable.cs
InterIMAP-Async/InterIMAP/Common/Attributes/HeaderName.cs
InterIMAP-Async/InterIMAP/Common/Attributes/LinkToTable.cs
InterIMAP-Async/InterIMAP/Common/BatchRequests/BaseBatchRequest.cs
InterIMAP-Async/InterIMAP/Common/Commands/BaseCommand.cs
InterIMAP-Async/InterIMAP/Common/Commands/CapabilityCommand.cs
InterIMAP-Async/InterIMAP/Common/Commands/ChangeFlagCommand.cs
InterIMAP-Async/InterIMAP/Common/Commands/CommandResult.cs
InterIMAP-Async/InterIMAP/Common/Commands/CreateFolderCommand.cs
InterIMAP-Async/InterIMAP/Common/Commands/CustomCommand.cs
InterIMAP-Async/InterIMAP/Common/Commands/ExamineFolderCommand.cs
InterIMAP-Async/InterIMAP/Common/Commands/ExpungeCommand.cs
InterIMAP-Async/InterIMAP/Common/Commands/FolderListCommand.cs
InterIMAP-Async/InterIMAP/Common/Commands/HeartBeatCommand.cs
InterIMAP-Async/InterIMAP/Common/Commands/LoginCommand.cs
InterIMAP-Async/InterIMAP/Common/Commands/MessageFlagCommand.cs
InterIMAP-Async/InterIMAP/Common/Commands/MessageHeaderCommand.cs
InterIMAP-Async/InterIMAP/Common/Commands/MessageListCommand.cs
InterIMAP-Async/InterIMAP/Common/Commands/MessagePartCommand.cs
InterIMAP-Async/InterIMAP/Common/Commands/MessageStructureCommand.cs
InterIMAP-Async/InterIMAP/Common/Commands/SearchCommand.cs
InterIMAP-Async/InterIMAP/Common/Commands/SearchCriteria.cs
InterIMAP-Async/InterIMAP/Common/Commands/SelectFolderCommand.cs
InterIMAP-Async/InterIMAP/Common/Data/DataManager.cs
InterIMAP-Async/InterIMAP/Common/Data/Mailbox.Designer.cs
InterIMAP-Async/InterIMAP/Common/Data/Mailbox.cs
InterIMAP-Async/InterIMAP/Common/Data/Mailbox.xsc
InterIMAP-Async/InterIMAP/Common/Data/Mailbox.xsd
InterIMAP-Async/InterIMAP/Common/Data/Mailbox.xss
InterIMAP-Async/InterIMAP/Common/Data/ZipStorer.cs
InterIMAP-Async/InterIMAP/Common/Enums/IMAPError.cs
InterIMAP-Async/InterIMAP/Common/Enums/IMAPResponse.cs
InterIMAP-Async/InterIMAP/Common/Enums/LogType.cs
InterIMAP-Async/InterIMAP/Common/Enums/MailboxType.cs
InterIMAP-Async/InterIMAP/Common/Enums/MessageFlag.cs
InterIMAP-Async/InterIMAP/Common/Enums/MessageListDirection.cs
InterIMAP-Async/InterIMAP/Common/IMAPConfig.cs
InterIMAP-Async/InterIMAP/Common/IMAPException.cs
InterIMAP-Async/InterIMAP/Common/IMAPLogger.cs
InterIMAP-Async/InterIMAP/Common/Interfaces/IBaseObject.cs
InterIMAP-Async/InterIMAP/Common/Interfaces/IBatchRequest.cs
InterIMAP-Async/InterIMAP/Common/Interfaces/ICommand.cs
InterIMAP-Async/InterIMAP/Common/Interfaces/IContact.cs
InterIMAP-Async/InterIMAP/Common/Interfaces/IFolder.cs
InterIMAP-Async/InterIMAP/Common/Interfaces/IMessage.cs
InterIMAP-Async/InterIMAP/Common/Interfaces/IMessageContent.cs
InterIMAP-Async/InterIMAP/Common/Interfaces/IProcessor.cs
InterIMAP-Async/InterIMAP/Common/Interfaces/IRequest.cs
InterIMAP-Async/InterIMAP/Common/Processors/BaseProcessor.cs
InterIMAP-Async/InterIMAP/Common/Processors/ChangeFlagProcessor.cs
InterIMAP-Async/InterIMAP/Common/Processors/CreateFolderProcessor.cs
InterIMAP-Async/InterIMAP/Common/Processors/FolderDataProcessor.cs
InterIMAP-Async/InterIMAP/Common/Processors/FolderListProcessor.cs
InterIMAP-Async/InterIMAP/Common/Processors/LoginProcessor.cs
InterIMAP-Async/InterIMAP/Common/Processors/MessageFlagProcessor.cs
InterIMAP-Async/InterIMAP/Common/Processors/MessageHeaderProcessor.cs
InterIMAP-Async/InterIMAP/Common/Processors/MessageListProcessor.cs
InterIMAP-Async/InterIMAP/Common/Processors/MessagePartProcessor.cs
InterIMAP-Async/InterIMAP/Common/Processors/MessageStructureProcessor.cs
InterIMAP-Async/InterIMAP/Common/Processors/SearchProcessor.cs
InterIMAP-Async/InterIMAP/Common/Requests/AsyncBatchRequest.cs
InterIMAP-Async/InterIMAP/Common/Requests/BaseRequest.cs
InterIMAP-Async/InterIMAP/Common/Requests/ChangeFlagRequest.cs
InterIMAP-Async/InterIMAP/Common/Requests/CreateFolderRequest.cs
InterIMAP-Async/InterIMAP/Common/Requests/DeleteFolderRequest.cs
InterIMAP-Async/InterIMAP/Common/Requests/DeleteMessageRequest.cs
InterIMAP-Async/InterIMAP/Common/Requests/FolderDataRequest.cs
InterIMAP-Async/InterIMAP/Common/Requests/FolderTreeRequest.cs
InterIMAP-Async/InterIMAP/Common/Requests/FullMessageRequest.cs
InterIMAP-Async/InterIMAP/Common/Requests/MessageFlagRequest.cs
InterIMAP-Async/InterIMAP/Common/Requests/MessageHeaderRequest.cs
InterIMAP-Async/InterIMAP/Common/Requests/MessageListRequest.cs
InterIMAP-Async/InterIMAP/Common/Requests/MessagePartRequest.cs
InterIMAP-Async/InterIMAP/Common/Requests/MessageStructureRequest.cs
InterIMAP-Async/InterIMAP/Common/Requests/MoveFolderRequest.cs
InterIMAP-Async/InterIMAP/Common/Requests/NewMessagesRequest.cs
InterIMAP-Async/InterIMAP/Common/Requests/RenameFolderRequest.cs
InterIMAP-Async/InterIMAP/Common/Requests/SearchRequest.cs
InterIMAP-Async/InterIMAP/Common/Requests/SimpleBatchRequest.cs
InterIMAP-Async/InterIMAP/Diagram/LibraryDagram.cd
InterIMAP-Async/InterIMAP/InterIMAP.csproj
InterIMAP-Async/InterIMAP/InterIMAP.csproj.vspscc
InterIMAP-Async/InterIMAP/Properties/AssemblyInfo.cs
InterIMAP-Async/InterIMAP/Properties/Resources.Designer.cs
InterIMAP-Async/InterIMAP/Properties/Resources.resx
InterIMAP-Async/InterIMAP/Synchronous/Client/IMAP.cs
InterIMAP-Async/InterIMAP/Synchronous/Client/IMAPBase.cs
InterIMAP-Async/InterIMAP/Synchronous/Client/IMAPClient.cs
InterIMAP-Async/InterIMAP/Synchronous/Objects/IMAPFileAttachment.cs
InterIMAP-Async/InterIMAP/Synchronous/Objects/IMAPFolder.cs
InterIMAP-Async/InterIMAP/Synchronous/Objects/IMAPFolderCollection.cs
InterIMAP-Async/InterIMAP/Synchronous/Objects/IMAPFolderQuota.cs
InterIMAP-Async/InterIMAP/Synchronous/Objects/IMAPMailAddress.cs
InterIMAP-Async/InterIMAP/Synchronous/Objects/IMAPMessage.cs
InterIMAP-Async/InterIMAP/Synchronous/Objects/IMAPMessageCollection.cs
InterIMAP-Async/InterIMAP/Synchronous/Objects/IMAPMessageContent.cs
InterIMAP-Async/InterIMAP/Synchronous/Objects/IMAPMessageFlags.cs
InterIMAP-Async/InterIMAP/Synchronous/Objects/IMAPSearchQuery.cs
InterIMAP-Async/InterIMAP/Synchronous/Objects/IMAPSearchResult.cs
InterIMAP-Async/InterIMAPBodyParsePrototype/InterIMAPBodyParsePrototype.csproj
InterIMAP-Async/InterIMAPBodyParsePrototype/InterIMAPBodyParsePrototype.csproj.vspscc
InterIMAP-Async/InterIMAPBodyParsePrototype/Program.cs
InterIMAP-Async/InterIMAPBodyParsePrototype/Properties/AssemblyInfo.cs
InterIMAP-Async/InterIMAPConsoleTest/InterIMAPConsoleTest.csproj
InterIMAP-Async/InterIMAPConsoleTest/InterIMAPConsoleTest.csproj.vspscc
InterIMAP-Async/InterIMAPConsoleTest/Program.cs
InterIMAP-Async/InterIMAPConsoleTest/Properties/AssemblyInfo.cs
InterIMAP-Async/InterIMAPGUITest/Form1.Designer.cs
InterIMAP-Async/InterIMAPGUITest/Form1.cs
InterIMAP-Async/InterIMAPGUITest/Form1.resx
InterIMAP-Async/InterIMAPGUITest/InterIMAPGUITest.csproj
InterIMAP-Async/InterIMAPGUITest/InterIMAPGUITest.csproj.vspscc
InterIMAP-Async/InterIMAPGUITest/MessageViewer.Designer.cs
InterIMAP-Async/InterIMAPGUITest/MessageViewer.cs
InterIMAP-Async/InterIMAPGUITest/MessageViewer.resx
InterIMAP-Async/InterIMAPGUITest/Program.cs
InterIMAP-Async/InterIMAPGUITest/ProgressWindow.Designer.cs
InterIMAP-Async/InterIMAPGUITest/ProgressWindow.cs
InterIMAP-Async/InterIMAPGUITest/ProgressWindow.resx
InterIMAP-Async/InterIMAPGUITest/Properties/AssemblyInfo.cs
InterIMAP-Async/InterIMAPGUITest/Properties/Resources.Designer.cs
InterIMAP-Async/InterIMAPGUITest/Properties/Resources.resx
InterIMAP-Async/InterIMAPGUITest/Properties/Settings.Designer.cs
InterIMAP-Async/InterIMAPGUITest/Properties/Settings.settings
InterIMAP/ConfigGenerator/ConfigGenerator.csproj
InterIMAP/ConfigGenerator/ConfigGenerator.csproj.vspscc
InterIMAP/ConfigGenerator/Program.cs
InterIMAP/ConfigGenerator/Properties/AssemblyInfo.cs
InterIMAP/ConfigGeneratorWin/ConfigGeneratorWin.csproj
InterIMAP/ConfigGeneratorWin/ConfigGeneratorWin.csproj.vspscc
InterIMAP/ConfigGeneratorWin/Form1.Designer.cs
InterIMAP/ConfigGeneratorWin/Form1.cs
InterIMAP/ConfigGeneratorWin/Form1.resx
InterIMAP/ConfigGeneratorWin/Program.cs
InterIMAP/ConfigGeneratorWin/Properties/AssemblyInfo.cs
InterIMAP/ConfigGeneratorWin/Properties/Resources.Designer.cs
InterIMAP/ConfigGeneratorWin/Properties/Resources.resx
InterIMAP/ConfigGeneratorWin/Properties/Settings.Designer.cs
InterIMAP/ConfigGeneratorWin/Properties/Settings.settings
InterIMAP/InterIMAP.sln
InterIMAP/InterIMAP.vssscc
InterIMAP/InterIMAP/Client/IMAP.cs
InterIMAP/InterIMAP/Client/IMAPBase.cs
InterIMAP/InterIMAP/Client/IMAPException.cs
InterIMAP/InterIMAP/Client/IMAPLogger.cs
InterIMAP/InterIMAP/Diagram/InterIMAP.Diagram.cd
InterIMAP/InterIMAP/InterIMAP.csproj
InterIMAP/InterIMAP/InterIMAP.csproj.vspscc
InterIMAP/InterIMAP/Objects/IMAPFileAttachment.cs
InterIMAP/InterIMAP/Objects/IMAPFolder.cs
InterIMAP/InterIMAP/Objects/IMAPFolderCollection.cs
InterIMAP/InterIMAP/Objects/IMAPFolderQuota.cs
InterIMAP/InterIMAP/Objects/IMAPMailAddress.cs
InterIMAP/InterIMAP/Objects/IMAPMessage.cs
InterIMAP/InterIMAP/Objects/IMAPMessageCollection.cs
InterIMAP/InterIMAP/Objects/IMAPMessageContent.cs
InterIMAP/InterIMAP/Objects/IMAPMessageFlags.cs
InterIMAP/InterIMAP/Objects/IMAPSearchQuery.cs
InterIMAP/InterIMAP/Objects/IMAPSearchResult.cs
InterIMAP/InterIMAP/Properties/AssemblyInfo.cs
InterIMAP/InterIMAP/Wrapper/IMAPClient.cs
InterIMAP/InterIMAP/Wrapper/IMAPConfig.cs
InterIMAP/InterIMAPConsoleTest/InterIMAPConsoleTest.csproj
InterIMAP/InterIMAPConsoleTest/InterIMAPConsoleTest.csproj.vspscc
InterIMAP/InterIMAPConsoleTest/Program.cs
InterIMAP/InterIMAPConsoleTest/Properties/AssemblyInfo.cs

Download

Click the following link to download interimap.zip.

interimap.zip




















Home »
  C# Free Code »
    Development »




Algorithm
ANTLR
AOP
Application
Barcode
CHM
Design Patterns
Desktop
DotNet
DotNet Engine
DotNet Application
DotNet Assembly
DotNet Library
Engine
Epub
Example
File
File Library
Framework
GIS
Intellisense
IoC
Library
log4net
Matlab
MSBuild
MVC
MVP
MVVM
Numerical Library
NUnit
OpenCL
Plugin
Quartz
Resx File
SDK
SMS
Thread
UnitTest
Utility
VisualStudio
Windows
XML