FTP uploading files using patterns
Uploading files using patters is a unique feature of our FTP component. It allows you fast upload of files of certain types. Here’s the sample that uploads all text files (*.txt) files from C drive, to...
View ArticleThread emails using IMAP
The THREAD extension to the IMAP protocol provide a means of server-based threading of messages, without requiring that the IMAP component download the necessary data to do so itself. Following sample...
View ArticleGet new emails using IMAP
This article describes how to receive new email messages using Mail.dll .NET IMAP library. In many situations you can relay on IMAP server to keep track which messages are unseen and just download...
View ArticleFTP file and folder permissions
You can access remote file or folder permissions using Limilabs .NET FTP library. First you should learn how to connect and download files from FTP server. It is important to realize that originally...
View ArticleNavigateToTest VS2012 extension
You can download the extension here: NavigateToTest Visual Studio 2012 extension Some time ago I blogged about the GoToTest macro and VS2010 navigate to test extension Here’s the latest version that...
View ArticleOAuth 2.0 with Gmail over IMAP for installed applications
OAuth is an open protocol to allow secure API authorization in a simple and standard method from desktop and web applications. This article describes using OAuth 2.0 to access Gmail IMAP and SMTP...
View ArticleOAuth 2.0 with Gmail over IMAP for web applications
OAuth is an open protocol to allow secure API authorization in a simple and standard method from desktop and web applications. This article describes using OAuth 2.0 to access Gmail IMAP and SMTP...
View ArticleSend signed email using S/MIME (SHA‑512)
In many cases it is required to use better that standard signing algorithms. With Mail.dll it is easy to specify algorithm that is used for signing. In this article we’ll show how to send S/MIME signed...
View ArticleSend encrypted email using S/MIME (AES‑256)
In many cases it is required to use better that standard encryption algorithms. With Mail.dll it is easy to specify algorithm that is used for encryption. In this article we’ll show how to send S/MIME...
View ArticleTesting test assembly
I recently discovered that almost 50 unit tests don’t run for Mail.dll email library test suite. Mail.dll uses NUnit as its unit testing framework, and with over 3000 tests it’s hard to spot that some...
View Article.chm file is not displayed correctly
Symptoms When you open a .chm file, “Navigation to the webpage was canceled” is displayed in the reading pane. Solution Most likely the problem is a protection on files coming from other computers. You...
View ArticleUnblock .dll file
Symptoms You can not add .dll file as a reference in Visual Studio or SecurityException is thrown. Solution Most likely the problem is a protection on files coming from other computers. You just have...
View ArticleVERP (Variable Envelope Return Path) in .NET
Variable Envelope Return Path (VERP) is a technique used to enable automatic detection and removal of undeliverable e-mail addresses. It works by using a different return path (also called “envelope...
View ArticleSign emails with DKIM
DKIM is short for DomainKeys Identified Mail. It is a method for associating a domain name to an email message. It allows a person, role, or organization (domain owner) to claim some responsibility for...
View ArticleOutlook365: IMAP, POP3, and SMTP settings
Outlook 365 supports access via IMAP, POP3 and SMTP protocols. Below you can find the configuration settings for all protocols. On the main screen go to “Options” / “See All Options…”: Now click the...
View ArticleGmail: IMAP, POP3, and SMTP settings
Gmail supports access via IMAP, POP3 and SMTP protocols. Below you can find the configuration settings for all protocols. All Gmail servers (IMAP, POP3 and SMTP) use implicit SSL – use ConnectSSL...
View ArticleYahoo: IMAP, POP3, and SMTP settings
Yahoo supports access via IMAP, POP3 and SMTP protocols. Below you can find the configuration settings for all protocols. All Yahoo servers (IMAP, POP3 and SMTP) don’t use SSL (you can use Connect...
View ArticleOutlook: IMAP, POP3, and SMTP settings
Outlook.com supports access via POP3 and SMTP protocols. Below you can find the configuration settings for those protocols. All Outlook.com servers (POP3 and SMTP) use implicit SSL (use ConnectSSL...
View ArticleHotmail: IMAP, POP3, and SMTP settings
Hotmail supports access via POP3 and SMTP protocols. Below you can find the configuration settings for those protocols. All Hotmail servers (POP3 and SMTP) use implicit SSL (use ConnectSSL method)....
View ArticleAOL: IMAP, POP3, and SMTP settings
AOL supports access via IMAP, POP3 and SMTP protocols. Below you can find the configuration settings for all protocols. All AOL servers (IMAP, POP3 and SMTP) can work in plain mode (you can use Connect...
View Article