summaryrefslogtreecommitdiffstats
path: root/tdejava/koala/examples/simplemail/README
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2014-01-08 20:06:00 +0100
committerSlávek Banko <slavek.banko@axis.cz>2014-01-08 20:06:00 +0100
commit636f509299122d02087c6fd62e1e4a46dbd22026 (patch)
tree70e43efceeb5b00e7f19cdac8da44928bd2fb459 /tdejava/koala/examples/simplemail/README
parent719b61750c08343f530068ed4127623aeac71cf0 (diff)
downloadtdebindings-636f509299122d02087c6fd62e1e4a46dbd22026.tar.gz
tdebindings-636f509299122d02087c6fd62e1e4a46dbd22026.zip
Rename many classes to avoid conflicts with KDE
Diffstat (limited to 'tdejava/koala/examples/simplemail/README')
-rw-r--r--tdejava/koala/examples/simplemail/README29
1 files changed, 29 insertions, 0 deletions
diff --git a/tdejava/koala/examples/simplemail/README b/tdejava/koala/examples/simplemail/README
new file mode 100644
index 00000000..d1c1cd13
--- /dev/null
+++ b/tdejava/koala/examples/simplemail/README
@@ -0,0 +1,29 @@
+Werner Punz writes:
+
+A simple send the email app I hacked together today in 2 hours, feel
+ free to add it to the repository...
+
+ This time I used the QT designer and the provided sed script to convert
+ the files into near-java files and then started from there.
+
+First you need JDK 1.2+ since a LinkedList ist used.
+ Secondly you have to have the javamail and activation jar files in the
+ classpath otherwise it won?t work! Those are not part of the standard JDK
+ distro, and haven? t made it into 1.4 yet, but nevertheless are great APIs
+ to access email and nntp systems easily (actually activation isn? t but
+ javamail depends on it).
+
+ Both can be obtained from the Sun java website.
+
+ Here are the links to these api's taken from one of my readme's
+
+ 1. Download the e-mail api's from sun.  You will need two packages.
+
+    http://java.sun.com/products/javamail/
+    http://java.sun.com/products/javabeans/glasgow/jaf.html
+
+ Ah yes you can add multiple BCCs simply by separating them with a ',' or a
+ ';'.
+
+ Thats all have much fun with it :-).
+