Difference between revisions of "Imap"

From Finninday
Jump to: navigation, search
(New page: Category: Installation notes ===Platform: Hardy Heron amd64=== https://help.ubuntu.com/community/Squirrelmail ===Packages=== <pre> Desired=Unknown/Install/Remove/Purge/Hold | Status=No...)
 
Line 24: Line 24:
 
un  squirrelmail-decode        <none>                    (no description available)
 
un  squirrelmail-decode        <none>                    (no description available)
 
un  squirrelmail-locales      <none>                    (no description available)
 
un  squirrelmail-locales      <none>                    (no description available)
 +
</pre>
 +
 +
 +
===Test output===
 +
<pre>
 +
root@weasel:/etc/default# telnet localhost 143
 +
Trying 127.0.0.1...
 +
Connected to localhost.localdomain.
 +
Escape character is '^]'.
 +
* OK [CAPABILITY IMAP4rev1 UIDPLUS CHILDREN NAMESPACE THREAD=ORDEREDSUBJECT THREAD=REFERENCES SORT QUOTA IDLE ACL ACL2=UNION] Courier-IMAP ready. Copyright 1998-2005 Double Precision, Inc.  See COPYING for distribution information.
 +
a login myuserid mypassword
 +
a OK LOGIN Ok.
 +
q logout
 +
* BYE Courier-IMAP server shutting down
 +
q OK LOGOUT completed
 +
Connection closed by foreign host.
 
</pre>
 
</pre>

Revision as of 22:59, 29 April 2008

Platform: Hardy Heron amd64

https://help.ubuntu.com/community/Squirrelmail

Packages

Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Installed/Config-f/Unpacked/Failed-cfg/Half-inst/t-aWait/T-pend
|/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err: uppercase=bad)
||/ Name                       Version                    Description
+++-==========================-==========================-====================================================================
ii  courier-imap               4.3.0.20081027-1ubuntu1    Courier mail server - IMAP server
ii  courier-imap-ssl           4.3.0.20081027-1ubuntu1    Courier mail server - IMAP over SSL
un  imap-client                <none>                     (no description available)
un  imap-server                <none>                     (no description available)
un  imapproxy                  <none>                     (no description available)


Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Installed/Config-f/Unpacked/Failed-cfg/Half-inst/t-aWait/T-pend
|/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err: uppercase=bad)
||/ Name                       Version                    Description
+++-==========================-==========================-====================================================================
ii  squirrelmail               2:1.4.13-2ubuntu1          Webmail for nuts
un  squirrelmail-decode        <none>                     (no description available)
un  squirrelmail-locales       <none>                     (no description available)


Test output

root@weasel:/etc/default# telnet localhost 143
Trying 127.0.0.1...
Connected to localhost.localdomain.
Escape character is '^]'.
* OK [CAPABILITY IMAP4rev1 UIDPLUS CHILDREN NAMESPACE THREAD=ORDEREDSUBJECT THREAD=REFERENCES SORT QUOTA IDLE ACL ACL2=UNION] Courier-IMAP ready. Copyright 1998-2005 Double Precision, Inc.  See COPYING for distribution information.
a login myuserid mypassword
a OK LOGIN Ok.
q logout
* BYE Courier-IMAP server shutting down
q OK LOGOUT completed
Connection closed by foreign host.