How to configure the mail-client:


Now before you start you need the following data:
type of mail-server(s) e.g. POP3/IMAP/NNTP/...
user-name+password on mail-server
host-name of the mail-server

SMTP-host-name
SMTP-user-name
for SMTP-after-pop username+password+mail-server-type+mail-server-address

now enter the following line into your bin/jaugment2.conf
include "<your home-directory>/jaugment2.conf

and enter the following lines into that file:
config jaugment2.mail.JavaMailService.from0="<FROM-ADDRESS>"
config jaugment2.mail.JavaMailSwingRepresentation.accounts={
{"<mail-server>", "<mail-user>", "<mail-pwd>", "<"imap"/"pop3"/"nntp"/...>"}
}
config mail.smtp.user="<smtp-user>"
config mail.smtp.host="<smtp-host>"
config jaugment2.mail.JavaMailService.sentitems={ "0" , "Sent Items" }


now you should be able to read your mail using the default mail-client.

If you want to have your mail avaliable offline you should include:
config jaugment2.mail.MHStore.MHStoreWrapperFactory.basepath="~/Mail"
config jaugment2.mail.JavaMailService.localstorewrapper="jaugment2.mail.MHStore.MHStoreWrapperFactory

but beware: at the time of writing this class is not yet finished
it may well not be when you read this

For mail-filters see ../bin/jaugment2.conf.

If you want to have multiple mail/news/... -account to read you
can just add them into the accounts-list like the first one.

