Commit Graph

10 Commits

Author SHA1 Message Date
Ralf Becker
91d28f8945 handler for ajax requests 2006-10-02 05:13:19 +00:00
Cornelius Weiß
6667cca4de New notificaion module
/**
 * Notifies users according to their preferences.
 * 
 * @abstract NOTE:Notifications are small messages. No subject and no attechments. 
 * If you need this kind of elements you probably want to send a mail, don't you :-)
 * @abstract NOTE: This is for instant notifications. If you need time dependend notifications use the 
 * asyncservices wrapper!
 * 
 * The classes doing the notifications are called notification_<method> and should only be 
 * called from this class.
 *
 */
2006-03-06 17:11:45 +00:00
Ralf Becker
2229fae121 setting the correct charset for the new xajax version 2006-08-24 11:14:25 +00:00
Ralf Becker
e53b4f7b17 setting the correct charset for the new xajax version 2006-08-24 10:53:09 +00:00
Lars Kneschke
f45b9edc35 strip slashes if needed 2006-08-23 13:50:27 +00:00
Ralf Becker
f970ef346f send the redirect to login,if the session can not be verified, via xajax 2006-07-14 18:05:58 +00:00
Ralf Becker
0f4f456d89 allow method-names starting with ajax 2006-04-16 12:24:15 +00:00
Cornelius Weiß
d79ed4aa96 allow etemplate to use xajax 2006-03-29 19:25:00 +00:00
Ralf Becker
75524e8142 translating xajax requests in utf-8 to the system-charset 2006-03-01 13:31:07 +00:00
Ralf Becker
b495b33d0a commit for Lars:
1) ajax proposal: proof of concept using xajax in felamimail to work without page reloads
2) also implemented IMAP ACL for cyrus and php5 (still needs some work)
2005-07-20 08:07:47 +00:00