Commit graph

62 commits

Author SHA1 Message Date
Jim Jagielski
2b1ee21139 simpler quoting 2015-05-13 13:38:58 -04:00
Jim Jagielski
4bbe3b9e28 abstract away 2015-02-25 16:11:02 -05:00
Jim Jagielski
5f9fa91f61 make flags easier to use 2015-02-25 15:58:22 -05:00
Jim Jagielski
f526e504c5 use [] format 2015-02-23 13:51:30 -05:00
Jim Jagielski
a04dcebcb0 refactor 2015-02-22 16:42:41 -05:00
Jim Jagielski
601bda9b4c Smarty vars now use 'sm' prefix instead of 'um' 2015-02-15 11:48:11 -05:00
Jim Jagielski
3634ac5442 PSR studlyCaps 2015-01-30 07:15:36 -05:00
Jim Jagielski
774db4f2e0 localname is now the filename, not full path. We calc full path
when/if we need it.
2015-01-29 05:20:21 -05:00
Jim Jagielski
838c6c135a We need 2 options: create a full msg from a raw email message,
and just parse the body
2015-01-28 15:15:09 -05:00
Jim Jagielski
fdaee5becf easier way 2015-01-27 16:20:16 -05:00
Jim Jagielski
199394c4ff Fold all common JS into commonJS and eval as needed.
Yeah, I know. eval.
2015-01-27 16:00:29 -05:00
Jim Jagielski
2dcdd0cbb4 rename 2015-01-06 20:27:30 -05:00
Jim Jagielski
ae1afd9c05 Baseline UTF8 and convert only as needed. 2014-12-18 15:55:52 -05:00
Jim Jagielski
af2fe222bd Simplify. 2014-12-15 11:57:25 -05:00
Jim Jagielski
7f362ade92 reuse 2014-12-14 20:12:43 -05:00
Jim Jagielski
734f92c268 better awareness of connected and auth status 2014-12-03 12:30:19 -05:00
Jim Jagielski
48b041947a keep case of folders 2014-12-02 15:57:27 -05:00
Jim Jagielski
e599b028eb some refinements... no more base64 2014-12-01 10:31:35 -05:00
Jim Jagielski
be9e7d1beb Use canon suffix for smarty templates 2014-11-26 12:26:54 -05:00
Jim Jagielski
aa9d27909e wip status 2014-11-21 11:39:01 -05:00
Jim Jagielski
b457490e81 And start moving from external old lib.php funcs to
telaen methods
2014-11-21 10:47:45 -05:00
Jim Jagielski
270bfdc470 Use correct lang[] entries (no longer global vars)
Decrease some NOTICE
2014-11-20 14:07:09 -05:00
Jim Jagielski
e3c1886705 strings as keys 2014-11-19 10:28:42 -05:00
Jim Jagielski
ae9f8a65a2 more 2014-11-19 10:09:27 -05:00
Jim Jagielski
452064a6b0 whitespace 2014-11-18 09:32:28 -05:00
Jim Jagielski
3978c99588 more PSR2 fixes 2014-11-16 19:04:46 -05:00
Jim Jagielski
4ec24f65e6 more style changes: use ' when appropriate 2014-11-14 09:10:00 -05:00
Jim Jagielski
93c9d87b27 more scoping 2014-11-12 13:07:08 -05:00
Jim Jagielski
a8e1a80d46 headers, attachments and folders are part of the mbox[] array,
not the auth[] array.
2014-11-12 10:37:33 -05:00
Jim Jagielski
1c161da259 More refactoring....
1. headers now in mbox[]
2. SS now AuthSession (complete)
3. sess now auth (complete)
2014-11-12 09:34:03 -05:00
Jim Jagielski
27907f0cfa refactor: UM --> TLN
mail_protocol now a defined constant instead of string
2014-11-12 07:31:26 -05:00
Jim Jagielski
49a8167284 Standardize on array()
Session is auth, so we can later pull out into auth[] and email[]
2014-11-11 15:56:57 -05:00
Jim Jagielski
313c174185 Minor updates: formatting mostly 2014-10-08 06:47:20 -04:00
Jim Jagielski
124fd48a4a Use define to know state and adjust entry points for more security 2013-06-07 15:07:21 -04:00
Jim Jagielski
2edceb6b18 Pull in only as allowed 2013-06-06 19:27:00 -04:00
Jim Jagielski
fe98826a98 Pointer to new Telaen home 2013-06-06 17:30:30 -04:00
Jim Jagielski
01a6a02ad4 Do a safer pull from GLOBALS, with optional casting.
Be more generic.
2013-06-06 16:24:55 -04:00
Jim Jagielski
3b4c40db0a Fix the arg ordering 2010-06-01 18:37:15 +00:00
Jim Jagielski
ef5b9c7e69 Need to use a regex function for regexes!! :) 2010-06-01 18:21:31 +00:00
Jim Jagielski
ad7b384fe4 Only pull out the vars we need and expect 2010-05-07 13:43:26 +00:00
Jim Jagielski
ab62ed8ccb Use a more accurate name for the file... 2010-05-07 12:40:22 +00:00
Jim Jagielski
6a6298da4a Entab all Telaen PHP files. Cut down the sizes and increase (a bit)
performance by reducing time spent reading PHP scripts.
2010-05-04 14:07:14 +00:00
Jim Jagielski
39f240fd3b split deprecated in 5.3 2010-03-25 14:39:56 +00:00
Jim Jagielski
a0b7b54226 Update due to domain-name change. 2010-03-22 17:37:05 +00:00
Jim Jagielski
83c7082005 no regex... be fast 2009-12-02 17:17:49 +00:00
Jim Jagielski
9bd4cd4697 Need to quad escape 2009-12-02 16:25:31 +00:00
Jim Jagielski
87f6828c44 Sync up with full change to preg_* family. Try to standardise
on some delims (prefer |)
2009-09-29 21:09:11 +00:00
Jim Jagielski
bff56e9c9a Update to use preg_* instead of ereg*, since the latter
is deprecated (and slow)
2009-09-28 19:31:00 +00:00
Jim Jagielski
5415a409a5 Detab 2009-05-13 19:41:33 +00:00
Andrea Volani
c86b6e96fc Include the common js 2007-04-19 12:37:38 +00:00