Oscar Manuel Gómez Senovilla
4d046e3727
Update french translation. Tracker #2411
2009-12-05 11:10:16 +00:00
Klaus Leithoff
a23919ea4b
make sure there is an mailObject before you try to do anything else
2009-11-28 09:51:24 +00:00
Klaus Leithoff
9c3d1fb334
php5.3 compatibility, eregi->preg_replace
2009-11-23 10:50:31 +00:00
Oscar Manuel Gómez Senovilla
ca6816499a
Update spanish translation
2009-11-22 20:27:22 +00:00
Ralf Becker
3c23ce30e0
fixing PHP5.3 deprecated warnings
2009-11-16 09:01:01 +00:00
Klaus Leithoff
781048414b
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:27:58 +00:00
Klaus Leithoff
f493966008
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:54 +00:00
Oscar Manuel Gómez Senovilla
00c61c6370
tracker #2289
2009-10-12 16:21:57 +00:00
Klaus Leithoff
3727953eca
fix for bug ->decode_header; must be self::decode_header
2009-10-09 10:58:46 +00:00
Klaus Leithoff
c6653c4be6
fix for reported bug by stylite-> default Identity was not longer selectable in compose, when switched to user defined account
2009-10-07 14:49:15 +00:00
Klaus Leithoff
5ee8546dfe
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:14 +00:00
Klaus Leithoff
dd8b6720af
trying diiferent Attachment ID-ing Method, as getRandomString seems to produce non Random String on certain systems
2009-10-06 14:13:42 +00:00
Klaus Leithoff
414c1831ab
attachment type handling while displaying
2009-10-06 13:24:58 +00:00
Klaus Leithoff
828210e4e7
translation of any status, as in tracker#2199
2009-10-06 12:50:45 +00:00
Klaus Leithoff
4044382c8a
fixing bug reported by J.Krupka at the dev-list, searching for " with felamimails quickSearch destroys the session
2009-10-02 10:17:48 +00:00
Oscar Manuel Gómez Senovilla
a512b00cad
French translation update. Tracker #2253
2009-09-16 20:25:11 +00:00
Oscar Manuel Gómez Senovilla
910b08dd27
Update french translations from #2207 to #2214
2009-09-11 05:42:19 +00:00
Oscar Manuel Gómez Senovilla
8ab3508d31
Update hungarian translation by #2231
2009-09-11 04:39:57 +00:00
Klaus Leithoff
1b5e27616b
improving decode_header for charset x-unknown and encoding Base64
2009-09-08 13:24:16 +00:00
Klaus Leithoff
e841d31273
announce vacation message active status for by_date too
2009-07-14 08:10:20 +00:00
Klaus Leithoff
0bfa82e6dc
Tracker: #2145 - message reading confirmation; Fix for MailServers, that do not support MDNSent/MDNnotSent flags
2009-06-30 10:11:48 +00:00
Klaus Leithoff
a13fec8ae1
further work, regarding the display of HTML messages, ...
2009-05-29 14:13:50 +00:00
Klaus Leithoff
4d020e026e
setting default foldertype to 0=normal
2009-05-28 11:12:16 +00:00
Klaus Leithoff
4af5bbc82d
improving HTML Display, rework of link treatment
2009-05-28 11:02:19 +00:00
Klaus Leithoff
4d1d92766a
fix for TRACKER BUG#2018 FROM account lost when saving draft reported by C.Brunet
2009-05-22 12:58:44 +00:00
Klaus Leithoff
4bdd3e2772
fixing a Problem regarding the display of multipart/related parts; this is due to a problem reported by pongracz.istvan TRACKER BUG#2066
2009-05-22 12:16:46 +00:00
Klaus Leithoff
f130d16ddd
improving active/inactive control for editAccountData, second tab
2009-05-22 10:02:16 +00:00
Klaus Leithoff
bdcbce7f68
fix for bug #2086 Trunk/1.6 Users cant define their own identities...
2009-05-22 08:57:00 +00:00
Ralf Becker
c7730ea6f9
Merged German translations from Stefan: r27035-7 and r27050-65
2009-05-21 08:21:48 +00:00
Klaus Leithoff
b209a64f56
tackling a problem regarding the display/compose mode when opening a mailbox
2009-05-14 13:32:13 +00:00
Klaus Leithoff
0198792e5c
small improvements regarding the display of an HTML message (font-size and color in tds, handling of certain HTML special-chars (only occurring as non UTF-8))
2009-03-26 13:55:33 +00:00
Klaus Leithoff
0ca2692d17
improving error_log output on sendMDN
2009-03-18 12:29:32 +00:00
Klaus Leithoff
5d6bc0d0b3
handling a problem while importing mails as infolog, if they contain no text/plain part; this implied the move of some functionality from bocompose to bofelamimail
2009-03-09 11:05:16 +00:00
Klaus Leithoff
3401b0aeb4
bugfix regarding odd behavior Mailbox Access/Manage Folders with ZIMBRA Mailserver. (blank screens while trying to access preferences/manage folders if ZIMBRA Account is configured and active)
2009-01-29 19:19:47 +00:00
Klaus Leithoff
1445e08c72
making the standard substitutes for signatures useable even for the user:
...
supported substitutes are:
$$fullname$$ => name of the user,
$$firstname$$ => first name of the user,
$$lastname$$ => last name of the user,
$$domain$$ => domain name for mail-address,
$$email$$ => email-address of the user,
$$date$$ => todays date,
Note: substitutions are performed, as the signature is added to the email, in EDIT Mode of
the signature in question the above listed placeholders are shown, if used.
Note: this is the discussed feature for signature placeholder substitution of 1.4.
It was never dropped, (as assumed earlier, but not useable, as substitution was performed for almost
every edit of the signature (and the placeholders where lost that way))
2008-12-09 14:22:31 +00:00
Klaus Leithoff
b3b0464615
bugfix for missing attachments reported on the german list
2008-11-27 11:50:15 +00:00
Ralf Becker
d92e121d3c
creating 1.6 branch
2008-11-24 09:40:45 +00:00