Fredrik Jervfors
3b83c567dd
Minor cleanups
2004-08-24 00:40:28 +00:00
tokul
17c56f73ed
two more subpackage blocks
2004-04-12 08:03:39 +00:00
Thijs Kinkhorst
cde0377d36
We're living in 2004 now... perl is your friend for these kinds of things :)
2004-02-24 15:51:22 +00:00
tassium
9098cb73e4
Preparation to begin using phpdocumentor.
...
Added basic @package/@subpackage tags
The decode/ files were documented slightly more thoroughly, although they're almost self-explanatory anyway.
The individual functions in the functions/ files need to be documented though, and now that this commit is in, anyone willing to write docblocks for functions should get cracking ;)
2003-10-28 21:27:47 +00:00
Thijs Kinkhorst
11675ad552
Drop obsoleted imap_parse.php
2003-05-22 15:22:07 +00:00
Thijs Kinkhorst
75de52f258
Getting ready for 1.4.0 RC1
2002-12-31 12:49:43 +00:00
thomppj
9001d31cf8
Converted all files in functions/ to use SM_PATH. This will break all
...
plugins. Each callable script needs a:
define('SM_PATH', '../../');
Or something like that put at the top.
2002-09-06 00:31:43 +00:00
stekkel
d933e0f49d
included imap_parse.php
2002-07-03 13:54:27 +00:00
philippe_mingo
79fcadae49
Cleaning and bug-fix. Added base uri to read mail.
2002-01-05 21:11:21 +00:00
thomppj
1e2a9cc5d0
Getting ready for 1.2.0 release.
2001-12-23 07:42:40 +00:00
thomppj
5d15361f1f
Code cleanup brigage...
2001-12-02 09:33:02 +00:00
philippe_mingo
da2f3297dd
** -> *
2001-11-26 19:33:28 +00:00
philippe_mingo
d61b98077f
Added (c) stuff and some formatting.
2001-11-21 18:38:12 +00:00
philippe_mingo
c3aed0d769
Some fixup:
...
- Operation foo_once step 2 (and final)
- Create folders bugfix
- None folder bugfix
- Fixed some tabs, structs etc.
- Added some (c) stuff
- Removed some debug stuff
This changes should result in a faster SM.
2001-11-20 20:08:28 +00:00
philippe_mingo
b630edc905
Operation "foo_once".
...
functions Folder
Step 1: Check file including and change it to the _once system.
2001-09-26 10:43:39 +00:00
Tyler Akins
0d0de5d238
* Got bored and copied all the validate.php and define() stuff to 1.1
...
* Cleaned up some code
* Fixed some typos
* Added a few files (documentation, translations)
* EAGERLY awaiting 1.1 to come out
* Made all global stuff "global $varname" so the new define() method we use
will work properly (methinks)
2001-04-19 17:58:10 +00:00
thomppj
2866c6b6e7
More "" to '' conversions.
2001-01-31 18:59:14 +00:00
Tyler Akins
de965920f1
Removed a lot of the warnings generated when PHP has all warnings enabled.
...
This is not done yet, but it is a VERY good start.
Added $Id$ tags to a lot of the files.
2001-01-30 17:22:38 +00:00
Ondřej Surý
3a1107410a
- fixed error in iso-8859-2 handling function in function/i18n.php.
...
- prepare for another php backend in functions/imap.php.
- aligned "Sent" button in src/compose.php.
- added two .cvsignore files in data/ and config/ directory.
2000-10-20 15:13:17 +00:00
Luke Ehresman
e02cfd342e
changed <? to <?php in everything
2000-04-11 23:19:53 +00:00
gustavf
960fbbd382
Added a constat to all files in functions/ to be able to chech whether the
...
file has already been included.
2000-03-01 08:44:35 +00:00
Luke Ehresman
1ed03f4b37
Fixed the problem with downloading attachments... they work now.
2000-02-22 11:55:02 +00:00
Luke Ehresman
d507e552c8
Rewrote IMAP functions.
2000-02-21 12:00:17 +00:00
nehresma
a5fdbfdfcf
deleting folders is now recursive and should work more reliably
2000-02-17 17:13:18 +00:00
nehresma
050324174f
fixed some html on removing a folder
2000-02-15 15:55:57 +00:00
nehresma
a55373bd55
bug fixes and better error messages on emptying trash
2000-02-14 19:40:20 +00:00
nehresma
be778eead1
fixed some cyrus problems and a bug in reloading the left frame where the
...
time was set to "" rather than "None".
2000-02-11 02:42:40 +00:00
Luke Ehresman
dfe2b3657f
Made deleting messages smarter.. detects if trash folder exists or not
2000-02-09 14:54:46 +00:00
Luke Ehresman
db4f8834c4
Fixed some major bugs in getting the folder list. Might fix the problem with the left folder not refreshing. Also made the folder creation and deletion look nicer.
2000-02-09 12:10:43 +00:00
nehresma
1de98e240a
fixed a bug when deleting messages and the flag for moving to trash was set,
...
but there was no trash box to move to.
2000-01-31 16:50:01 +00:00
Luke Ehresman
6c609ecb83
fixed some bugs in the way it got the folder separator
2000-01-27 15:15:02 +00:00
Luke Ehresman
7809e75fa3
added auto expunge
2000-01-07 23:15:44 +00:00
Luke Ehresman
b318821249
Quoted the login session to hopefully fix some bugs
2000-01-07 23:07:23 +00:00
Luke Ehresman
35ab54e269
Added subscription stuff so you only view folders that you're subscribed to.
2000-01-07 22:22:57 +00:00
Luke Ehresman
4e30e8862c
Pref file now isn't created if the login failed
2000-01-06 20:54:06 +00:00
Luke Ehresman
545d0db129
fixed a bug in color prefs
2000-01-06 18:51:16 +00:00
Luke Ehresman
080737884d
Redid the way folders are listed
1999-12-18 16:08:29 +00:00
Luke Ehresman
5936ae8562
I believe everything is compatable with all IMAP servers now
1999-12-16 21:18:54 +00:00
Luke Ehresman
44fc8507d2
Added BASIC mime support. Not fully working yet.
1999-12-13 13:53:22 +00:00
Luke Ehresman
e47298cba5
Added "CC" to read_body.php, and rewrote the code to handle getting TO and CC
1999-12-09 20:11:31 +00:00
Luke Ehresman
6fd6f33dcf
Fixed a bug in deleting messages where it wouldn't delete the messages. Now
...
it does.
1999-12-07 22:02:27 +00:00
Luke Ehresman
4798021995
added DELETE for when viewing a message
...
beautified some of the messages
1999-12-06 16:31:30 +00:00
Luke Ehresman
ba5ed072a5
Deleting and creating folders works great!
1999-11-29 16:30:24 +00:00
Luke Ehresman
a67b0a401f
Folder manipulation stuff
1999-11-29 01:57:53 +00:00
nehresma
f4b5e0bed0
pulled out all the login stuff and error checking from each individual php file
...
and put it in functions/imap.php
1999-11-29 01:31:19 +00:00
Luke Ehresman
cfd922c560
updated some folder stuff
1999-11-29 01:07:41 +00:00
Luke Ehresman
b703d43e5d
Added some folder functionality
1999-11-28 22:03:13 +00:00
Luke Ehresman
784885a602
php refrences updated
1999-11-23 03:12:51 +00:00
Luke Ehresman
f4d230a3a3
Updated all php3's to php's
1999-11-23 03:07:24 +00:00