Configure Alpine for IMAP
You can configure Alpine for IMAP using Alpine Commands, or by adding lines to your ${HOME}/.pinerc file.Configuring with Alpine Commands
To configure IMAP from within alpine, you can use the Config menu to change the inbox path and select a few options, and use the Collections menu to define the location of your other folders
- (M)ain (S)etup (C)onfig
- change inbox-path to {laime.cs.uchicago.edu/ssl/novalidate-cert}INBOX
- select quell-empty-directories and separate-folder-and-directory-entries
- (M)ain (S)etup Co(L)lections
- (A)dd Collection: Nickname: imap, Server:laime.cs.uchicago.edu/ssl/novalidate-cert
Configuring with .pinerc
Note:- Until our certificates are set up, you need to specify novalidate-cert
## Alpine configuration file for simple IMAP use # Sets domain part of From: and local addresses in outgoing mail. user-domain=cs.uchicago.edu# Where to find your inbox inbox-path={laime.cs.uchicago.edu/ssl/novalidate-cert}INBOX # Where to find your other folders folder-collections={laime.cs.uchicago.edu/ssl/novalidate-cert}[] # These features make Alpine show imap folders nicely feature-list=quell-empty-directories, separate-folder-and-directory-entries
Filtering mail with sieve
If you wish to filter mail into a folder 'spam', you must create that folder first:- (M)ain (L)ist
- Select imap, hit return
- (A)dd, Folder name: spam

