a preview of etpanX is available at the following URL :
http://dinh.dyndns.org/~dinh/blog/etpanX-2006-01-02-bis.tar.gz
libetpan 0.42 preview will be needed for this :
http://dinh.dyndns.org/~dinh/blog/libetpan-0.42-pre.tar.gz
Reading and sending messages should be working.
The configuration files are the following :
to be placed in ~/.etpanX/account :
account [
name "account-name"
display-name "name-to-display-in-from-header"
email "email-address"
type "account-type" /* imap, pop, news, mbox, mh or maildir */
/* IMAP, pop, news */
hostname "hostname"
port port-value
tls tls-choice /* 1 or 0 */
username "username"
password "password"
/* mbox, mh, maildir */
path "/path/to/mailbox-list"
/* SMTP */
smtp-hostname "hostname"
smtp-port port-value
smtp-tls tls-choice /* 1 or 0 */
smp-username "smtp username"
smp-password "smtp password"
]
example :
— begin of example —
account [
name "xxxx"
type "imap"
display-name "DINH Viet Hoa"
email "xxxx@xxxx.com"
hostname "imap.xxxx.com"
port 143
username "xxxx"
password "xxxx"
smtp-hostname "smtp.xxxx.com"
smtp-port 25
]
account [
name "News"
type "news"
display-name "DINH Viet Hoa"
email "xxxx@xxxx.com"
hostname "news.xxxx.com"
username "xxxx"
password "xxxx"
smtp-hostname "smtp.xxxx.fr"
smtp-port 25
]
— end of example —
to be placed in ~/.etpanX/abook :
abook [
name "account-name"
type "account-type" /* vcard or ldap */
/* vcard, vcard file has to be in UTF-8 character set */
path "/path/to/vcard-list"
/* ldap */
hostname "hostname"
port port-value
tls tls-choice /* 1 or 0 */
username "username"
password "password"
base "ldap-base-request"
]
example :
— begin of example —
abook [
name "personal"
type "vcard"
path "/Users/xxxx/xxxx.vcf"
]
abook [
name "xxxx"
type "ldap"
hostname "ldap.xxxx.com"
port 389
base "ou=yyyy,o=xxxx"
tls 0
]
— end of example —