alecpl
42b25afac8
- fix sending mail without identity
16 years ago
alecpl
8f9ab39e48
- fix sending mail without identity ( #1485898 )
16 years ago
alecpl
2471d3a979
- Added possibility to encrypt received header, option 'http_received_header_encrypt',
...
added some more logic in encrypt/decrypt functions for security
16 years ago
alecpl
48958e0512
- Fix Answered/Forwarded flag setting for messages from subfolders
16 years ago
thomascube
762a699dc7
Hard-wrap message headers according to RFC
16 years ago
thomascube
cc97ea0559
Merged branch devel-api (from r2208 to r2387) back into trunk (omitting some sample plugins)
16 years ago
alecpl
7145e009e4
- Fix incorrect word wrapping in outgoing plaintext multibyte messages ( #1485714 )
...
- Fix double footer in HTML message with embedded images
16 years ago
alecpl
d519ef8a0a
- Fix attaching more than nine inline images ( #1485759 )
16 years ago
alecpl
65605c862d
- Fix new lines stripped from message footer ( #1485751 )
16 years ago
alecpl
050410f560
- Fix multiple recipients input parsing ( #1485733 )
...
- added shared rcube_explode_quoted_string() function
16 years ago
till
cbbef379a5
* bumping up copyright (happy new year ;-))
16 years ago
alecpl
c58c0aedba
- Fix address names with '@' sign handling ( #1485654 )
16 years ago
alecpl
24ed413328
- Allow absolute URLs to images in HTML messages/sigs ( #1485666 )
...
- Fix message body which contains both inline attachments and emotions
16 years ago
svncommit
6710a63617
Add required parameters to raise_error() calls.
16 years ago
alecpl
a1733f06ae
- fix identity name quoting when sending mail as per discussion in #1485654
16 years ago
alecpl
99f2b311bf
#1485653 : fix enless loop in rcmail_attach_emoticons() + fix attaching the same image a few times
16 years ago
alecpl
4e74d2cb1b
- fix draft autosave
16 years ago
alecpl
4b60fa3ab9
#1485493 : do not bypass sendmail_delay by relogin
16 years ago
alecpl
300fc65a46
- Better HTML entities conversion in html2text ( #1485519 )
16 years ago
alecpl
acff900c5a
#1485294 : Add recipients address small validation
16 years ago
alecpl
fd51e0fea5
- Better handling of "no identity" and "no email in identity" situations ( #1485117 )
16 years ago
alecpl
ffae15e5fc
- Added 'mime_param_folding' option with possibility to choose
...
long/non-ascii attachment names encoding eg. to be readable
in MS Outlook/OE (#1485320 )
- Added "advanced options" feature in User Preferences
16 years ago
alecpl
acb08f517d
- Added 'sendmail_delay' option to restrict messages sending interval ( #1484491 )
16 years ago
thomascube
0b6c1cf2b2
Give the user a second chance when sending failes due session error
16 years ago
thomascube
9d55d2c8ca
Log error when submitting an invalid compose ID
16 years ago
thomascube
8b36d42128
Codestyle: indent with spaces instead of tabs
16 years ago
alecpl
940fc136b5
#1485297 : remove signature's div ID from sent html message
16 years ago
alecpl
d583bcdfe8
#1485241 : be sure that folder is subscribed when saving sent message
16 years ago
alecpl
79aeb308cb
- Write to log also sent MDN confirmation messages
16 years ago
alecpl
b77d0dd6c5
- added options to use syslog instead of log file ( #1484850 )
...
- added Logging & Debugging section in Installer
- fixed config from $_POST for next installer steps saving
- fixed and re-enabled debug_level setting in installer
16 years ago
alecpl
9a5762a4de
#1485242 : better handling of situation when message was sent successfully but cannot be saved
16 years ago
thomascube
faf8766fd2
Save outgoing mail to selectable folder ( #1324581 )
17 years ago
thomascube
6d5dbae53c
Prefer File_Info over mime_content_type + detect mime type when uploading + some code style
17 years ago
thomascube
4dae735feb
Flag original message as Forwarded when sending mail
17 years ago
thomascube
c719f3c1e0
Store compose parameters in session and redirect to a unique URL
17 years ago
alecpl
33ca143ae5
-fixed emoticons
17 years ago
thomascube
83a7636872
More code cleanup
17 years ago
thomascube
197601ef5f
Next step: introduce the application class 'rcmail' and get rid of some global vars
17 years ago
thomascube
47124c2279
Changed codebase to PHP5 with autoloader + added some new classes from the devel-vnext branch
17 years ago
alecpl
53e79dfa0c
#1484966 : place Message-Id below Received header
17 years ago
thomascube
5ec11328c7
Make the http-received header in outgoing mails configurable
17 years ago
till
21235274b4
* committing fix from #1484506
17 years ago
thomascube
e8f8fe9ed3
Allow to send mail with BCC recipients only + remove some unused vars
17 years ago
till
734584e2fe
* mime_content_type() is unavailable in PHP5 and breaks sending emails with attachments
...
* implemented rc_mime_content_type() with file_info-failover
* added svn:ignore for phpinfo.php ;-)
17 years ago
till
75f0a73889
* fixing mimetype issue from #1484062
17 years ago
till
606fc01355
* committing patch from #1484759
17 years ago
thomascube
c08b7347c1
Applied patch to prevent bad header delimiters ( #1484751 )
17 years ago
svncommit
28f49e03f7
Add Received header to outgoing mail.
17 years ago
svncommit
4315b0086b
added ability to insert attached images in HTML editor
17 years ago
thomascube
fba1f5ab81
New class rcube_user + send message disposition notification
17 years ago