-
Notifications
You must be signed in to change notification settings - Fork 21
/
Copy pathREADME
47 lines (27 loc) · 1.44 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
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)
To build with ant, if the default configuration of a Fred clone in ../fred
doesn't match yours, create a file override.properties with content similar to
the following:
freenet-s-snapshot.location = ../freenet/freenet.jar
freenet-ext.location = ../freenet/freenet-ext.jar
bcprov.location = ../fred-staging/lib/bcprov.jar
test.skip = true
Now run `ant clean; ant`
(if you have a working junit.jar, remove the test.skip line in override.properties)
run with --newaccount <account name> to create an account, eg:
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 (host) 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.
Feel free to Freemail me on [email protected]! If that doesn't work, my real email address is [email protected].
Good luck!