Click here to Skip to main content
15,880,796 members
Articles / Programming Languages / C#
Article

IMAP Messages Transfer Tool

Rate me:
Please Sign up or sign in to vote.
3.27/5 (9 votes)
28 Dec 2006CPOL 136.2K   2.7K   37   71
IMAP messages transfer tool

Introduction

IMAP messages transfer tool can be used to:

  • Transfer messages from IMAP server to IMAP
  • Transfer messages from IMAP server to zip file
  • Transfer messages from zip file to IMAP server

Forum: http://www.lumisoft.ee/forum 

Sample screenshot

Sample screenshot

Sample screenshot

History

  • 28th December, 2006: Initial post

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Estonia Estonia
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions

 
GeneralRe: Syncronization of mail clients Pin
jymitra1-Feb-11 23:35
jymitra1-Feb-11 23:35 
GeneralRe: Syncronization of mail clients Pin
Ivar Lumi1-Feb-11 23:41
Ivar Lumi1-Feb-11 23:41 
GeneralRe: Syncronization of mail clients Pin
jymitra2-Feb-11 0:25
jymitra2-Feb-11 0:25 
GeneralRe: Syncronization of mail clients Pin
Ivar Lumi2-Feb-11 0:33
Ivar Lumi2-Feb-11 0:33 
GeneralRe: Syncronization of mail clients Pin
jymitra2-Feb-11 0:51
jymitra2-Feb-11 0:51 
GeneralRe: Syncronization of mail clients Pin
Ivar Lumi2-Feb-11 0:57
Ivar Lumi2-Feb-11 0:57 
GeneralRe: Syncronization of mail clients Pin
jymitra2-Feb-11 1:08
jymitra2-Feb-11 1:08 
GeneralRe Authentication exception Pin
jymitra12-Jan-11 23:35
jymitra12-Jan-11 23:35 
Hello Ivar ,


I am waiting for my last question, and now i have new question .
i am doing following process and i get "Re-Authentication error ".


public void Connect(string host, int port, bool ssl); from TCP_Client
public void Login(string user, string password); from IMAP_Client
then ----imap.Disconnect();

again imap.Connect() with check imap.IsConnected property
then imap.Login() ---here where i got exception "Re-Authentication"

my question is that when i am using imap.Disconnect(); then it should automatically disconnect and also remove authenticity as well but i got exception ..
so what should i do to complete disconnect from server ..after i disconnected from server i want to process whole thing again i am doing first time login ..or any way to prevent this..

please help me as soon as possible.
GeneralRe: Re Authentication exception Pin
Ivar Lumi13-Jan-11 0:00
Ivar Lumi13-Jan-11 0:00 
GeneralRe: Re Authentication exception Pin
jymitra13-Jan-11 0:39
jymitra13-Jan-11 0:39 
GeneralRe: Re Authentication exception Pin
Ivar Lumi13-Jan-11 1:09
Ivar Lumi13-Jan-11 1:09 
QuestionSearch unread mails Pin
jymitra6-Jan-11 19:57
jymitra6-Jan-11 19:57 
AnswerRe: Search unread mails Pin
Ivar Lumi6-Jan-11 20:59
Ivar Lumi6-Jan-11 20:59 
GeneralRe: Search unread mails [modified] Pin
jymitra6-Jan-11 22:02
jymitra6-Jan-11 22:02 
GeneralRe: Search unread mails Pin
Ivar Lumi6-Jan-11 22:35
Ivar Lumi6-Jan-11 22:35 
GeneralRe: Search unread mails [modified] Pin
jymitra10-Jan-11 18:36
jymitra10-Jan-11 18:36 
QuestionMove mail to other folder Pin
jymitra20-Jul-10 23:05
jymitra20-Jul-10 23:05 
AnswerRe: Move mail to other folder Pin
Ivar Lumi20-Jul-10 23:18
Ivar Lumi20-Jul-10 23:18 
GeneralRe: Move mail to other folder..thanks Pin
jymitra21-Jul-10 1:32
jymitra21-Jul-10 1:32 
GeneralUsage of library Pin
jymitra20-Jul-10 19:49
jymitra20-Jul-10 19:49 
GeneralRe: Usage of library Pin
Ivar Lumi20-Jul-10 19:55
Ivar Lumi20-Jul-10 19:55 
GeneralRe: Usage of library Pin
jymitra20-Jul-10 20:12
jymitra20-Jul-10 20:12 
GeneralThis version does not work with Google Apps Pin
enkash6-Feb-10 9:16
enkash6-Feb-10 9:16 
GeneralGood Job! Pin
Member 12541893-Aug-09 16:36
Member 12541893-Aug-09 16:36 
GeneralThank You Pin
cmwade7716-Jul-09 13:46
cmwade7716-Jul-09 13:46 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.