Koozali.org: home of the SME Server

Pine & IMAP

Corey Puffalt

Pine & IMAP
« on: December 06, 2000, 09:21:35 PM »
Hi all,

I'm having difficulties getting Pine configured to use IMAP with e-smith.  I've tried adding a folder collection with settings like this:

Nickname: imap
Server: mail.e-smith.MyDomainName.xxx
Path: ~/
View:

The 'Path' setting is where things get fuzzy...I'm not sure what to put there.  I've tried a number of settings including the complete path to my user directory with no results.

Any ideas?

Thanks.
Corey

Charlie Brady

RE: Pine & IMAP
« Reply #1 on: December 06, 2000, 10:06:56 PM »
Corey Puffalt wrote:

> I'm having difficulties getting Pine configured to use IMAP
> with e-smith.
...
> Any ideas?

We use an e-smith server in-house (of course!), and I just have:

inbox-path={mail}inbox

Regards

Charlie

Corey Puffalt

RE: Pine & IMAP
« Reply #2 on: December 06, 2000, 11:23:14 PM »
Ok, that works insofar as I can now see my inbox...but how do I set up pine to see the rest of my IMAP folders?

Thanks.
Corey

Charlie Brady wrote:
[...]
> We use an e-smith server in-house (of course!), and I just have:
>
> inbox-path={mail}inbox
>
> Regards
>
> Charlie

Charlie Brady

RE: Pine & IMAP
« Reply #3 on: December 06, 2000, 11:37:02 PM »
Corey Puffalt wrote:

> Ok, that works insofar as I can now see my inbox...but how do I
> set up pine to see the rest of my IMAP folders?

Extrapolating from the standard .pinerc comments:

  # List of directories where saved-message folders may be. First one is
  # the default for Saves. Example: Main {host1}mail/[], Desktop mail\[]
  # Syntax: optnl-label {optnl-imap-hostname}optnl-directory-path[]
  folder-collections=

I'd say that you should try:

  folder-collections=Main {mail}[]

Charlie

Corey Puffalt

RE: Pine & IMAP
« Reply #4 on: December 07, 2000, 01:04:19 AM »
Thanks...that does it.

Corey