From 9c45d9ad13fdf439d44d7443ae75da15ea0223ed Mon Sep 17 00:00:00 2001 From: Sam Varshavchik Date: Mon, 19 Aug 2013 16:39:41 -0400 Subject: Initial checkin Imported from subversion report, converted to git. Updated all paths in scripts and makefiles, reflecting the new directory hierarchy. --- sqwebmail/html/.gitignore | 5 + sqwebmail/html/Makefile.am | 45 ++++ sqwebmail/html/README_LANG.html.in | 188 +++++++++++++++ sqwebmail/html/configure.in | 34 +++ sqwebmail/html/en-us/CHARSET | 1 + sqwebmail/html/en-us/ISPELLDICT | 1 + sqwebmail/html/en-us/LANGUAGE | 1 + sqwebmail/html/en-us/LANGUAGE_PREF | 1 + sqwebmail/html/en-us/LOCALE | 1 + sqwebmail/html/en-us/Makefile.am | 44 ++++ sqwebmail/html/en-us/TIMEZONELIST | 22 ++ sqwebmail/html/en-us/abooklist.html | 119 ++++++++++ sqwebmail/html/en-us/acl.html | 155 ++++++++++++ sqwebmail/html/en-us/attachments.html | 186 +++++++++++++++ sqwebmail/html/en-us/autoresponder.html | 141 +++++++++++ sqwebmail/html/en-us/calendarlogin.inc.html | 38 +++ sqwebmail/html/en-us/configure.in | 36 +++ sqwebmail/html/en-us/empty.html | 14 ++ sqwebmail/html/en-us/eventacl.html | 158 +++++++++++++ sqwebmail/html/en-us/eventdaily.html | 125 ++++++++++ sqwebmail/html/en-us/eventdelete.html | 138 +++++++++++ sqwebmail/html/en-us/eventmonthly.html | 121 ++++++++++ sqwebmail/html/en-us/eventnotifydelete.txt | 8 + sqwebmail/html/en-us/eventnotifynew.txt | 8 + sqwebmail/html/en-us/eventnotifysubject.txt | 2 + sqwebmail/html/en-us/eventshow.html | 170 +++++++++++++ sqwebmail/html/en-us/eventweekly.html | 123 ++++++++++ sqwebmail/html/en-us/expired.html | 44 ++++ sqwebmail/html/en-us/filter.html | 354 ++++++++++++++++++++++++++++ sqwebmail/html/en-us/folder.html | 243 +++++++++++++++++++ sqwebmail/html/en-us/folders.html | 274 +++++++++++++++++++++ sqwebmail/html/en-us/gpg.html | 230 ++++++++++++++++++ sqwebmail/html/en-us/gpgcreate.html | 70 ++++++ sqwebmail/html/en-us/gpgerr.html | 70 ++++++ sqwebmail/html/en-us/index.html | 28 +++ sqwebmail/html/en-us/invalid.html | 43 ++++ sqwebmail/html/en-us/keyimport.html | 68 ++++++ sqwebmail/html/en-us/ldaplist.html | 165 +++++++++++++ sqwebmail/html/en-us/ldapsearch.html | 121 ++++++++++ sqwebmail/html/en-us/login.html | 27 +++ sqwebmail/html/en-us/loginform.inc.html | 94 ++++++++ sqwebmail/html/en-us/navbar.inc.html | 50 ++++ sqwebmail/html/en-us/navbar2.inc.html | 50 ++++ sqwebmail/html/en-us/navbar3.inc.html | 51 ++++ sqwebmail/html/en-us/newevent.html | 331 ++++++++++++++++++++++++++ sqwebmail/html/en-us/newmsg.html | 160 +++++++++++++ sqwebmail/html/en-us/preferences.html | 317 +++++++++++++++++++++++++ sqwebmail/html/en-us/print.html | 36 +++ sqwebmail/html/en-us/printnocookie.html | 22 ++ sqwebmail/html/en-us/printredirect.html | 17 ++ sqwebmail/html/en-us/quickadd.html | 134 +++++++++++ sqwebmail/html/en-us/readmsg.html | 192 +++++++++++++++ sqwebmail/html/en-us/redirect.html | 17 ++ sqwebmail/html/en-us/refreshfr.html | 17 ++ sqwebmail/html/en-us/smileys.txt | 9 + sqwebmail/html/en-us/spellchk.html | 100 ++++++++ sqwebmail/html/lstsoftlinks | 24 ++ sqwebmail/html/mksoftlinks | 31 +++ sqwebmail/html/rmsoftlinks | 29 +++ 59 files changed, 5303 insertions(+) create mode 100644 sqwebmail/html/.gitignore create mode 100644 sqwebmail/html/Makefile.am create mode 100644 sqwebmail/html/README_LANG.html.in create mode 100644 sqwebmail/html/configure.in create mode 100644 sqwebmail/html/en-us/CHARSET create mode 100644 sqwebmail/html/en-us/ISPELLDICT create mode 100644 sqwebmail/html/en-us/LANGUAGE create mode 100644 sqwebmail/html/en-us/LANGUAGE_PREF create mode 100644 sqwebmail/html/en-us/LOCALE create mode 100644 sqwebmail/html/en-us/Makefile.am create mode 100644 sqwebmail/html/en-us/TIMEZONELIST create mode 100644 sqwebmail/html/en-us/abooklist.html create mode 100644 sqwebmail/html/en-us/acl.html create mode 100644 sqwebmail/html/en-us/attachments.html create mode 100644 sqwebmail/html/en-us/autoresponder.html create mode 100644 sqwebmail/html/en-us/calendarlogin.inc.html create mode 100644 sqwebmail/html/en-us/configure.in create mode 100644 sqwebmail/html/en-us/empty.html create mode 100644 sqwebmail/html/en-us/eventacl.html create mode 100644 sqwebmail/html/en-us/eventdaily.html create mode 100644 sqwebmail/html/en-us/eventdelete.html create mode 100644 sqwebmail/html/en-us/eventmonthly.html create mode 100644 sqwebmail/html/en-us/eventnotifydelete.txt create mode 100644 sqwebmail/html/en-us/eventnotifynew.txt create mode 100644 sqwebmail/html/en-us/eventnotifysubject.txt create mode 100644 sqwebmail/html/en-us/eventshow.html create mode 100644 sqwebmail/html/en-us/eventweekly.html create mode 100644 sqwebmail/html/en-us/expired.html create mode 100644 sqwebmail/html/en-us/filter.html create mode 100644 sqwebmail/html/en-us/folder.html create mode 100644 sqwebmail/html/en-us/folders.html create mode 100644 sqwebmail/html/en-us/gpg.html create mode 100644 sqwebmail/html/en-us/gpgcreate.html create mode 100644 sqwebmail/html/en-us/gpgerr.html create mode 100644 sqwebmail/html/en-us/index.html create mode 100644 sqwebmail/html/en-us/invalid.html create mode 100644 sqwebmail/html/en-us/keyimport.html create mode 100644 sqwebmail/html/en-us/ldaplist.html create mode 100644 sqwebmail/html/en-us/ldapsearch.html create mode 100644 sqwebmail/html/en-us/login.html create mode 100644 sqwebmail/html/en-us/loginform.inc.html create mode 100644 sqwebmail/html/en-us/navbar.inc.html create mode 100644 sqwebmail/html/en-us/navbar2.inc.html create mode 100644 sqwebmail/html/en-us/navbar3.inc.html create mode 100644 sqwebmail/html/en-us/newevent.html create mode 100644 sqwebmail/html/en-us/newmsg.html create mode 100644 sqwebmail/html/en-us/preferences.html create mode 100644 sqwebmail/html/en-us/print.html create mode 100644 sqwebmail/html/en-us/printnocookie.html create mode 100644 sqwebmail/html/en-us/printredirect.html create mode 100644 sqwebmail/html/en-us/quickadd.html create mode 100644 sqwebmail/html/en-us/readmsg.html create mode 100644 sqwebmail/html/en-us/redirect.html create mode 100644 sqwebmail/html/en-us/refreshfr.html create mode 100644 sqwebmail/html/en-us/smileys.txt create mode 100644 sqwebmail/html/en-us/spellchk.html create mode 100755 sqwebmail/html/lstsoftlinks create mode 100755 sqwebmail/html/mksoftlinks create mode 100755 sqwebmail/html/rmsoftlinks (limited to 'sqwebmail/html') diff --git a/sqwebmail/html/.gitignore b/sqwebmail/html/.gitignore new file mode 100644 index 0000000..f4b9ba9 --- /dev/null +++ b/sqwebmail/html/.gitignore @@ -0,0 +1,5 @@ +/README_LANG.html +/README_LANG.txt +/en +/install-sh +/missing diff --git a/sqwebmail/html/Makefile.am b/sqwebmail/html/Makefile.am new file mode 100644 index 0000000..ba38a4d --- /dev/null +++ b/sqwebmail/html/Makefile.am @@ -0,0 +1,45 @@ +# +# Copyright 1998 - 1999 Double Precision, Inc. See COPYING for +# distribution information. + +@SET_MAKE@ + +SUBDIRS=@LANGUAGES@ + +htmllibdir=@htmldir@ + +DISTCLEANFILES=README_LANG.txt + +EXTRA_DIST=mksoftlinks rmsoftlinks lstsoftlinks README_LANG.txt + +install-data-hook: + @for lang in `cat ${srcdir}/*/LANGUAGE_PREF | sort | awk ' { print $$2 } ' | sort | uniq` ; do ${srcdir}/mksoftlinks $(DESTDIR)$(htmllibdir) $$lang ; done + +uninstall-local: + @for lang in `cat ${srcdir}/*/LANGUAGE_PREF | sort | awk ' { print $$2 } ' | sort | uniq` ; do ${srcdir}/rmsoftlinks $(DESTDIR)$(htmllibdir) $$lang ; done + +install-perms: + @$(MAKE) -$(MAKEFLAGS) install-perms-recursive + @$(MAKE) -$(MAKEFLAGS) install-perms-local + +install-perms-recursive: + @>permissions.dat + @SUBDIRS="$(SUBDIRS)" ; for f in $$SUBDIRS ; do ( cd $$f && $(MAKE) $(AM_MAKEFLAGS) install-perms ) ; cat /dev/null >>$$f/permissions.dat ; cat $$f/permissions.dat >>permissions.dat ; done + +install-perms-local: + @${srcdir}/lstsoftlinks `cat ${srcdir}/*/LANGUAGE_PREF | sort | awk ' { print $$2 } ' | sort | uniq` | sort | uniq | while read F ; \ + do echo "$(htmllibdir)/$$F 644 bin bin" ; done >>permissions.dat + @echo "$(htmllibdir) 555 bin bin" >>permissions.dat + +clone: + @test -d ${srcdir}/${to} || exit 0; echo ${srcdir}/${to} already exists. ; exit 1 + cd ${from} && $(MAKE) clonedist + mkdir ${srcdir}/${to} + d=`pwd`; cd ${srcdir}/${to} && tar xzf $$d/${from}/clone.tar.gz + echo ${to} >${srcdir}/${to}/LANGUAGE + cd ${srcdir}/${to} ; pref=`awk ' { print $$1 }' LANGUAGE_PREF + +HTML2TXT=`which lynx 2>/dev/null && echo "lynx -dump -nolist" && exit; echo "links -dump"` + +README_LANG.txt: README_LANG.html + $(HTML2TXT) README_LANG.html >README_LANG.txt diff --git a/sqwebmail/html/README_LANG.html.in b/sqwebmail/html/README_LANG.html.in new file mode 100644 index 0000000..1458111 --- /dev/null +++ b/sqwebmail/html/README_LANG.html.in @@ -0,0 +1,188 @@ + + + + + + SqWebMail + + + + + +

SqWebMail Language translations

+ +

Starting with version 0.23, SqWebMail includes configuration scripts in the +html subdirectory (the one where you found this file) which make it possible +to be able to add translated HTML templates to SqWebMail very easily. You will +be able to create and maintain the translated HTML templates all by +yourself.

+ +

Before you set up a translated HTML template set, you will need to have the +following information:

+ + +

Extract sqwebmail, and run configure

+ +

First, you want to take the standard sqwebmail-@VERSION@.tar.gz +tarball, and extract it, then run the configure script with your +usual options:

+ +

$ tar xzvf sqwebmail-@VERSION@.tar.gz
+$ cd sqwebmail-@VERSION@
+$ ./configure [ your usual options go here ]

+ +

Change to the html subdirectory.

+ +

$ cd html

+ +

The standard sqwebmail-@VERSION.tar.gz includes the subdirectory +html/en-us. Let's say you want to translate it into French.

+ +

The ISO code/locality is fr-fr.

+ +

The locale code is fr_FR.

+ +

The ispell dictionary name is "french".

+ +

The first thing that needs to be done is to create another subdirectory in +html. The name of the subdirectory must be the ISO code/locality for the +language.

+ +

You don't have to do it by hand. There's a special target in html/Makefile +that will do it for you!

+ +

$ make clone from=en-us to=fr-fr

+ +

This script takes the Makefile, the configure script, and other files from +the html/en-us subdirectory, and creates the html/fr-fr +subdirectory which will temporary contain the mirror image of the +html/en-us subdirectory.

+ +

Setting LANGUAGE_PREF

+ +

You now have to make minor changes to some files in the fr-fr subdirectory. +fr-fr/LANGUAGE will be automatically created by the make clone +script. However, you must initialize the contents of the +fr-fr/LANGUAGE_PREF file:

+ +

$ echo fr50 fr-fr >fr-fr/LANGUAGE_PREF

+ +

The LANGUAGE_PREF file must contain exactly one line with two words. The +second word must always be the ISO code/locality. The first word is used to +sort all the installed HTML templates alphabetically by ISO code/locality, and +it's used to selecte the preferred locality within the same ISO code.

+ +

For example, the contents of en-us/LANGUAGE_PREF is "en50 en-us". +Let's say you want to have both en-us and en-gb HTML templates. If you want +clients requesting the "en" HTML to receive the en-gb HTML, you will have to +set en-gb/LANGUAGE_PREF to something like "en40 en-gb":

+ +

$ echo en40 en-gb >en-gb/LANGUAGE_PREF

+ +

If you want clients requesting the "en" HTML to receive the en-us HTML, you +will have to do something like this:

+ +

$ echo en60 en-gb >en-gb/LANGUAGE_PREF

+ +

The first word in all the LANGUAGE_PREF files is used to sort the list of +all the available HTML templates, and the sorted list is used to select the +preferred locality within the same ISO code.

+ +

Setting LOCALE

+ +

Let's resume the example with the French translation. The next file that +needs to be changed is LOCALE. This file contains the locale code for the +language. For French, the locale code is fr_FR:

+ +

$ echo fr_FR >fr-fr/LOCALE

+ +

Setting CHARSET

+ +

The CHARSET file sets the MIME character set of outgoing messages. For US +and most european languages, this value should be iso-8859-1

+ +

$ echo iso-8859-1 >fr-fr/CHARSET

+ +

Setting ISPELLDICT

+ +

Finally, you need to specify which dictionary ispell will use for spell +checking. For French, the dictionary is simply named "french":

+ +

$ echo french >fr-fr/ISPELLDICT

+ +

If you do not have an ispell dictionary for this language, initialize +ISPELLDICT with the name of the default dictionary.

+ +

Rerunning the configure script

+ +

You now need to rerun the configure script in the main sqwebmail +directory:

+ +

$ cd ..
+$ ./configure [ options ]

+ +

This reruns the configure script in the sqwebmail-@VERSION@ directory, +which will now pick up your new html/fr-fr subdirectory, which will be +configured in.

+ +

Creating the actual translations

+ +

Now, you can edit all the .html files in html/fr-fr, and replace all +English text with its French equivalent.

+ +

If you now do a make, followed by make install, the installation script +will install both the original en-us HTML templates and fr-fr HTML templates +together.

+ +

If you now run make dist:

+ +

$ make dist

+ +

This will create a new sqwebmail-@VERSION@.tar.gz tarball, +containing both sets of HTML templates, which you can now distribute!

+ +

Updating translations for new versions of SqWebMail

+ +

Well, what should you do when a new version of SqWebMail is available?

+ +

First, you need to determine whether or not there were any changes to the +contents of the html/en-us subdirectory. Then, you will have to apply +the same changes to the translated contents of the old html/fr-fr +subdirectory.

+ +

Then, repeat the previous procedure for the new version of SqWebMail, but +before running the configure script for the second time, copy all the +.html files from the previous version of SqWebMail (plus any changes +or new files) into the html/fr-fr subdirectory of the new +version.

+ +

+ + diff --git a/sqwebmail/html/configure.in b/sqwebmail/html/configure.in new file mode 100644 index 0000000..9690cee --- /dev/null +++ b/sqwebmail/html/configure.in @@ -0,0 +1,34 @@ +dnl +dnl Copyright 1998 - 1999 Double Precision, Inc. See COPYING for +dnl distribution information. + +AC_INIT(sqwebmail, 0.23, [courier-sqwebmail@lists.sourceforge.net]) + +>confdefs.h # Kill PACKAGE_ macros + +AC_CONFIG_SRCDIR(mksoftlinks) +AC_CONFIG_AUX_DIR(../../..) +AM_INIT_AUTOMAKE([foreign no-define]) + +AC_PROG_INSTALL +AC_PROG_MAKE_SET + +LANGUAGES="`cat ${srcdir}/*/LANGUAGE_PREF | sort | awk ' { print $2 } ' | uniq`" +LANGUAGES=`echo $LANGUAGES` + +test "x$prefix" = xNONE && prefix=$ac_default_prefix +eval "prefix=$prefix" +eval "datadir=$datadir" +htmldir="$datadir/sqwebmail/html" + +AC_SUBST(htmldir) +AC_CONFIG_SUBDIRS($LANGUAGES) +AC_SUBST(LANGUAGES) +AC_OUTPUT(Makefile README_LANG.html) + +# Set up soft links + +for f in $LANGUAGES +do + ${srcdir}/mksoftlinks . $f +done diff --git a/sqwebmail/html/en-us/CHARSET b/sqwebmail/html/en-us/CHARSET new file mode 100644 index 0000000..e7dd27f --- /dev/null +++ b/sqwebmail/html/en-us/CHARSET @@ -0,0 +1 @@ +utf-8,iso-8859-1 diff --git a/sqwebmail/html/en-us/ISPELLDICT b/sqwebmail/html/en-us/ISPELLDICT new file mode 100644 index 0000000..97ab12f --- /dev/null +++ b/sqwebmail/html/en-us/ISPELLDICT @@ -0,0 +1 @@ +english diff --git a/sqwebmail/html/en-us/LANGUAGE b/sqwebmail/html/en-us/LANGUAGE new file mode 100644 index 0000000..7eda695 --- /dev/null +++ b/sqwebmail/html/en-us/LANGUAGE @@ -0,0 +1 @@ +en-us diff --git a/sqwebmail/html/en-us/LANGUAGE_PREF b/sqwebmail/html/en-us/LANGUAGE_PREF new file mode 100644 index 0000000..24ef327 --- /dev/null +++ b/sqwebmail/html/en-us/LANGUAGE_PREF @@ -0,0 +1 @@ +en50 en-us diff --git a/sqwebmail/html/en-us/LOCALE b/sqwebmail/html/en-us/LOCALE new file mode 100644 index 0000000..7741b83 --- /dev/null +++ b/sqwebmail/html/en-us/LOCALE @@ -0,0 +1 @@ +en_US diff --git a/sqwebmail/html/en-us/Makefile.am b/sqwebmail/html/en-us/Makefile.am new file mode 100644 index 0000000..029f198 --- /dev/null +++ b/sqwebmail/html/en-us/Makefile.am @@ -0,0 +1,44 @@ + +@SET_MAKE@ + +htmllibdir=@htmldir@/@lang@ +conf=LOCALE LANGUAGE LANGUAGE_PREF ISPELLDICT CHARSET TIMEZONELIST smileys.txt +html=abooklist.html acl.html attachments.html autoresponder.html \ + empty.html eventacl.html eventdaily.html \ + eventdelete.html eventmonthly.html \ + eventshow.html eventweekly.html expired.html folder.html \ + folders.html index.html invalid.html keyimport.html login.html \ + filter.html ldaplist.html ldapsearch.html \ + newevent.html newmsg.html preferences.html printnocookie.html \ + printredirect.html quickadd.html print.html readmsg.html \ + redirect.html refreshfr.html spellchk.html \ + gpg.html gpgcreate.html gpgerr.html \ + loginform.inc.html \ + navbar.inc.html navbar2.inc.html navbar3.inc.html \ + calendarlogin.inc.html \ + eventnotifynew.txt eventnotifydelete.txt eventnotifysubject.txt + +htmllib_DATA=$(conf) $(html) + +EXTRA_DIST=$(htmllib_DATA) + +install-data-hook: + test -f ../../TIMEZONELIST || exit 0; \ + @SED@ -n '/^\#/p' < $(srcdir)/TIMEZONELIST \ + > $(DESTDIR)$(htmllibdir)/TIMEZONELIST ; \ + cat ../../TIMEZONELIST >>$(DESTDIR)$(htmllibdir)/TIMEZONELIST + +clonedist: distdir + -chmod -R a+r $(distdir) + d=`pwd` ; cd $(distdir) ; GZIP=$(GZIP_ENV) $(AMTAR) chozf $$d/clone.tar.gz . + -rm -rf $(distdir) + +install-perms: + @echo "$(htmllibdir) 555 bin bin" >permissions.dat + @for f in $(conf) ; do\ + echo $(htmllibdir)/$$f 644 bin bin config >>permissions.dat ;\ + done + @for f in $(html) ; do\ + echo $(htmllibdir)/$$f 644 bin bin >>permissions.dat ;\ + done + diff --git a/sqwebmail/html/en-us/TIMEZONELIST b/sqwebmail/html/en-us/TIMEZONELIST new file mode 100644 index 0000000..533fe27 --- /dev/null +++ b/sqwebmail/html/en-us/TIMEZONELIST @@ -0,0 +1,22 @@ +# +# Copyright 2001 Double Precision, Inc. See COPYING for +# distribution information. +# +# This file lists the available timezones in the login dropdown list +# +# The first entry, "* *", renders as an empty, default choice in the +# dropdown list. It's impossible to provide a default list of every +# timezone in use, hence the default leaves your TZ setting untouched. +# +# You may wish to remove the default, and move up your local timezone +# up, since the first listed timezone is going to be the dropdown +# default. +# + +* * +EST5EDT US Eastern +EST US Eastern/Indiana +CST6CDT US Central +MST7MDT US Mountain +MST US Mountain/Arizona +PST8PDT US Pacific diff --git a/sqwebmail/html/en-us/abooklist.html b/sqwebmail/html/en-us/abooklist.html new file mode 100644 index 0000000..d3d5a3e --- /dev/null +++ b/sqwebmail/html/en-us/abooklist.html @@ -0,0 +1,119 @@ + + + + + Address Book + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + +
[#@graytopleft.png, width="11" height="11" + alt="" border="0"@@#][#@graytopright.png, width="11" height="11" + alt="" border="0"@@#]
  + + + + + + + +
[#G#]
+
 
[#@graybottomleft.png, width="11" + height="11" alt="" border="0"@@#][#@graybottomright.png, width="11" + height="11" alt="" border="0"@@#]
+ + +[#include:navbar#] + + + + + + + + + + + + + + + + + + + +
[#@bluetopleft.png, width="11" + height="11" alt="" border="0"@@#][#@bluetopright.png, width="11" height="11" alt="" + border="0"@@#]
+ + + + + + +
+
+ [#P#][#a#]
+ +
+ + +
+
+
[#@bluebottomleft.png, width="11" + height="11" alt="" border="0"@@#][#@bluebottomright.png, width="11" + height="11" alt="" border="0"@@#]
+
+ +

[#B#]

+ + diff --git a/sqwebmail/html/en-us/acl.html b/sqwebmail/html/en-us/acl.html new file mode 100644 index 0000000..920e77f --- /dev/null +++ b/sqwebmail/html/en-us/acl.html @@ -0,0 +1,155 @@ + + + + + + Folder permissions + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + +
[#@graytopleft.png, width="11" height="11" + alt="" border="0"@@#][#@graytopright.png, width="11" height="11" + alt="" border="0"@@#]
  + + + + + + + +
[#G#]
+
 
[#@graybottomleft.png, width="11" + height="11" alt="" border="0"@@#][#@graybottomright.png, width="11" + height="11" alt="" border="0"@@#]
+ + +[#include:navbar2#] + + +
+ + + + + + + + + + + +
Your have the following permissions on + this folder:
   [#LISTRIGHTS#]
+
+ +
+[#GETACL#] + +

Finished

+ +
+ +

[#B#]

+
+ + diff --git a/sqwebmail/html/en-us/attachments.html b/sqwebmail/html/en-us/attachments.html new file mode 100644 index 0000000..8ef9c88 --- /dev/null +++ b/sqwebmail/html/en-us/attachments.html @@ -0,0 +1,186 @@ + + + + + Attachments + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + +
[#@graytopleft.png, width="11" height="11" + alt="" border="0"@@#][#@graytopright.png, width="11" height="11" + alt="" border="0"@@#]
  + + + + + + + +
[#G#]
+
 
[#@graybottomleft.png, width="11" + height="11" alt="" border="0"@@#][#@graybottomright.png, width="11" + height="11" alt="" border="0"@@#]
+ + +[#include:navbar#] + +
+ + [#P#] + + + + + + + + + + + + + + + + + + + +
[#@bluetopleft.png, width="11" + height="11" alt="" border="0"@@#][#@bluetopright.png, width="11" height="11" alt="" + border="0"@@#]
+ + + + + + +
+ + + + + + + + +
    AttachmentMIME TypeSize
+ + + + + + + +
[#A#] + +
+ + + + + + + + + + + + + + + +
+ +
+ + +
+ + + Yes, I really want to do this +
+
+ [#ATTACHOPTS#]
+ + + +
+
+
[#@bluebottomleft.png, width="11" + height="11" alt="" border="0"@@#][#@bluebottomright.png, width="11" + height="11" alt="" border="0"@@#]
+
+
+ +

[#B#]

+ + diff --git a/sqwebmail/html/en-us/autoresponder.html b/sqwebmail/html/en-us/autoresponder.html new file mode 100644 index 0000000..c16769a --- /dev/null +++ b/sqwebmail/html/en-us/autoresponder.html @@ -0,0 +1,141 @@ + + + + + + Autoreplies + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
[#@graytopleft.png, width="11" height="11" + alt="" border="0"@@#][#@graytopright.png, width="11" height="11" + alt="" border="0"@@#]
  + + + + + + + +
[#G#]
+
 
[#@graybottomleft.png, width="11" + height="11" alt="" border="0"@@#][#@graybottomright.png, width="11" + height="11" alt="" border="0"@@#]
+ + +[#include:navbar#] + +
+ [#P#] + + + + + + + + + + + + + + + + + + + +
[#@bluetopleft.png, width="11" + height="11" alt="" border="0"@@#][#@bluetopright.png, width="11" height="11" alt="" + border="0"@@#]
+ + + + + + + + + + + + + + + + + + + + +
[#AUTORESPONSE_DELETE#]
Existing autoreplies:[#select:autoresponse_choose:autoresplist#][#option:#][#endoption#][#AUTORESPONSE_LIST#][#endselect#] + +
Create new autoreply: +

+
[#AUTORESPONSE#]
+
[#@bluebottomleft.png, width="11" + height="11" alt="" border="0"@@#][#@bluebottomright.png, width="11" + height="11" alt="" border="0"@@#]
+
+
+ +

[#B#]

+ + diff --git a/sqwebmail/html/en-us/calendarlogin.inc.html b/sqwebmail/html/en-us/calendarlogin.inc.html new file mode 100644 index 0000000..e1b5d79 --- /dev/null +++ b/sqwebmail/html/en-us/calendarlogin.inc.html @@ -0,0 +1,38 @@ + + + + + + + + + + + + + +
+Lost connection to the calendar server!
+ +
+ [#P#] + + + + + + + + + + + + +
Login password:
  +
+
+[#endinclude#] + + diff --git a/sqwebmail/html/en-us/configure.in b/sqwebmail/html/en-us/configure.in new file mode 100644 index 0000000..ab788e4 --- /dev/null +++ b/sqwebmail/html/en-us/configure.in @@ -0,0 +1,36 @@ +dnl + +AC_INIT(sqwebmail, 0.11, [courier-sqwebmail@lists.sourceforge.net]) + +>confdefs.h # Kill PACKAGE_ macros + +AC_CONFIG_SRCDIR(empty.html) + +AC_CONFIG_AUX_DIR(../../../..) +AM_INIT_AUTOMAKE([foreign no-define]) + +changequote(:,:) +lang="`cat ${srcdir}/LANGUAGE | sed 's/[^a-zA-z]/_/g'`" +changequote([,]) + +LPATH="$PATH:/usr/local/bin" +AC_PATH_PROG(SED, sed, sed, $LPATH) +if test "$SED" = "sed" +then + AC_MSG_ERROR(sed not found.) +fi + +lang=`cat ${srcdir}/LANGUAGE` +AC_SUBST(lang) + +test "x$prefix" = xNONE && prefix=$ac_default_prefix +eval "prefix=$prefix" +eval "datadir=$datadir" +htmldir="$datadir/sqwebmail/html" +AC_SUBST(htmldir) + + +AC_SUBST(htmldir) +AC_PROG_INSTALL +AC_PROG_MAKE_SET +AC_OUTPUT(Makefile) diff --git a/sqwebmail/html/en-us/empty.html b/sqwebmail/html/en-us/empty.html new file mode 100644 index 0000000..1da1c37 --- /dev/null +++ b/sqwebmail/html/en-us/empty.html @@ -0,0 +1,14 @@ + + + + + SqWebMail - Empty placeholder page + + + + + + +  + diff --git a/sqwebmail/html/en-us/eventacl.html b/sqwebmail/html/en-us/eventacl.html new file mode 100644 index 0000000..fbdb4de --- /dev/null +++ b/sqwebmail/html/en-us/eventacl.html @@ -0,0 +1,158 @@ + + + + + Calendar Access Control List + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + +
[#@graytopleft.png, width="11" height="11" + alt="" border="0"@@#][#@graytopright.png, width="11" height="11" + alt="" border="0"@@#]
  + + + + + + + +
[#G#]
+
 
[#@graybottomleft.png, width="11" + height="11" alt="" border="0"@@#][#@graybottomright.png, width="11" + height="11" alt="" border="0"@@#]
+ + +[#include:navbar#] + + + + + + + + + + + + + + + + + + + +
[#@bluetopleft.png, width="11" + height="11" alt="" border="0"@@#][#@bluetopright.png, width="11" height="11" alt="" + border="0"@@#]
  +
+ Access Control List Key
+
+ + + + + + + + + + + + + +
MODIFY- allow updates to your calendar
CONFLICT- allow updates causing a scheduling conflict
+
+
+ [#EVENTACL#]
+ +
+ +
+ [#P#] + +
+ Add Access
+
+ + + + + + + + + + + + + + + + +
Add: + + + + + + + + + + + + +
or:
[#ABOOKNAMELIST#]
+

+
 
 (E-mail address) 
+ +
+
 
[#@bluebottomleft.png, width="11" + height="11" alt="" border="0"@@#][#@bluebottomright.png, width="11" + height="11" alt="" border="0"@@#]
+[#EVENTEND#]
+ +

[#B#]

+ + diff --git a/sqwebmail/html/en-us/eventdaily.html b/sqwebmail/html/en-us/eventdaily.html new file mode 100644 index 0000000..bea0f07 --- /dev/null +++ b/sqwebmail/html/en-us/eventdaily.html @@ -0,0 +1,125 @@ + + + + + Calendar for [#CALENDARTODAY#] + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + +
[#@graytopleft.png, width="11" height="11" + alt="" border="0"@@#][#@graytopright.png, width="11" height="11" + alt="" border="0"@@#]
  + + + + + + + +
[#G#]
+
 
[#@graybottomleft.png, width="11" + height="11" alt="" border="0"@@#][#@graybottomright.png, width="11" + height="11" alt="" border="0"@@#]
+ + +[#include:navbar#] + + + + + + + + + + + + + + + + + + + +
[#@bluetopleft.png, width="11" + height="11" alt="" border="0"@@#][#@bluetopright.png, width="11" height="11" alt="" + border="0"@@#]
  + + + + + + + + + + + + + + + + + + + +
[#CALENDARPREVDAY#][#CALENDARTODAYV#][#CALENDARNEXTDAY#]
 Weekly view/Monthly view
+ New Event
 

+
+
[#CALENDARDAYVIEW#]
+
 
[#@bluebottomleft.png, width="11" + height="11" alt="" border="0"@@#][#@bluebottomright.png, width="11" + height="11" alt="" border="0"@@#]
+
+ +

[#B#]

+ + diff --git a/sqwebmail/html/en-us/eventdelete.html b/sqwebmail/html/en-us/eventdelete.html new file mode 100644 index 0000000..498a325 --- /dev/null +++ b/sqwebmail/html/en-us/eventdelete.html @@ -0,0 +1,138 @@ + + + + + Delete Event + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + +
[#@graytopleft.png, width="11" height="11" + alt="" border="0"@@#][#@graytopright.png, width="11" height="11" + alt="" border="0"@@#]
  + + + + + + + +
[#G#]
+
 
[#@graybottomleft.png, width="11" + height="11" alt="" border="0"@@#][#@graybottomright.png, width="11" + height="11" alt="" border="0"@@#]
+ + +[#include:navbar#] + + + + + + + + + + + + + + + + + + + +
[#@bluetopleft.png, width="11" + height="11" alt="" border="0"@@#][#@bluetopright.png, width="11" height="11" alt="" + border="0"@@#]
 [#EVENTDELETEINIT#] + + + + + + + + + + +
+ + + + + + +
+ + + + + + +
+
+ [#P#] + +

Delete the following + event?

+ +

+   +

+
+
+
+

+ [#EVENTDISPLAY#]
+
 
[#@bluebottomleft.png, width="11" + height="11" alt="" border="0"@@#][#@bluebottomright.png, width="11" + height="11" alt="" border="0"@@#]
+
+ +

[#B#]

+ + diff --git a/sqwebmail/html/en-us/eventmonthly.html b/sqwebmail/html/en-us/eventmonthly.html new file mode 100644 index 0000000..9b3f8f9 --- /dev/null +++ b/sqwebmail/html/en-us/eventmonthly.html @@ -0,0 +1,121 @@ + + + + + [#CALENDARMONTH#] + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + +
[#@graytopleft.png, width="11" height="11" + alt="" border="0"@@#][#@graytopright.png, width="11" height="11" + alt="" border="0"@@#]
  + + + + + + + +
[#G#]
+
 
[#@graybottomleft.png, width="11" + height="11" alt="" border="0"@@#][#@graybottomright.png, width="11" + height="11" alt="" border="0"@@#]
+ + +[#include:navbar#] + + + + + + + + + + + + + + + + + + + +
[#@bluetopleft.png, width="11" + height="11" alt="" border="0"@@#][#@bluetopright.png, width="11" height="11" alt="" + border="0"@@#]
  + + + + + + + + + + + + + + + + + + + +
<< Prev month[#CALENDARMONTH#]Next month >>
 New Event 

+
+
[#CALENDARMONTHVIEW#]
+
 
[#@bluebottomleft.png, width="11" + height="11" alt="" border="0"@@#][#@bluebottomright.png, width="11" + height="11" alt="" border="0"@@#]
+
+ +

[#B#]

+ + diff --git a/sqwebmail/html/en-us/eventnotifydelete.txt b/sqwebmail/html/en-us/eventnotifydelete.txt new file mode 100644 index 0000000..921caf4 --- /dev/null +++ b/sqwebmail/html/en-us/eventnotifydelete.txt @@ -0,0 +1,8 @@ +Mime-Version: 1.0 +Content-Type: text/plain; format=flowed; charset=iso-8859-1 +Content-Transfer-Encoding: 8bit + +This event has been removed from your calendar. + + + diff --git a/sqwebmail/html/en-us/eventnotifynew.txt b/sqwebmail/html/en-us/eventnotifynew.txt new file mode 100644 index 0000000..adc11b3 --- /dev/null +++ b/sqwebmail/html/en-us/eventnotifynew.txt @@ -0,0 +1,8 @@ +Mime-Version: 1.0 +Content-Type: text/plain; format=flowed; charset=iso-8859-1 +Content-Transfer-Encoding: 8bit + +Your calendar has been updated with this new or revised calendar event. +See your calendar for additional information. + + diff --git a/sqwebmail/html/en-us/eventnotifysubject.txt b/sqwebmail/html/en-us/eventnotifysubject.txt new file mode 100644 index 0000000..881db57 --- /dev/null +++ b/sqwebmail/html/en-us/eventnotifysubject.txt @@ -0,0 +1,2 @@ +[calendar] + diff --git a/sqwebmail/html/en-us/eventshow.html b/sqwebmail/html/en-us/eventshow.html new file mode 100644 index 0000000..27afc9a --- /dev/null +++ b/sqwebmail/html/en-us/eventshow.html @@ -0,0 +1,170 @@ + + + + + Event + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + +
[#@graytopleft.png, width="11" height="11" + alt="" border="0"@@#][#@graytopright.png, width="11" height="11" + alt="" border="0"@@#]
  + + + + + + + +
[#G#]
+
 
[#@graybottomleft.png, width="11" + height="11" alt="" border="0"@@#][#@graybottomright.png, width="11" + height="11" alt="" border="0"@@#]
+ + +[#include:navbar#] + + + + + + + + + + + + + + + + + + + +
[#@bluetopleft.png, width="11" + height="11" alt="" border="0"@@#][#@bluetopright.png, width="11" height="11" alt="" + border="0"@@#]
 [#EVENTDISPLAYINIT#] + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
[#@calendar.png, width="31" + height="22" alt="Return to calendar" + title="Return to calendar" + border="0"@@#]
+ Return to + calendar
 [#@reply.png, width="28" + height="20" border="0" title="Edit Event" alt="Edit + Event"@@#]
+ Modify event
 [#EVENTCANCELUNCANCELIMAGE#]
+ [#EVENTCANCELUNCANCELTEXT#]
 [#@trash2.png, width="28" + height="20" border="0" title="Delete Event" + alt="Delete Event"@@#]
+ Delete event
 [#@replyall.png, + width="28" height="20" border="0" title="New Event" + alt="New Event"@@#]
+ New event
 
+

+ [#EVENTDISPLAY#]
+
 
[#@bluebottomleft.png, width="11" + height="11" alt="" border="0"@@#][#@bluebottomright.png, width="11" + height="11" alt="" border="0"@@#]
+
+ +

[#B#]

+ + diff --git a/sqwebmail/html/en-us/eventweekly.html b/sqwebmail/html/en-us/eventweekly.html new file mode 100644 index 0000000..f553165 --- /dev/null +++ b/sqwebmail/html/en-us/eventweekly.html @@ -0,0 +1,123 @@ + + + + + Week of [#CALENDARWEEK#] + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + +
[#@graytopleft.png, width="11" height="11" + alt="" border="0"@@#][#@graytopright.png, width="11" height="11" + alt="" border="0"@@#]
  + + + + + + + +
[#G#]
+
 
[#@graybottomleft.png, width="11" + height="11" alt="" border="0"@@#][#@graybottomright.png, width="11" + height="11" alt="" border="0"@@#]
+ + +[#include:navbar#] + + + + + + + + + + + + + + + + + + + +
[#@bluetopleft.png, width="11" + height="11" alt="" border="0"@@#][#@bluetopright.png, width="11" height="11" alt="" + border="0"@@#]
  + + + + + + + + + + + + + + + + + + + +
<< Prev weekWeek of [#CALENDARWEEK#]Next week >>
 Monthly view
+ New Event
 

+
+
[#CALENDARWEEKVIEW#]
+
 
[#@bluebottomleft.png, width="11" + height="11" alt="" border="0"@@#][#@bluebottomright.png, width="11" + height="11" alt="" border="0"@@#]
+
+ +

[#B#]

+ + diff --git a/sqwebmail/html/en-us/expired.html b/sqwebmail/html/en-us/expired.html new file mode 100644 index 0000000..6278db8 --- /dev/null +++ b/sqwebmail/html/en-us/expired.html @@ -0,0 +1,44 @@ + + + + + Sqwebmail. Expired Login. + + + + + + + +[#include:loginform#] + +
+ + + + + + + +

Your request cannot be authenticated. + Either your session has timed out, or your IP address has changed. If + you are dialing in via a modem, this can happen if you get + disconnected. After reconnecting, you must log in again.

+
+
+ +

[#B#]

+ + diff --git a/sqwebmail/html/en-us/filter.html b/sqwebmail/html/en-us/filter.html new file mode 100644 index 0000000..88e3d71 --- /dev/null +++ b/sqwebmail/html/en-us/filter.html @@ -0,0 +1,354 @@ + + + + + + + Mail Filters + + + + + + +
+ + + + + + + + + + + + + + + + + + + + +
[#@graytopleft.png, width="11" height="11" + alt="" border="0"@@#][#@graytopright.png, width="11" height="11" + alt="" border="0"@@#]
  + + + + + + + +
[#G#]
+
 
[#@graybottomleft.png, width="11" + height="11" alt="" border="0"@@#][#@graybottomright.png, width="11" + height="11" alt="" border="0"@@#]
+ + +[#include:navbar3#] + + + +
+ [#P#] + + + + + + + + + + + + + + + + + + + +
[#@bluetopleft.png, width="11" + height="11" alt="" border="0"@@#][#@bluetopright.png, width="11" height="11" alt="" + border="0"@@#]
+ + + + + + + + + + + + + + + + + + + + + + + + +
Existing mail filters:
+ + + + + + + + + + + + +
[#LOADMAILFILTER#] + +
+ + + + +
+
+

+
Edit/Add mail filter
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Rule name:

+
Condition: + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
[#radio:filtertype:header#] + + + + + + + + + + + + +
Header , or [#radio:filtertype:body#] Body[#select:headermatchtype#] + [#option:startswith:headermatch:startswith#] + starts with [#endoption#] + [#option:contains:headermatch:contains#] + contains [#endoption#] + [#option:endswith:headermatch:endswith#] + ends with [#endoption#] + [#option:notstartswith:headermatch:notstartswith#] + doesn't start with [#endoption#] + [#option:notcontains:headermatch:notcontains#] + doesn't contain [#endoption#] + [#option:notendswith:headermatch:notendswith#] + doesn't end with [#endoption#] + [#endselect#]
[#checkbox:autoresponse_regexp:autoresponse_regexp#]this is a regular expression (a pattern)
+
[#radio:filtertype:anymessage#]Any message
[#radio:filtertype:hasrecipient#][#select:hasrecipienttype#] + [#option:hasrecipient:hasrecipienttype:hasrecipient#] + Addressed to [#endoption#] + [#option:nothasrecipient:hasrecipienttype:nothasrecipient#] + Not addressed to [#endoption#] + [#endselect#]  
[#radio:filtertype:hastextplain#]Is a plain text message
[#radio:filtertype:nothastextplain#]Is not a plain text message (HTML, attachments, ...)
[#radio:filtertype:hasmultipart#]Is a multipart MIME message
[#radio:filtertype:nothasmultipart#]Is not a multipart MIME message
[#radio:filtertype:hassize#]Message is [#select:sizecompare#] + [#option:islargerthan:sizecompare:islargerthan#] + larger than [#endoption#] + [#option:issmallerthan:sizecompare:issmallerthan#] + smaller than [#endoption#] [#endselect#] + bytes
+

+
Action: + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
[#radio:action:savefolder#]Save in:[#MAILFILTERLISTFOLDERS#][#checkbox:continuefiltering:continuefiltering#] and continue filtering.
[#radio:action:forwardto#]Forward to:
 
[#radio:action:bounce#]Reject with error:
[#radio:action:autoresponse#]Send an autoreply:[#select:autoresponse_choose#] + [#option:#][#endoption#] + [#AUTORESPONSE_PICK#] [#endselect#]
+ [#checkbox:autoresponse_dsn:autoresponse_dsn#]Use + DSN format for autoreplies
+ [#checkbox:autoresponse_dupe:autoresponse_dupe#]Suppress + duplicate autoreplies for days
+ [#checkbox:autoresponse_noquote:autoresponse_noquote#]Do not quote the original message + in the autoreply text
Custom From: + header:
[#radio:action:purge#]Purge 
+

+
+
+

+
IMPORTANT: You MUST + select "Save all changes", above, for any changes to take + effect.
+
[#@bluebottomleft.png, width="11" + height="11" alt="" border="0"@@#][#@bluebottomright.png, width="11" + height="11" alt="" border="0"@@#]
+
+
+ +

[#B#]

+ + diff --git a/sqwebmail/html/en-us/folder.html b/sqwebmail/html/en-us/folder.html new file mode 100644 index 0000000..4f5d9c5 --- /dev/null +++ b/sqwebmail/html/en-us/folder.html @@ -0,0 +1,243 @@ + + + + + + Folder contents + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + +
[#@graytopleft.png, width="11" height="11" + alt="" border="0"@@#][#@graytopright.png, width="11" height="11" + alt="" border="0"@@#]
  + + + + + + + +
[#G#]
+
 
[#@graybottomleft.png, width="11" + height="11" alt="" border="0"@@#][#@graybottomright.png, width="11" + height="11" alt="" border="0"@@#]
+ + +[#include:navbar2#] + + +
+ +
+ [#P#] + + + + + + +
[#F#]
+ + + + + + + + + + + + + + + + + + + + +
[#@bluetopleft.png, width="11" + height="11" alt="" border="0"@@#][#@bluetopright.png, width="11" height="11" alt="" + border="0"@@#]
+ + + + + + +
[#T#]
+
[#@bluebottomleft.png, width="11" + height="11" alt="" border="0"@@#][#@bluebottomright.png, width="11" + height="11" alt="" border="0"@@#]
+ +
+
+
+ [#P#] + + + + + + + + + + + + + + + + + + + + + + +
[#@bluetopleft.png, width="11" + height="11" alt="" border="0"@@#][#@bluetopright.png, width="11" height="11" alt="" + border="0"@@#]
+ + + + + + +
Search this folder beginning with message #[#MSGPOS#]:
+
[#@bluebottomleft.png, width="11" + height="11" alt="" border="0"@@#][#@bluebottomright.png, width="11" + height="11" alt="" border="0"@@#]
+ +
+ +
+
+ +

[#B#]

+ + diff --git a/sqwebmail/html/en-us/folders.html b/sqwebmail/html/en-us/folders.html new file mode 100644 index 0000000..3a0090a --- /dev/null +++ b/sqwebmail/html/en-us/folders.html @@ -0,0 +1,274 @@ + + + + + + + Folders[#d#] + + + + + + +
+ + + + + + + + + + + + + + + + + + + + +
[#@graytopleft.png, width="11" height="11" + alt="" border="0"@@#][#@graytopright.png, width="11" height="11" + alt="" border="0"@@#]
  + + + + + + + +
[#G#]
+
 
[#@graybottomleft.png, width="11" + height="11" alt="" border="0"@@#][#@graybottomright.png, width="11" + height="11" alt="" border="0"@@#]
+ + +[#include:navbar#] + + + + +
+ + + + + + + +
+ + + + + + +
+
+ + [#EVENTSUMMARY#] +
+ + [#QUOTA#] + + + + + + + + +
      + Folder# messages  
+ + + [#L#] +
+
+
+
+ + + + + + + + + + + + + + + + + + + + + +
[#@bluetopleft.png, width="11" + height="11" alt="" border="0"@@#][#@bluetopright.png, width="11" height="11" alt="" + border="0"@@#]
+ + + + + + +
+ +

[#P#] Rename to: [#E#]   +

+ +

+  

+ + + +

[#P#] +  to the folder selected above.

+ + [#l#] + + + + + + + + + + + + + + + + + +
Create new folder:   + [#P#]
Create this folder
+ in new directory: 
+ + +
+
[#@bluebottomleft.png, width="11" + height="11" alt="" border="0"@@#][#@bluebottomright.png, width="11" + height="11" alt="" border="0"@@#]
+
+ + + + +
+ +

[#B#]

+ + diff --git a/sqwebmail/html/en-us/gpg.html b/sqwebmail/html/en-us/gpg.html new file mode 100644 index 0000000..0fdbc42 --- /dev/null +++ b/sqwebmail/html/en-us/gpg.html @@ -0,0 +1,230 @@ + + + + + GnuPG Encryption Settings + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
[#@graytopleft.png, width="11" height="11" + alt="" border="0"@@#][#@graytopright.png, width="11" height="11" + alt="" border="0"@@#]
  + + + + + + + +
[#G#]
+
 
[#@graybottomleft.png, width="11" + height="11" alt="" border="0"@@#][#@graybottomright.png, width="11" + height="11" alt="" border="0"@@#]
+ + +[#include:navbar#] [#DOGPG#] + + + + + + + + + + + + + + + + + + + +
[#@bluetopleft.png, width="11" + height="11" alt="" border="0"@@#][#@bluetopright.png, width="11" height="11" alt="" + border="0"@@#]
  +
+ [#P#] + +
+ Public Keys
+
+ [#LISTPUB#] + +

     +

+
+ +
+ Private Keys
+
+ [#LISTSEC#] + +

     + Yes, I really want to do + this

+
+ +

Sign Public Key

+ + +

  Private key's passphrase:

+ + +

  Choose a public and a private key, above, then +

+ + + + + + + +
How carefully have you verified the key you are about to + sign actually belongs to the person named above? + +
+
+ +

Default Private Key

+ +

  Select a default private key for signing, above, + then +

+
+
+ +
+ [#P#] + +

Create New Keypair

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Name:
E-mail address:
Comment:
Signature (DSA) key length: + +
Encryption (ElGamal) key length: + +
Expiration: + +
Passphrase (optional):
Reenter passphrase:
  +
+
+
 
[#@bluebottomleft.png, width="11" + height="11" alt="" border="0"@@#][#@bluebottomright.png, width="11" + height="11" alt="" border="0"@@#]
+
+ +

[#B#]

+ + diff --git a/sqwebmail/html/en-us/gpgcreate.html b/sqwebmail/html/en-us/gpgcreate.html new file mode 100644 index 0000000..f871fc2 --- /dev/null +++ b/sqwebmail/html/en-us/gpgcreate.html @@ -0,0 +1,70 @@ + + + + + Creating Encryption key + + + + + + + +  + +
+ + + + + + + + + + + + + + + + + + + +
[#@graytopleft.png, width="11" height="11" + alt="" border="0"@@#][#@graytopright.png, width="11" height="11" + alt="" border="0"@@#]
  + + + + + + + +
[#G#]
+
 
[#@graybottomleft.png, width="11" + height="11" alt="" border="0"@@#][#@graybottomright.png, width="11" + height="11" alt="" border="0"@@#]
+
+ +

Please wait, this may take at least 5-10 minutes. Please ignore any +messages, until key generation is complete.

+
+[#GPGCREATE#] +
+ +

Key generation completed, continue

+ +

[#B#]

+ + diff --git a/sqwebmail/html/en-us/gpgerr.html b/sqwebmail/html/en-us/gpgerr.html new file mode 100644 index 0000000..81924b2 --- /dev/null +++ b/sqwebmail/html/en-us/gpgerr.html @@ -0,0 +1,70 @@ + + + + + GnuPG Error + + + + + + + +  + +
+ + + + + + + + + + + + + + + + + + + +
[#@graytopleft.png, width="11" height="11" + alt="" border="0"@@#][#@graytopright.png, width="11" height="11" + alt="" border="0"@@#]
  + + + + + + + +
[#G#]
+
 
[#@graybottomleft.png, width="11" + height="11" alt="" border="0"@@#][#@graybottomright.png, width="11" + height="11" alt="" border="0"@@#]
+ + +[#include:navbar#]
+ +

The following error has occured while encrypting or signing this +message:

+ +
+
[#GPGERR#]
+
+ +

Continue

+ +

[#B#]

+ + diff --git a/sqwebmail/html/en-us/index.html b/sqwebmail/html/en-us/index.html new file mode 100644 index 0000000..d43112d --- /dev/null +++ b/sqwebmail/html/en-us/index.html @@ -0,0 +1,28 @@ + + + + + SqWebMail - Copyright 1999-2011 Double Precision, Inc. + + + + + + + + + + <body> + <h1>SqWebMail - Copyright 1999-2011 Double Precision, Inc.</h1> + + <p>Your web browser does not support frames. Although SqWebMail uses + frames, 100% of functionality is available to web browsers that do not + support frames.</p> + + <p><a href="[#s#]noframes=1">Enter without frame support.</a></p> + </body> + + + diff --git a/sqwebmail/html/en-us/invalid.html b/sqwebmail/html/en-us/invalid.html new file mode 100644 index 0000000..8509a44 --- /dev/null +++ b/sqwebmail/html/en-us/invalid.html @@ -0,0 +1,43 @@ + + + + + Sqwebmail. Invalid Login. + + + + + + + +[#include:loginform#] + +
+ + + + + + + +

INVALID USER ID OR PASSWORD

+ +

Please try again.

+
+
+ +

[#B#]

+ + diff --git a/sqwebmail/html/en-us/keyimport.html b/sqwebmail/html/en-us/keyimport.html new file mode 100644 index 0000000..dfc147f --- /dev/null +++ b/sqwebmail/html/en-us/keyimport.html @@ -0,0 +1,68 @@ + + + + + Import key + + + + + + + + +
+  + + + + + + + + + + + + + + + + + + + +
[#@graytopleft.png, width="11" height="11" + alt="" border="0"@@#][#@graytopright.png, width="11" height="11" + alt="" border="0"@@#]
  + + + + + + + +
[#G#]
+
 
[#@graybottomleft.png, width="11" + height="11" alt="" border="0"@@#][#@graybottomright.png, width="11" + height="11" alt="" border="0"@@#]
+ + +[#include:navbar#]
+ +
+[#KEYIMPORT#] + +

[#B#]

+ + diff --git a/sqwebmail/html/en-us/ldaplist.html b/sqwebmail/html/en-us/ldaplist.html new file mode 100644 index 0000000..158cf34 --- /dev/null +++ b/sqwebmail/html/en-us/ldaplist.html @@ -0,0 +1,165 @@ + + + + + Global Address Book Search + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
[#@graytopleft.png, width="11" height="11" + alt="" border="0"@@#][#@graytopright.png, width="11" height="11" + alt="" border="0"@@#]
  + + + + + + + +
[#G#]
+
 
[#@graybottomleft.png, width="11" + height="11" alt="" border="0"@@#][#@graybottomright.png, width="11" + height="11" alt="" border="0"@@#]
+ + +[#include:navbar#] + +
+ [#P#] + + + + + + + + + + + + + + + + + + + +
[#@bluetopleft.png, width="11" + height="11" alt="" border="0"@@#][#@bluetopright.png, width="11" height="11" alt="" + border="0"@@#]
+ + + + + + + + + + + + + + + + + + + + + + + + +
Search
[#o#]

+
+ + + + + + +
Search for:   +
+

+
Add Address Book
+ + + + + + + + + + + + + + + + + + + + + + + + +
Name:
Host:Port:
Root Suffix:
+
+
+
[#@bluebottomleft.png, width="11" + height="11" alt="" border="0"@@#][#@bluebottomright.png, width="11" + height="11" alt="" border="0"@@#]
+
+
+ +

[#B#]

+ + diff --git a/sqwebmail/html/en-us/ldapsearch.html b/sqwebmail/html/en-us/ldapsearch.html new file mode 100644 index 0000000..d5dafe1 --- /dev/null +++ b/sqwebmail/html/en-us/ldapsearch.html @@ -0,0 +1,121 @@ + + + + + Search Results + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
[#@graytopleft.png, width="11" height="11" + alt="" border="0"@@#][#@graytopright.png, width="11" height="11" + alt="" border="0"@@#]
  + + + + + + + +
[#G#]
+
 
[#@graybottomleft.png, width="11" + height="11" alt="" border="0"@@#][#@graybottomright.png, width="11" + height="11" alt="" border="0"@@#]
+ + +[#include:navbar#] + +
+ [#P#] + + + + + + + + + + + + + + + + + + + +
[#@bluetopleft.png, width="11" + height="11" alt="" border="0"@@#][#@bluetopright.png, width="11" height="11" alt="" + border="0"@@#]
+ + + + + + + + + + + + + + + + + + +
Search Results

+
[#O#]

+
Search Again
+
[#@bluebottomleft.png, width="11" + height="11" alt="" border="0"@@#][#@bluebottomright.png, width="11" + height="11" alt="" border="0"@@#]
+
+
+ +

[#B#]

+ + diff --git a/sqwebmail/html/en-us/login.html b/sqwebmail/html/en-us/login.html new file mode 100644 index 0000000..1090cc0 --- /dev/null +++ b/sqwebmail/html/en-us/login.html @@ -0,0 +1,27 @@ + + + + + Sqwebmail Login. + + + + + + + +[#include:loginform#] + +

[#B#]

+ + diff --git a/sqwebmail/html/en-us/loginform.inc.html b/sqwebmail/html/en-us/loginform.inc.html new file mode 100644 index 0000000..0b623f8 --- /dev/null +++ b/sqwebmail/html/en-us/loginform.inc.html @@ -0,0 +1,94 @@ + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + +
[#@graytopleft.png, width="11" + height="11" alt="" border="0"@@#][#@graytopright.png, width="11" + height="11" alt="" border="0"@@#]
+ [#@logo.png, width="263" height="35" alt="SqWebMail Copyright + 1999-2010 Double Precision, Inc." + border="0"@SqWebMail - Copyright 1999-2010 Double Precision, Inc.@#] +
+ [#@signin.png, width="102" height="39" alt="Enter your USERID and + PASSWORD, below" border="0"@@#]
+ + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + +
User Id: [#h#]
Password: +
Timezone: [#timezonelist#]
+
+
[#@graybottomleft.png, width="11" + height="11" alt="" border="0"@@#][#@graybottomright.png, width="11" + height="11" alt="" border="0"@@#]
+
+[#endinclude#] + + diff --git a/sqwebmail/html/en-us/navbar.inc.html b/sqwebmail/html/en-us/navbar.inc.html new file mode 100644 index 0000000..aaa6d31 --- /dev/null +++ b/sqwebmail/html/en-us/navbar.inc.html @@ -0,0 +1,50 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Folders[#@sep.png,alt="|"@|@#]Create Message[#@sep.png,alt="|"@|@#]Preferences[#@sep.png,alt="|"@|@#]Address Book[#@sep.png,alt="|"@|@#]Edit Mail Filters[#@sep.png,alt="|"@|@#]Edit Autoreplies[#@sep.png,alt="|"@|@#]Encryption[#@sep.png,alt="|"@|@#]Log Out
+[#endinclude#] + + diff --git a/sqwebmail/html/en-us/navbar2.inc.html b/sqwebmail/html/en-us/navbar2.inc.html new file mode 100644 index 0000000..4cbc05f --- /dev/null +++ b/sqwebmail/html/en-us/navbar2.inc.html @@ -0,0 +1,50 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Folders[#@sep.png,alt="|"@|@#]Create Message[#@sep.png,alt="|"@|@#]Preferences[#@sep.png,alt="|"@|@#]Address Book[#@sep.png,alt="|"@|@#]Edit Mail Filters[#@sep.png,alt="|"@|@#]Edit Autoreplies[#@sep.png,alt="|"@|@#]Encryption[#@sep.png,alt="|"@|@#]Log Out
+[#endinclude#] + + diff --git a/sqwebmail/html/en-us/navbar3.inc.html b/sqwebmail/html/en-us/navbar3.inc.html new file mode 100644 index 0000000..56c6ebb --- /dev/null +++ b/sqwebmail/html/en-us/navbar3.inc.html @@ -0,0 +1,51 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Folders[#@sep.png,alt="|"@|@#]Create Message[#@sep.png,alt="|"@|@#]Preferences[#@sep.png,alt="|"@|@#]Address Book[#@sep.png,alt="|"@|@#]Edit Mail Filters[#@sep.png,alt="|"@|@#]Edit Autoreplies[#@sep.png,alt="|"@|@#]Encryption[#@sep.png,alt="|"@|@#]Log Out
+[#endinclude#] + + diff --git a/sqwebmail/html/en-us/newevent.html b/sqwebmail/html/en-us/newevent.html new file mode 100644 index 0000000..0a82190 --- /dev/null +++ b/sqwebmail/html/en-us/newevent.html @@ -0,0 +1,331 @@ + + + + + Calendar Event + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + +
[#@graytopleft.png, width="11" height="11" + alt="" border="0"@@#][#@graytopright.png, width="11" height="11" + alt="" border="0"@@#]
  + + + + + + + +
[#G#]
+
 
[#@graybottomleft.png, width="11" + height="11" alt="" border="0"@@#][#@graybottomright.png, width="11" + height="11" alt="" border="0"@@#]
+ + +[#include:navbar#] + + + + + + + + + + + + + + + + + + + +
[#@bluetopleft.png, width="11" + height="11" alt="" border="0"@@#][#@bluetopright.png, width="11" height="11" alt="" + border="0"@@#]
+ + + + + + +
[#NEWEVENT#] + +
+ [#P#] + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
New event time:
  + + + + + + + +
Examples:today 11am
+ tomorrow 2:15pm
+ friday 9am
+ Aug 3 2001 1:30pm
+ 8/3/2001 4pm
+ 2001.08.03 4pm
+
[#RECURRING#] MM/DD/YYYY
 (For a recurring event only - enter ending + date)
 
Event duration:hr min  +    +
 
Add event participant: (enter E-mail + address), or:
 [#ABOOKNAMELIST#]
  +    +
+
+
+
+ [#EVENTSTART#] + +
+ [#P#] + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Event time(s): [#EVENTTIMES#]
From: [#EVENTFROM#] +
Event participant(s): [#EVENTPARTICIPANTS#] +
Subject: 
Contents: [#EVENTTEXT#] +
+ + + + + + + + +
    Event + attachments:Size
+ [#EVENTATTACH#] + + + + + + + + + + + + + + + + + + +
Upload:  + +
+ + +
+ + +
+  Yes, I really want to do this  +
+
  + + + + + + + + +
+ + +
+
  + +
  + +
+
+
[#@bluebottomleft.png, width="11" + height="11" alt="" border="0"@@#][#@bluebottomright.png, width="11" + height="11" alt="" border="0"@@#]
+[#EVENTEND#]
+ +

[#B#]

+ + diff --git a/sqwebmail/html/en-us/newmsg.html b/sqwebmail/html/en-us/newmsg.html new file mode 100644 index 0000000..75c99c7 --- /dev/null +++ b/sqwebmail/html/en-us/newmsg.html @@ -0,0 +1,160 @@ + + + + + Create Message + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + +
[#@graytopleft.png, width="11" height="11" + alt="" border="0"@@#][#@graytopright.png, width="11" height="11" + alt="" border="0"@@#]
  + + + + + + + +
[#G#]
+
 
[#@graybottomleft.png, width="11" + height="11" alt="" border="0"@@#][#@graybottomright.png, width="11" + height="11" alt="" border="0"@@#]
+ + +[#include:navbar#] + + + + + + + + + + + + + + + + + + + +
[#@bluetopleft.png, width="11" + height="11" alt="" border="0"@@#][#@bluetopright.png, width="11" height="11" alt="" + border="0"@@#]
+ + + + + + +
+
+ [#P#][#W#]
+
+
[#@bluebottomleft.png, width="11" + height="11" alt="" border="0"@@#][#@bluebottomright.png, width="11" + height="11" alt="" border="0"@@#]
+
+ +

[#B#]

+ + diff --git a/sqwebmail/html/en-us/preferences.html b/sqwebmail/html/en-us/preferences.html new file mode 100644 index 0000000..bc67a73 --- /dev/null +++ b/sqwebmail/html/en-us/preferences.html @@ -0,0 +1,317 @@ + + + + + Preferences + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + +
[#@graytopleft.png, width="11" height="11" + alt="" border="0"@@#][#@graytopright.png, width="11" height="11" + alt="" border="0"@@#]
  + + + + + + + +
[#G#]
+
 
[#@graybottomleft.png, width="11" + height="11" alt="" border="0"@@#][#@graybottomright.png, width="11" + height="11" alt="" border="0"@@#]
+ + +[#include:navbar#] + + + + + + + + + + + + + + + + + + + +
[#@bluetopleft.png, width="11" + height="11" alt="" border="0"@@#][#@bluetopright.png, width="11" height="11" alt="" + border="0"@@#]
+ +
+ [#P#][#x#] + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
[#z#]
[#H#]
[#FLOWEDTEXT#]
[#NOARCHIVE#]
[#NOAUTORENAMESENT#]
Automatically purge deleted messages after [#v#] + days.
+ (Set zero to disable autopurge.)
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Calendar week begins on:[#PREFWEEK#]
Sort messages by:[#w#]
Messages per page:[#u#]
[#y#]

+
+ Your signature: + +

+

+
 
+
+ + +
+ Mailing Lists
+ +

Enter the addresses of mailing lists you are + subscribed to (one per line): +

+
+ +
+ + + + + + + +
+
+
+ +
+
+ + + + + + + + + + +
     + + + + + + + + + + + + + + + + + + +
Change Mail Password
+
+
Old Password:
New Password:
New Password Again:
+
+ +
+ + + + + + + +
+
+
+ + +
+ + + + +
+
+
[#@bluebottomleft.png, width="11" + height="11" alt="" border="0"@@#][#@bluebottomright.png, width="11" + height="11" alt="" border="0"@@#]
+
+ +

[#B#]

+ + diff --git a/sqwebmail/html/en-us/print.html b/sqwebmail/html/en-us/print.html new file mode 100644 index 0000000..f2beb5a --- /dev/null +++ b/sqwebmail/html/en-us/print.html @@ -0,0 +1,36 @@ + + + + + Message + + + + + + + +

[#M#]

+ +

[#B#]

+ + diff --git a/sqwebmail/html/en-us/printnocookie.html b/sqwebmail/html/en-us/printnocookie.html new file mode 100644 index 0000000..a845cf6 --- /dev/null +++ b/sqwebmail/html/en-us/printnocookie.html @@ -0,0 +1,22 @@ + + + + + Please give me my cookies!! + + + + + + +

Please enable the cookies!

+ +

Your browser appears not to accept cookies from me :-( I need to store +the session information in a temporary cookie in order to avoid having the +session information printed in the page header. The cookie will be +automatically deleted after I format the message for printing.

+ +

+ + diff --git a/sqwebmail/html/en-us/printredirect.html b/sqwebmail/html/en-us/printredirect.html new file mode 100644 index 0000000..9c1b5a3 --- /dev/null +++ b/sqwebmail/html/en-us/printredirect.html @@ -0,0 +1,17 @@ + + + + + Redirecting... + + + + + + +

SqWebMail Copyright 1999-2007, Double Precision, Inc.

+ +

Loading your message...

+ + diff --git a/sqwebmail/html/en-us/quickadd.html b/sqwebmail/html/en-us/quickadd.html new file mode 100644 index 0000000..bb35442 --- /dev/null +++ b/sqwebmail/html/en-us/quickadd.html @@ -0,0 +1,134 @@ + + + + + Address Book + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
[#@graytopleft.png, width="11" height="11" + alt="" border="0"@@#][#@graytopright.png, width="11" height="11" + alt="" border="0"@@#]
  + + + + + + + +
[#G#]
+
 
[#@graybottomleft.png, width="11" + height="11" alt="" border="0"@@#][#@graybottomright.png, width="11" + height="11" alt="" border="0"@@#]
+ + +[#include:navbar#] + +
+ [#P#] + + + + + + + + + + + + + + + + + + + +
[#@bluetopleft.png, width="11" + height="11" alt="" border="0"@@#][#@bluetopright.png, width="11" height="11" alt="" + border="0"@@#]
+ + + + + + + + + +
Quick Nickname + Add
+ + + + + + + + + + + + + + + + + + + +
Name:
Address:
New nickname:, + or
Add to existing nickname: + + +
+
+
[#@bluebottomleft.png, width="11" + height="11" alt="" border="0"@@#][#@bluebottomright.png, width="11" + height="11" alt="" border="0"@@#]
+
+
+ +

[#B#]

+ + diff --git a/sqwebmail/html/en-us/readmsg.html b/sqwebmail/html/en-us/readmsg.html new file mode 100644 index 0000000..c6d9f90 --- /dev/null +++ b/sqwebmail/html/en-us/readmsg.html @@ -0,0 +1,192 @@ + + + + + Message + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + +
[#@graytopleft.png, width="11" height="11" + alt="" border="0"@@#][#@graytopright.png, width="11" height="11" + alt="" border="0"@@#]
  + + + + + + + +
[#G#]
+
 
[#@graybottomleft.png, width="11" + height="11" alt="" border="0"@@#][#@graybottomright.png, width="11" + height="11" alt="" border="0"@@#]
+ + +[#include:navbar2#] + + + + + + + + +
+ + + + + + +
+
+ [#n#] [#P#][#m#] + + + + + + + +
[#N#]
+
+ + + + + + + +
+ + + + + + +
[#M#]
+
+ +
+ [#P#] + + + + + + + +
[#N#]
+ [#m#]
+
+
+ +
+ +

[#B#]

+ + diff --git a/sqwebmail/html/en-us/redirect.html b/sqwebmail/html/en-us/redirect.html new file mode 100644 index 0000000..e61cde2 --- /dev/null +++ b/sqwebmail/html/en-us/redirect.html @@ -0,0 +1,17 @@ + + + + + Redirecting... + + + + + + +

SqWebMail Copyright 1999-2011, Double Precision, Inc.

+ +

Loading [#r#]...

+ + diff --git a/sqwebmail/html/en-us/refreshfr.html b/sqwebmail/html/en-us/refreshfr.html new file mode 100644 index 0000000..cf4b2ec --- /dev/null +++ b/sqwebmail/html/en-us/refreshfr.html @@ -0,0 +1,17 @@ + + + + + SqWebMail - Copyright 1999-2009 Double Precision, Inc. + + + + + + + + + + diff --git a/sqwebmail/html/en-us/smileys.txt b/sqwebmail/html/en-us/smileys.txt new file mode 100644 index 0000000..1286460 --- /dev/null +++ b/sqwebmail/html/en-us/smileys.txt @@ -0,0 +1,9 @@ +:-) sm-smiley2.png width="12" height="12" alt=":-)" title=":-)" +:-( sm-frowney2.png width="12" height="12" alt=":-(" title=":-(" +:-| sm-notsmiley2.png width="12" height="12" alt=":-|" title=":-|" +:) sm-smiley.png width="12" height="12" alt=":)" title=":)" +:( sm-frowney.png width="12" height="12" alt=":(" title=":(" +:| sm-notsmiley.png width="12" height="12" alt=":|" title=":|" +;) sm-wink.png width="12" height="12" alt=";)" title=";)" +;-) sm-wink2.png width="12" height="12" alt=";-)" title=";-)" +:-o sm-ohno.png width="12" height="12" alt=":-o" title=":-o" diff --git a/sqwebmail/html/en-us/spellchk.html b/sqwebmail/html/en-us/spellchk.html new file mode 100644 index 0000000..9b079e4 --- /dev/null +++ b/sqwebmail/html/en-us/spellchk.html @@ -0,0 +1,100 @@ + + + + + + Check Spelling + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + +
[#@graytopleft.png, width="11" height="11" + alt="" border="0"@@#][#@graytopright.png, width="11" height="11" + alt="" border="0"@@#]
  + + + + + + + +
[#G#]
+
 
[#@graybottomleft.png, width="11" + height="11" alt="" border="0"@@#][#@graybottomright.png, width="11" + height="11" alt="" border="0"@@#]
+ + +[#include:navbar#] + + + + + + + + + + + + + + + + + + + +
[#@bluetopleft.png, width="11" + height="11" alt="" border="0"@@#][#@bluetopright.png, width="11" + height="11" alt="" border="0"@@#]
  +
+ [#P#][#K#]
+
 
[#@bluebottomleft.png, width="11" + height="11" alt="" border="0"@@#][#@bluebottomright.png, width="11" + height="11" alt="" border="0"@@#]
+ +
+ +

[#B#]

+ + diff --git a/sqwebmail/html/lstsoftlinks b/sqwebmail/html/lstsoftlinks new file mode 100755 index 0000000..7bf7690 --- /dev/null +++ b/sqwebmail/html/lstsoftlinks @@ -0,0 +1,24 @@ +#!/bin/sh +# +# Copyright 1998 - 1999 Double Precision, Inc. See COPYING for +# distribution information. + +for f in $* +do + SOFTLINK="" + for component in `echo $f | tr '-' ' '` + do + if test "$SOFTLINK" = "" + then + SOFTLINK="$component" + else + SOFTLINK="$SOFTLINK""-$component" + fi + + if test -f $SOFTLINK/LANGUAGE + then + test `cat $SOFTLINK/LANGUAGE` = $SOFTLINK && continue + fi + echo $SOFTLINK + done +done diff --git a/sqwebmail/html/mksoftlinks b/sqwebmail/html/mksoftlinks new file mode 100755 index 0000000..9dbf7e0 --- /dev/null +++ b/sqwebmail/html/mksoftlinks @@ -0,0 +1,31 @@ +#!/bin/sh +# +# Copyright 1998 - 1999 Double Precision, Inc. See COPYING for +# distribution information. + + +DIR="$1" +REALDIR="$2" + +SOFTLINK="" + +echo "mksoftlinks $DIR $REALDIR" + +for component in `echo $REALDIR | tr '-' ' '` +do + if test "$SOFTLINK" = "" + then + SOFTLINK="$component" + else + SOFTLINK="$SOFTLINK""-$component" + fi + + if test "$SOFTLINK" != "$REALDIR" + then + test -d $DIR/$SOFTLINK/. && continue + echo rm -f $DIR/$SOFTLINK + rm -f $DIR/$SOFTLINK + echo ln -s $REALDIR $DIR/$SOFTLINK + ln -s $REALDIR $DIR/$SOFTLINK + fi +done diff --git a/sqwebmail/html/rmsoftlinks b/sqwebmail/html/rmsoftlinks new file mode 100755 index 0000000..808f410 --- /dev/null +++ b/sqwebmail/html/rmsoftlinks @@ -0,0 +1,29 @@ +#!/bin/sh +# +# Copyright 1998 - 2000 Double Precision, Inc. See COPYING for +# distribution information. + + +DIR="$1" +REALDIR="$2" + +SOFTLINK="" + +echo "rmsoftlinks $DIR $REALDIR" + +for component in `echo $REALDIR | tr '-' ' '` +do + if test "$SOFTLINK" = "" + then + SOFTLINK="$component" + else + SOFTLINK="$SOFTLINK""-$component" + fi + + if test "$SOFTLINK" != "$REALDIR" + then + test -f $DIR/$SOFTLINK/LANGUAGE && continue + echo rm -f $DIR/$SOFTLINK + rm -f $DIR/$SOFTLINK + fi +done -- cgit v1.2.3