Commit graph

1485 commits

Author SHA1 Message Date
Jim Jagielski
cdf1d5151a make Smarty's compiled dir its own subdir 2014-11-14 13:37:41 -05:00
Jim Jagielski
4f9bb9ba8b minor fluff 2014-11-14 13:25:32 -05:00
Jim Jagielski
e0f77fd61e provide correct patch 2014-11-14 12:36:48 -05:00
Jim Jagielski
c7709cb18c Scope issues
foreach and false w/ iCalCreator
Smarty3 uses difference method to grab vars
2014-11-14 12:30:34 -05:00
Jim Jagielski
817f3cf14e Push cal updates 2014-11-14 11:49:09 -05:00
Jim Jagielski
e6544df4b4 reset to working 2014-11-14 11:12:21 -05:00
Jim Jagielski
c654bda6b2 UC 2014-11-14 11:07:38 -05:00
Jim Jagielski
264fd1eba2 oops 2014-11-14 10:42:21 -05:00
Jim Jagielski
696c30cc60 nits 2014-11-14 10:40:20 -05:00
Jim Jagielski
2fff17bbc5 Simple debugging 2014-11-14 10:20:40 -05:00
Jim Jagielski
4ec24f65e6 more style changes: use ' when appropriate 2014-11-14 09:10:00 -05:00
Jim Jagielski
7140d3252b style changes: Use ' when appropriate 2014-11-14 08:38:11 -05:00
Jim Jagielski
797f204420 Add safe_print function
We only work w/ 5.4 and later
2014-11-14 07:53:59 -05:00
Jim Jagielski
7ec6778560 Sometimes we need to check for an EXPLICIT error from the server,
and sometimes an EXPLICIT OK response... for example, when
scarfing data, we want to check that we didn't get an error
(and if we did, then skip out) but keep on scarfing until
we get the final OK.
2014-11-13 17:32:14 -05:00
Jim Jagielski
da88aa075f Restruct 2014-11-13 17:00:47 -05:00
Jim Jagielski
7c18b47b8d Restructure the capabilities and override aspects 2014-11-13 16:11:24 -05:00
Jim Jagielski
03146ecf08 Streamline checking of email server response code
Use stream for connection
Obtain both POP3 CAPA and IMAP CAPABILITY
2014-11-13 15:29:33 -05:00
Jim Jagielski
64c03c58c0 perms 2014-11-13 12:14:55 -05:00
Jim Jagielski
9f2cf98a2d Update tinymce 2014-11-13 12:13:35 -05:00
Jim Jagielski
f9c24981d2 Latest Smarty 2014-11-13 11:56:38 -05:00
Jim Jagielski
ffa161e3eb PHP5 class contructor 2014-11-13 11:38:00 -05:00
Jim Jagielski
6e26aeffd9 Error handling 2014-11-13 11:23:17 -05:00
Jim Jagielski
57cfe7d74c sync w/ 1.3.2 release 2014-11-13 07:49:46 -05:00
Jim Jagielski
98989e0a7c Reorg to be more composer compatible (future growth) 2014-11-12 19:52:03 -05:00
Jim Jagielski
c04a0eee21 streamline decision tree 2014-11-12 14:58:06 -05:00
Jim Jagielski
20d45f2369 Coding style: private starts with _ 2014-11-12 13:38:08 -05:00
Jim Jagielski
93c9d87b27 more scoping 2014-11-12 13:07:08 -05:00
Jim Jagielski
d0384e39d8 Correct scoping and privacy errors 2014-11-12 12:51:00 -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
294a13a7b9 Use PHPmailer methods where/when possible. Avoid duplication 2014-11-12 10:12:11 -05:00
Jim Jagielski
fe6bb3bef9 rename for restructure 2014-11-12 09:42:54 -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
0137dbf0e7 remove public from non-class methods 2014-11-12 08:06:10 -05:00
Jim Jagielski
88e5ad4944 Some nits w/ mail_protocol 2014-11-12 07:45:05 -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
f2d8c35c9f more docblocks 2014-11-11 19:55:38 -05:00
Jim Jagielski
629ac86dc0 docblocks 2014-11-11 19:42:06 -05:00
Jim Jagielski
da49cbad44 Start adding PHP inline docs... use booleans 2014-11-11 17:13:13 -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
b9e89f482a Update to PHP5 class specs 2014-11-11 14:13:35 -05:00
Jim Jagielski
313c174185 Minor updates: formatting mostly 2014-10-08 06:47:20 -04:00
Jim Jagielski
35c28627f1 Until we find out why, using ref's causes long delays 2013-06-21 11:01:41 -04:00
Jim Jagielski
e0ef6f2041 md format 2013-06-07 17:05:43 -04:00
Jim Jagielski
882f457804 New files to be added 2013-06-07 16:48:35 -04:00
Jim Jagielski
dabb554b47 tiny_mce 3.5.8 2013-06-07 16:44:44 -04:00
Jim Jagielski
20bf59f84f These are allowed... 2013-06-07 16:25:41 -04:00
Jim Jagielski
71a4087b63 And protect the login page 2013-06-07 15:42:46 -04:00
Jim Jagielski
f274289df0 Ensure what we rec'd was a valid Email (or will become a valid email) 2013-06-07 15:33:41 -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
0b2cd8356a streamline 2013-06-06 19:38:05 -04:00