Commit Graph

50 Commits

Author SHA1 Message Date
Klaus Leithoff
ae446948e9 improving session control for felamimail bosieve async_vacation. Force sessions to be rebuilded 2010-02-17 14:22:58 +00:00
Klaus Leithoff
bcabcd925b get rid of comma in emailadresses, as imap_rfc_address_list assumes a new address to come after comma 2010-02-17 10:56:54 +00:00
Klaus Leithoff
a9cadc3230 using session control for felamimail/emailadmin, to control the loading of preferences for the setting of vacations by date by async job (user was not changed (since session was reused), when several users wanted to change their vacation message by date via async job at the same day) 2010-02-17 10:16:53 +00:00
Klaus Leithoff
9a0c0203ee fixing a warning by improving the email-regex 2010-02-09 11:49:15 +00:00
Klaus Leithoff
2f74808302 make sure there is an mailObject before you try to do anything else 2009-11-27 15:02:35 +00:00
Klaus Leithoff
37c3e480b4 php5.3 compatibility, eregi->preg_replace 2009-11-23 10:47:59 +00:00
Klaus Leithoff
3421d9a91a fixing a problem regarding the viewing of mails created by MSExchange that seem to contain invalid chars in BASE64 encoded string AND invalid encoding for UTF8 2009-11-10 10:24:14 +00:00
Klaus Leithoff
ec48789036 fixing a problem regarding broken links in plain/text 2009-11-05 11:45:21 +00:00
Ralf Becker
3dd56d81dc "installation default pref to show mails on home is no good idea, as mail is usually not yet configured" 2009-10-28 21:21:16 +00:00
Ralf Becker
3ef9fc0711 "fixed fatal error ($this used in static method)" 2009-10-20 07:35:09 +00:00
Ralf Becker
10f92d5ecc Backporting default+forced prefs for all apps 2009-10-19 18:24:49 +00:00
Klaus Leithoff
f37ef23f77 taking care of a reported problem by r.berger, as tmpname of uploaded files turns out to be the same all the time, when you upload files with same extensions in some enviroments 2009-10-13 15:31:43 +00:00
Klaus Leithoff
4bd1843b73 fix for bug ->decode_header; must be self::decode_header 2009-10-09 11:04:18 +00:00
Klaus Leithoff
fe212f2d95 fix for reported bug by stylite-> default Identity was not longer selectable in compose, when switched to user defined account 2009-10-07 14:43:11 +00:00
Klaus Leithoff
e851fc0b58 fixing a possible problem, when saving as Draft, when not in default profile -> e.g. in some user defined account 2009-10-07 14:12:40 +00:00
Klaus Leithoff
6aee31b599 trying diiferent Attachment ID-ing Method, as getRandomString seems to produce non Random String on certain systems 2009-10-06 14:13:35 +00:00
Klaus Leithoff
e851baca0e attachment type handling while displaying 2009-10-06 13:25:37 +00:00
Klaus Leithoff
7c80d6ee56 translation of any status, as in tracker#2199 2009-10-06 12:50:41 +00:00
Klaus Leithoff
f41395418b fixing bug reported by J.Krupka at the dev-list, searching for " with felamimails quickSearch destroys the session 2009-10-02 10:17:43 +00:00
Klaus Leithoff
ca7860f217 winmail.dat issue: try to use tnef (tnef Projekt (sf.net/projects/tnef/)) before ytnef 2009-09-30 10:53:21 +00:00
Klaus Leithoff
993ac50fae let PDF, Plain Text and HTML Attachments open in a new window 2009-09-09 14:25:41 +00:00
Klaus Leithoff
90ff141ed7 improving tracker mailhandling, try guessing the mime-type if we have application/octet-stream, moved some functions from bofelamimail to phpgwapi translation 2009-09-08 08:20:24 +00:00
Klaus Leithoff
0573df83de removing an extra pair of div enclosing the treewidget, as it lead to a crash with IE6 when calling listFolder 2009-09-07 14:40:05 +00:00
Klaus Leithoff
32238cea04 changing the call of listFolder 2009-09-07 13:39:02 +00:00
Klaus Leithoff
5f797a59ed taking out =& for CreateObject, using bofelamimail->bopreferences not CreateObject(...) 2009-09-07 13:24:01 +00:00
Klaus Leithoff
497b5a911a taking out =& for CreateObject 2009-09-07 13:22:28 +00:00
Klaus Leithoff
5ac6a0c1a7 fix for bug/FeatureRequest #2218 missing return before check_data with the compose FormIt was removed with rev.26620 for puroses not reconstructable to me anymore; Also removing some =& for the Creation of Objects; putting the FoldreTree JavaScript in an extra div as it should not hurt, and I suspect the missing of the former, to be one of the reasons for the removal of the return, as I was experiencing problems with the folder tree eventhandler and the submit 2009-08-27 10:41:54 +00:00
Klaus Leithoff
171eaab0e9 performance issues (handling classes, CreateObject, ...), issues regarding session restore/handling 2009-08-18 12:03:32 +00:00
Klaus Leithoff
f2c4679dcb commit regarding problem with persistent session restore; further work needed 2009-08-18 07:40:26 +00:00
Klaus Leithoff
52ef06c198 fixing a problem regarding the display of folders reported as subscribed, but no longer existing; check only in maintenance mode (manage folders), for performance reasons, ... 2009-08-10 14:04:48 +00:00
Klaus Leithoff
2f1647ddda fixing a problem regarding the display of folders reported as subscribed, but no longer existing 2009-08-10 13:13:01 +00:00
Klaus Leithoff
f18ba4ddfe offer inline displayed textfiles as download for attachments 2009-07-30 11:53:07 +00:00
Klaus Leithoff
1b3563e9a5 announce vacation message active status for by_date too 2009-07-14 08:08:53 +00:00
Klaus Leithoff
de4f3d6b87 set the windowtitle according to the mailsubject for mails with attachments too 2009-07-02 10:43:06 +00:00
Klaus Leithoff
0e7aa7d2e7 set the windowtitle according to the mailsubject 2009-07-02 10:28:47 +00:00
Klaus Leithoff
a7ed0a0255 Tracker: #2145 - message reading confirmation; Fix for MailServers, that do not support MDNSent/MDNnotSent flags 2009-07-01 10:20:55 +00:00
Ralf Becker
a0ca8afe63 "dont stall whole preferences, if $mailpreferences is no object (PHP Fatal Error otherwise)" 2009-06-14 10:42:02 +00:00
Ralf Becker
203605d8e8 merged r27203: IE6 button problem 2009-06-04 13:05:28 +00:00
Klaus Leithoff
d4f4195cfe quitening autoload messages 2009-05-29 12:23:21 +00:00
Klaus Leithoff
c053a2610d foldertreatment setting default foldertype 2009-05-28 11:11:18 +00:00
Klaus Leithoff
ba6320eb92 fix for TRACKER BUG#2018 FROM account lost when saving draft reported by C.Brunet 2009-05-22 12:59:59 +00:00
Klaus Leithoff
6c707b9e05 improving active/inactive control for editAccountData, second tab 2009-05-22 10:06:25 +00:00
Klaus Leithoff
7816b06afd fix for bug #2086 Trunk/1.6 Users cant define their own identities... 2009-05-22 08:55:43 +00:00
Klaus Leithoff
b786390551 quitening a warning, when there are no (additional) accountData to be found 2009-05-22 07:55:01 +00:00
Ralf Becker
4d9f1d71fd merged German translations from Stefan r27035-7 and r27050-65 2009-05-21 08:15:05 +00:00
Ralf Becker
e2994725d6 Fix for bug #2090: fmail problem, if no filemanager rights 2009-05-21 07:22:50 +00:00
Klaus Leithoff
e9ba11543a handling of shared folders (Courier-IMAP), subscribed folder list/information 2009-05-19 07:01:36 +00:00
Ralf Becker
a857a1dfe6 Merged Oscars Spanish translations to epl-9.1 2009-05-15 15:53:45 +00:00
Klaus Leithoff
c95e0f55da tackling a problem regarding the display/compose mode when opening a mailbox 2009-05-14 14:23:57 +00:00
Ralf Becker
72cc297f8a Created Stylite-EPL-9.1 branch 2009-05-12 12:56:04 +00:00