-2

i want to learn all commands using in IMAP.

  1. fetch all mails

  2. read particular mail

  3. search particular mail

  4. create folder/label

is there any site to get imap command list?

Pyare
  • 671
  • 2
  • 11
  • 32

2 Answers2

1

Sure, read RFC 3501. The IMAP wiki also has plenty of resources for client developers.

Community
  • 1
  • 1
Jan Kundrát
  • 3,700
  • 1
  • 18
  • 29
-1

Connect to a server via telnet and issue the help command. Telnet server.com 110

lsaffie
  • 1,764
  • 1
  • 17
  • 22