Hidden IMAP Mailboxes

Question: I developed a mail client who download mail messages from a Cyrus IMAP server. The INBOX mailbox has some “children”. Some of them are defined as hidden, then using e-mail client such as Outlook express or Thunderbird they are not shown while on my client, ListMailboxes(“”,”*”) method (CkImap class) detect them and my application display them. How can I […]

IMAP SSH Tunneling (Port Forwarding)

ASP: IMAP SSH Tunneling (Port Forwarding) SQL Server: IMAP SSH Tunneling (Port Forwarding) C#: IMAP SSH Tunneling (Port Forwarding) C++: IMAP SSH Tunneling (Port Forwarding) MFC: IMAP SSH Tunneling (Port Forwarding) C: IMAP SSH Tunneling (Port Forwarding) Delphi: IMAP SSH Tunneling (Port Forwarding) Visual FoxPro: IMAP SSH Tunneling (Port Forwarding) Java: IMAP SSH Tunneling (Port Forwarding) Perl: IMAP SSH Tunneling […]

IMAP SSH Tunneling (Port Forwarding)

These new examples demonstrate how to use IMAP in an SSH tunnel: ASP: IMAP SSH Tunneling (Port Forwarding) SQL Server: IMAP SSH Tunneling (Port Forwarding) C#: IMAP SSH Tunneling (Port Forwarding) C++: IMAP SSH Tunneling (Port Forwarding) MFC: IMAP SSH Tunneling (Port Forwarding) C: IMAP SSH Tunneling (Port Forwarding) Delphi: IMAP SSH Tunneling (Port Forwarding) Visual FoxPro: IMAP SSH Tunneling […]

Modify Email on IMAP Server?

Question: I was wondering if the IMAP library for .NET allows me to go into an IMAP server, and change the body of a previous email? Is any email fair game? Or does it have to be in drafts? If so, is there a special way to save it to the server? If this does not work, can I delete […]