Enlightenment CVS committal

Author  : tsauerbeck
Project : misc
Module  : embrace

Dir     : misc/embrace/data


Modified Files:
        create_embrace_cfg.sh 


Log Message:
OpenSSL support arrives :)
===================================================================
RCS file: /cvsroot/enlightenment/misc/embrace/data/create_embrace_cfg.sh,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- create_embrace_cfg.sh       16 Mar 2004 21:25:37 -0000      1.2
+++ create_embrace_cfg.sh       31 Mar 2004 18:28:46 -0000      1.3
@@ -12,7 +12,7 @@
 #
 # each plugin may read additional attributes:
 #
-# pop3 and imap: str host, int port, str user, str pass
+# pop3 and imap: str host, int port, str user, str pass, int ssl (boolean)
 # mbox, maildir and imap: str path
 
 edb_ed $DB add /$NAME/theme str "default"
@@ -32,6 +32,7 @@
 edb_ed $DB add /$NAME/mailbox3/type str "pop3"
 edb_ed $DB add /$NAME/mailbox3/user str "myuser"
 edb_ed $DB add /$NAME/mailbox3/pass str "mypass"
+edb_ed $DB add /$NAME/mailbox3/ssl int 1 
 
 edb_ed $DB add /$NAME/mailbox4/title str "my imap mailbox"
 edb_ed $DB add /$NAME/mailbox4/host str "foo.bar.com"
@@ -40,3 +41,4 @@
 edb_ed $DB add /$NAME/mailbox4/user str "myuser"
 edb_ed $DB add /$NAME/mailbox4/pass str "mypass"
 edb_ed $DB add /$NAME/mailbox4/path str "path.to.mailbox"
+edb_ed $DB add /$NAME/mailbox4/ssl int 1




-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to