freenet / plugin-Freemail-staging

Freemail plugin (staging area, writable by any developer)

This URL has Read+Write access

name age message
file .classpath Fri May 29 13:51:53 -0700 2009 Better eclipse fix [toad]
file .gitignore Fri May 29 13:46:42 -0700 2009 Make it build in eclipse, add a .gitignore [toad]
file .project Fri May 29 13:46:42 -0700 2009 Make it build in eclipse, add a .gitignore [toad]
file LICENSE Fri Jun 09 16:31:28 -0700 2006 Rename fnmail directory to Freemail. Nomenclatu... [Dave Baker]
file README Sun Aug 06 09:02:08 -0700 2006 Send welcome / new address messages, and update... [Dave Baker]
file build.xml Fri Nov 13 02:45:00 -0800 2009 Use ../fred/lib/freenet-cvs-snapshot.jar for fr... [j16sdiz]
directory docs/ Sun Jul 30 08:41:59 -0700 2006 Bounce messages, and change the spec to reflect... [Dave Baker]
directory src/ Wed Sep 02 09:52:51 -0700 2009 Freemail build 13: - Extra logging for spoofed ... [toad]
README
Thanks for trying Freemail!

This is the first release of Freemail, and so may (read: does) have bugs that I haven't found yet. Please do report them 
at http://bugs.freenetproject.org/.

Using Freemail
==============
You can compile from source:

compile: (however you compile Java, an ant buildfile is supplied)
run with --newaccount <account name> to create an account, eg:

...or you can fetch the most recent Freemail jar from: http://downloads.freenetproject.org/alpha/Freemail/Freemail.jar

Once you've done one of those steps, create an account (replace java -jar with however you run jar files on your 
system):

java -jar Freemail.jar --newaccount fred

Use --passwd <account> <passwd> to set your password

java -jar Freemail.jar --passwd fred fredspassword

Run:

java -jar Freemail.jar

(You can also specify the address and port of your Freenet node using -h and -p
respectively, if they are not the defaults).

Set up your email client to point at IMAP port 3143 and SMTP port 3025.

You can get a short address by doing:

java -jar Freemail.jar --shortaddress bob bobshome

...which will give you the address <anything>@bobshome.freemail


Feel free to Freemail me on dave@dbkr.freemail! If that doesn't work, my real email address is dbkr@freenetproject.org.

Good luck!