Questions tagged [imap]

IMAP stands for Internet Message Access Protocol and is the other e-mail protocol along with POP.

E-mail clients using IMAP often leave messages on the server until the user deletes them. This allows multiple clients to manage the same mailbox - useful for support help desks for example.

IMAP is just one communications protocol on the web. Others include:

  • Transmission Control Protocol (TCP)
  • User Datagram Protocol (UDP)
  • Internet Control Message Protocol (ICMP)
  • Hypertext Transfer Protocol (HTTP)
  • Post Office Protocol (POP3)
  • File Transfer Protocol (FTP)

IMAP on Wikipedia

860 questions
2
votes
2 answers

Cyrus-Imap: cyradm: cannot authenticate to server with as cyrus

I'm a begginer in IMAP. When i do cyradm --user cyrus localhost, i get: [root@SRD-GrupoG-Server lib]# cyradm --user cyrus localhost IMAP Password: Login failed: generic failure at /usr/lib64/perl5/vendor_perl/Cyrus/IMAP/Admin.pm line…
CatCos
  • 51
  • 1
  • 2
  • 6
1
vote
1 answer

the IMAP setup I want

Possible Duplicate: imap sent folder setup I want to setup Windows Live Mail with an IMAP account. The account is hosted with Hostgator if that matters. When I currently set up the account I get an Inbox and with what looks like a Drafts, Sent,…
Jeff
  • 261