Klaus Leithoff
|
37a6917ae3
|
fix up HTML as it may mess up HTML-Content later on display, if tags are not propper
|
2012-01-31 16:44:43 +00:00 |
|
Klaus Leithoff
|
02f8a1d9d7
|
* felamimail: handle IE (8) problem regarding toggling editor modes in compose window
|
2011-12-29 11:41:46 +00:00 |
|
Klaus Leithoff
|
6b7272ec46
|
handle to,cc,bcc and replyto addresses the way, that spamassasin rules regarding TO_NO_BRKTS_DIRECT are not triggered, by adding a personal namepart to the address (generated from emailaddress), if only emailaddress is present
|
2011-11-17 08:49:37 +00:00 |
|
Klaus Leithoff
|
4cb8b03134
|
handle utf-16 plain text attachments
|
2011-11-10 15:20:58 +00:00 |
|
Klaus Leithoff
|
525d177949
|
* eMail: bug regarding the mimetype of uploaded files; FF701 reports wrong mime type; work around this, by always checking mimetype by suffix
|
2011-10-26 12:15:06 +00:00 |
|
Klaus Leithoff
|
b6bfe9373a
|
* eMail/Sieve/Vacation: set default to 7 for days setting in vacation for new vacation setups
|
2011-09-26 14:40:42 +00:00 |
|
Klaus Leithoff
|
fe5e06b370
|
* eMail: is_a compatibility vs. php5.3.8 resolving to instanceof operator
|
2011-09-12 15:31:35 +00:00 |
|
Klaus Leithoff
|
93fc95d261
|
* email: fix for missing style color:red in notification messages
|
2011-08-17 13:28:50 +00:00 |
|
Klaus Leithoff
|
50b60ae35f
|
quieten warning regarding array_search
|
2011-08-02 13:18:52 +00:00 |
|
Klaus Leithoff
|
ae535d8be0
|
* notification/email: support filter since (only check unseen mails for the last 14 days) when notify for unseen mails
|
2011-08-02 12:27:46 +00:00 |
|
Klaus Leithoff
|
769e60d51f
|
take care that winmail.dat attachments are only resolved by tnef (if available) if required (e.g.:the message is opened)
|
2011-07-19 10:07:26 +00:00 |
|
Klaus Leithoff
|
b60be9c82c
|
fix wrong class::function call
|
2011-06-29 09:21:04 +00:00 |
|
Klaus Leithoff
|
8efb865d30
|
test on 'null', as json_last_error is a php5.3.x function
|
2011-06-22 10:48:05 +00:00 |
|
Klaus Leithoff
|
ba9a2f48c0
|
* eMail: fix for displayed message body is null: if charset reported is reported not correctly, converting to utf-8 may not succeed as expected, leaving some non utf-8 chars which may lead to problems with json_encode;
|
2011-06-22 09:56:29 +00:00 |
|
Klaus Leithoff
|
cee4aa10f5
|
regard addressbook preference to hide accounts or not in ajax search for emailadresses while composing messages, even if accountstorage is the same as the authmechanismn
|
2011-06-21 13:53:14 +00:00 |
|
Klaus Leithoff
|
a54d7b34e7
|
* eMail: regard addressbook preference to hide accounts or not in ajax search for emailadresses while composing messages
|
2011-06-21 13:11:27 +00:00 |
|
Klaus Leithoff
|
8da6d7246e
|
* eMail: match cid to filename if the attempt to match the cid failed -> extending the fetch attempt even for non cid attachments, when nothing is found within the previous loops
|
2011-06-10 09:21:55 +00:00 |
|
Klaus Leithoff
|
1357ba206e
|
* eMail: improving of the fetching of cids; match cid to filename if the attempt to match the cid failed
|
2011-06-09 13:54:17 +00:00 |
|
Klaus Leithoff
|
58a39a67a8
|
* eMail: fixed bug for not getting multiple unnamed attachments, while saving a mail to infolog or tracker
|
2011-06-09 11:15:53 +00:00 |
|
Klaus Leithoff
|
ef1e43969c
|
* eMail: make sure the quotaDisplay is refreshed on Message List refresh
|
2011-04-13 09:20:35 +00:00 |
|
Klaus Leithoff
|
9c7e9ac64b
|
folderExists: use static to reduce queries to imap server within one request; use different test method to verify folder existence
|
2011-03-28 08:55:09 +00:00 |
|
Klaus Leithoff
|
b3f8a8d1f7
|
make sure the class variable partID is up to date when calling display / printMessage
|
2011-03-23 08:50:51 +00:00 |
|
Ralf Becker
|
3b8a411a7f
|
* eMail: ask confirmation before deleting a folder in manage folders
|
2011-03-21 19:41:03 +00:00 |
|
Klaus Leithoff
|
5cc84c3896
|
handle variable attachmentdiv height and control bottom area height preserved for the attachmentdiv, throw out attachment_count, as it seems not to be used
|
2011-03-18 12:49:19 +00:00 |
|
Klaus Leithoff
|
46add19e26
|
fix for javascriptbug in IE on entering the list of userdefined accounts in emailmodule
|
2011-03-14 12:58:32 +00:00 |
|
Ralf Becker
|
9b76ad4dcc
|
use /usr/bin/tnef if available, before search tnef or ytnef via which in the path, to cope with system having it NOT in the path, but at its standard location
|
2011-02-22 13:17:52 +00:00 |
|
Klaus Leithoff
|
9ec732a253
|
attempt to fix egroupware.org Bug#2832, invalid emailaddress when emailaddress (personal part) contains double quotes
|
2011-02-08 13:20:40 +00:00 |
|
Klaus Leithoff
|
9170842d52
|
* eMail: preview now requires user action (click on)
|
2011-01-26 12:47:18 +00:00 |
|
Klaus Leithoff
|
b44e70ba85
|
* eMail: not filtering own(ed) emailaddresses out of drafts while reopening them for continued processing
|
2011-01-17 09:18:31 +00:00 |
|
Klaus Leithoff
|
7c5fb3a2bf
|
array as text for CC in eMail message, when replying/forwarding mail to multiple CC (reported by german user list): fixed typo
|
2011-01-10 09:47:21 +00:00 |
|
Klaus Leithoff
|
e87b56523c
|
remove forgotten error log statement
|
2010-12-07 15:33:08 +00:00 |
|
Klaus Leithoff
|
350b8f897f
|
* eMail: fixed error reported with the user-list: Warning on Felamimail, error array_merge in line 1600
|
2010-12-06 16:20:05 +00:00 |
|
Klaus Leithoff
|
8d45385f5d
|
* eMail: remove invalid -at- when occurring in full name, when adding address to email; skip addresses that produce a parse error while parsed with imap_rfc822_parse_adrlist
|
2010-12-06 15:07:06 +00:00 |
|
Klaus Leithoff
|
7701f5b46b
|
* eMail: fix for a problem reported with FreeBSD regarding the generation of random strings for temp-filenames
|
2010-12-01 14:16:59 +00:00 |
|
Klaus Leithoff
|
8a1e78775f
|
fix problem regarding IE Error for onclick="#" as action
|
2010-11-22 14:07:30 +00:00 |
|
Klaus Leithoff
|
059a00c0a2
|
fix for broken send_to mail links
|
2010-11-22 12:56:49 +00:00 |
|
Klaus Leithoff
|
e96292d75a
|
rework of linkifying email adresses in displayed message bodys
|
2010-11-18 08:42:36 +00:00 |
|
Klaus Leithoff
|
066270db32
|
* eMail: timezone and timeformat issues as reported in egroupware.org Tracker#2755
|
2010-11-17 09:53:16 +00:00 |
|
Hans-Jürgen Tappe
|
d2a0adfa16
|
Fix as discussed on the developer list:
Check for the availability of mailpreferences before using them.
|
2010-11-10 18:01:15 +00:00 |
|
Klaus Leithoff
|
88e8907cfe
|
* email: fix for Stylite Ticket#608: folders with umlauts (specialchars) did not display the count of unread mail
|
2010-11-09 11:39:05 +00:00 |
|
Klaus Leithoff
|
b93ad1c6aa
|
fix problem with wrong encoded/displayed autofolders with specialchars like umlauts, etc
|
2010-11-09 09:06:44 +00:00 |
|
Klaus Leithoff
|
089199c963
|
implementing fallback for wrong headerdata encoding; try to detect encoding from headerdata to improve message header data display, due to wrong encoding
|
2010-11-08 09:30:58 +00:00 |
|
Klaus Leithoff
|
42b0bb86d4
|
improved error handling for additional issues (getAttachment, getTextPart, getMessageRawHeaders,...), by testing on PEAR Errors before trying to process the data/pipe the data for handling in UI
|
2010-11-05 14:03:45 +00:00 |
|
Klaus Leithoff
|
6b6ddacd0a
|
* email: Sort FunctionFolders to the top of the FolderTree in MainView (all MailBox FolderTree Views are affected)
|
2010-11-02 14:03:31 +00:00 |
|
Klaus Leithoff
|
593af03c73
|
* eMail: fixing problem with double converted date/time strings for certain DateTime Settings (reported with the user-list)
|
2010-11-02 09:36:25 +00:00 |
|
Klaus Leithoff
|
78fd392f85
|
removing a vertical whitespace \v from header Content
|
2010-09-27 11:48:46 +00:00 |
|
Klaus Leithoff
|
0e318b1f48
|
allow for/expect encoded MAILBOX/EMAIL Parts of an RFC822 EMail in MessageList creation, and decode it
|
2010-09-24 12:41:57 +00:00 |
|
Ralf Becker
|
8fa8d821b3
|
merged r30188, r30201 and r 30206 to redirect to creating a personal email profile, if there is NO global one defined
|
2010-09-17 12:10:22 +00:00 |
|
Ralf Becker
|
bf74c8bc0c
|
newest version of fix_deprecated and changes made by it: fixes deprecated warnings of php5.3
|
2010-09-15 19:19:53 +00:00 |
|
Klaus Leithoff
|
2fe3e54bcf
|
add helperfunction to normalize bodyParts structure (as of problems with reply on mails with MULTIPART/RELATED with array as subparts)
|
2010-09-15 14:12:17 +00:00 |
|