![]() |
Previous | TOC | Next | ![]() |
![]() | Technical document: Linux Mail Server Howto |
| Chapter 6 - Accessing mail over IMAP | |
* FLAGS (\Draft \Answered \Flagged \Deleted \Seen \Recent) * OK [PERMANENTFLAGS (\* \Draft \Answered \Flagged \Deleted \Seen)] Limited * 1 EXISTS * 0 RECENT * OK [UIDVALIDITY 1215192360] Ok * OK [MYRIGHTS "acdilrsw"] ACL 2 OK [READ-WRITE] Ok1 EXISTS is telling you that there is one email in the inbox - (hopefully) the test mail we sent earlier. To read a mail the command structure is: [command number] FETCH [mail number] COMMAND To read the whole email, do: 3 FETCH 1 RFC822 and the email, headers + body, will be printed to the screen. Having confirmed that you can access your inbox via imapd, logout: 4 LOGOUT Now we are going to try accessing our emails with a modern imap email client such as Mozilla Thunderbird. However in order to avoid sending logins and passwords - and indeed emails themselves - in clear text over the network we will use IMAP-over-SSL.
![]() |
Previous: Chapter 5 - Installing courier-imap | TOC | Next: Chapter 7 - Configuring Mozilla Thunderbird | ![]() |