pdontthink
|
d09e079fd1
Empty header values cause PHP notice - fix
|
16 лет назад |
pdontthink
|
580f61c204
Fix PHP 5.3.0 notices
|
17 лет назад |
pdontthink
|
62ea6e4a60
Correct value of undefined hostname
|
17 лет назад |
Thijs Kinkhorst
|
a0aa659487
add space for nicer formatting
|
17 лет назад |
pdontthink
|
dd4d515baf
Correct disappearing addresses when address book entry has email address without host portion
|
17 лет назад |
jangliss
|
248b4050ce
Invalid initialization of To: header (#1772893).
|
17 лет назад |
pdontthink
|
49d815ef25
Fix outgoing messages to allow addresses such as "0" or "000", etc. See #1818398
|
17 лет назад |
pdontthink
|
310d01467d
Make identities matching case insensitive
|
18 лет назад |
Thijs Kinkhorst
|
621a1e897d
also fix duplicated version of parsepriority code
|
18 лет назад |
Thijs Kinkhorst
|
54242c1880
using split() with wrong perl regexes will not work.
|
18 лет назад |
Thijs Kinkhorst
|
754716c77f
fixes for r12283: mistakenly passed already-split date to date_unparsed,
|
18 лет назад |
Thijs Kinkhorst
|
03a31465c8
also store the unparsed date, and display it when we
|
18 лет назад |
Thijs Kinkhorst
|
11b10ba5d1
increment year in copyright notices
|
18 лет назад |
Randall Smith
|
b99f103616
Add support for SpamAssassin's X-Spam-Status header (#1589520).
|
18 лет назад |
stevetruckstuff
|
706860df49
Delivery notifications and Read notifications are currently treated as identical, which they are not. This patch creates a separate var for these two types of notifications. compose.php will be patched to handle this correctly when templatization (t12n) is completed.
|
19 лет назад |
tokul
|
59ae6f3ac2
removing trailing ?> from function scripts
|
19 лет назад |
tokul
|
83fdb4c332
copyright update
|
19 лет назад |
tokul
|
9d85fd232c
$this->content_type == '' test causes E_NOTICE in php 5.1, when
|
19 лет назад |
indiri69
|
e1677776db
If loop exit is caused by $i being greater than or equal to $cnt, do try to append the non existent value
|
19 лет назад |
Fredrik Jervfors
|
9ed98bb1ec
phpDocumentor updates
|
20 лет назад |
tokul
|
45cf307ed7
php 5.1b2 - can't use function call inside array_shift() function.
|
20 лет назад |
tokul
|
a765cc5857
documenting some class params
|
20 лет назад |
tokul
|
c30a0f5bf2
adding index files in order to prevent directory listing.
|
20 лет назад |
Fredrik Jervfors
|
5fcc041bd2
Replacing tabs with spaces, trimming white space at EOL and newline at EOF (PHP only)
|
20 лет назад |
Thijs Kinkhorst
|
a73561b911
Increment year in copyright notice.
|
20 лет назад |
Thijs Kinkhorst
|
7f32e1d4d0
Add support for recognising 'Priority' and 'Importance' headers next to the
|
20 лет назад |
Jimmy Conner
|
2cd94f0d75
Removed variables that were initialized, but never actually used
|
21 лет назад |
Jimmy Conner
|
6bfd0f1168
Remove unused globals
|
21 лет назад |
indiri69
|
4f3eee7215
Check and make sure the header property value is actually set to something before testing its first character. Fixes an undefined offset error when reading badly formed emails.
|
21 лет назад |
Jimmy Conner
|
427ad60e26
Remove newline from end of file
|
21 лет назад |