Sergey Linnik
|
29de2a7458
|
fix converting to utf for some invalid byte sequences
|
2019-03-27 23:43:27 +03:00 |
|
Sergey Linnik
|
366c5dc189
|
Fix all non utf8 strings
|
2017-03-07 18:13:26 +03:00 |
|
Sergey Linnik
|
82d18754bc
|
autofix utf8 strings
|
2017-01-30 19:59:18 +03:00 |
|
Sergey Linnik
|
e8c4ea7985
|
Merge branch 'patch-fix-empty-attachment-name'
|
2015-09-24 04:06:05 +03:00 |
|
Sergey Linnik
|
64ca07075d
|
Merge branch 'patch-generalize-charset-convert'
|
2015-09-24 04:05:57 +03:00 |
|
Sergey Linnik
|
f2722da2b3
|
Generalize charset converting
|
2015-09-24 04:03:52 +03:00 |
|
Sergey Linnik
|
10954d66dd
|
Fix empty attachment name in some cases
|
2015-09-16 17:31:43 +03:00 |
|
Sergey Linnik
|
6cb6658526
|
Check name and filename is empty
|
2015-08-25 23:38:12 +03:00 |
|
Robert Hafner
|
3fbee968a6
|
Merge pull request #147 from linniksa/patch-mime-decoder
Provide mime text decoder by RFC2047
|
2015-08-05 00:26:24 -07:00 |
|
Sergey Linnik
|
a528129d37
|
Provide mime text decoder by RFC2047
Replace imap_utf8, and add decode address name
|
2015-08-05 06:00:14 +03:00 |
|
Robert Hafner
|
ea3f1bbde6
|
Merge pull request #145 from tedious/supress_php_warning
Suppressed imap_open warning
|
2015-08-01 20:38:12 -07:00 |
|
Robert Hafner
|
f86c17e629
|
Suppressed imap_open warning (still throwing exception after testing return results)
|
2015-08-01 20:32:46 -07:00 |
|
Robert Hafner
|
3448bffc17
|
Corrected docblock formatting
|
2015-08-01 20:19:23 -07:00 |
|
Robert Hafner
|
a17ae8abbf
|
Merge pull request #131 from Lewiscowles1986/patch-2
can now get number of messages in a sub-folder
|
2015-08-01 20:18:59 -07:00 |
|
Robert Hafner
|
55a2756d85
|
Merge pull request #133 from Lewiscowles1986/patch-3
speed up Auth on some servers
|
2015-08-01 20:16:22 -07:00 |
|
Robert Hafner
|
29bf5d835f
|
Removed unused exception.
|
2015-08-01 20:14:17 -07:00 |
|
Robert Hafner
|
2255634583
|
Merge pull request #115 from dharyk/unsupported_encodings
Fix for unsupported encodings
|
2015-08-01 20:07:31 -07:00 |
|
Robert Hafner
|
22ae7258c2
|
Merge pull request #137 from tomsommer/patch-1
Fix case where imap_fetch_overview() fails and returns empty array
|
2015-07-09 14:18:46 -07:00 |
|
Robert Hafner
|
9bcd94b866
|
Merge pull request #139 from benr77/patch-1
Update docblock with correct return type
|
2015-07-09 14:17:57 -07:00 |
|
Robert Hafner
|
99f91b71b5
|
Merge pull request #136 from Prestaspirit/master
Add FT_PEEK in processStructure method
|
2015-07-09 14:17:33 -07:00 |
|
Ben Roberts
|
bafc9d5cd6
|
Update docblock with correct return type
|
2015-06-30 12:25:36 +01:00 |
|
Tom Sommer
|
4495b9a7ca
|
Fix case where imap_fetch_overview() fails and returns empty array
|
2015-06-19 08:53:46 +02:00 |
|
Prestaspirit
|
61ac0f64ca
|
Update Message.php
Hi,
I justa added FT_PEEK flag for the seen flag is not added automatically when calling the method processStructure while the message was not read
|
2015-06-11 22:01:59 +02:00 |
|
Robert Hafner
|
129e45793c
|
Merge pull request #134 from orzilca/patch-1
Fixed issue #74
|
2015-06-06 23:10:48 -07:00 |
|
Robert Hafner
|
db525aefff
|
Merge pull request #135 from tedious/delete_mailbox
Added delete mailbox method
|
2015-06-06 23:09:52 -07:00 |
|
Robert Hafner
|
1ca08ba104
|
Fixed PSR formatting
|
2015-06-06 22:48:30 -07:00 |
|
Robert Hafner
|
eb76a808d1
|
Merge pull request #129 from VasuLief/raw-headers
getRawHeaders
|
2015-06-06 22:46:20 -07:00 |
|
Robert Hafner
|
fe3c91d471
|
Merge pull request #128 from Lewiscowles1986/patch-1
Debian / Ubuntu installation NB added!
|
2015-06-06 22:44:56 -07:00 |
|
Robert Hafner
|
6baf7fe404
|
Merge pull request #125 from benr77/imap-separator
Added method to access mailbox properties - including IMAP separator character
|
2015-06-06 22:44:26 -07:00 |
|
Robert Hafner
|
6a794a760f
|
Merge pull request #124 from benr77/undefined-variable-currentAddress
Fix for Undefined Variable: $currentAddress
|
2015-06-06 22:43:04 -07:00 |
|
Robert Hafner
|
0a4f339fcb
|
Added delete mailbox method
|
2015-06-06 22:35:25 -07:00 |
|
Robert Hafner
|
02af1096b2
|
Merge pull request #121 from kevinsmith/feature/dedicated_body_getters
Add getPlainTextMessage and getHtmlMessage methods
|
2015-06-06 22:22:05 -07:00 |
|
Or Zilca
|
774cfb2648
|
Fixed issue #74
imap_savebody() causing server error
|
2015-05-26 12:24:14 +03:00 |
|
Lewis Cowles
|
a3b85d5e32
|
Update Server.php
|
2015-05-24 13:08:32 +01:00 |
|
Lewis Cowles
|
92105be73d
|
PSR Madness
at least google led me to this for the cryptic messages... http://cs.sensiolabs.org/
|
2015-05-24 13:02:47 +01:00 |
|
Lewis Cowles
|
5317b9955f
|
PSR getting on my nerves again
|
2015-05-24 12:53:50 +01:00 |
|
Lewis Cowles
|
44a2080f3e
|
Update Server.php
|
2015-05-24 12:46:35 +01:00 |
|
Lewis Cowles
|
743ceff0de
|
logic update (should be the last)
|
2015-05-24 12:41:39 +01:00 |
|
Lewis Cowles
|
6986ef830f
|
Update MessageTest.php
|
2015-05-24 12:33:21 +01:00 |
|
Lewis Cowles
|
5e11d722ad
|
logic update...
|
2015-05-24 12:27:42 +01:00 |
|
Lewis Cowles
|
470cc114b0
|
Logic modification
|
2015-05-24 12:19:25 +01:00 |
|
Lewis Cowles
|
d52ceb17ec
|
Update MessageTest.php
|
2015-05-24 12:08:51 +01:00 |
|
Lewis Cowles
|
0034aa69e9
|
Update MessageTest.php
|
2015-05-24 12:05:01 +01:00 |
|
Lewis Cowles
|
234a771ea1
|
Update MessageTest.php
|
2015-05-24 11:56:59 +01:00 |
|
Lewis Cowles
|
e6f3992329
|
Update MessageTest.php
|
2015-05-24 11:53:23 +01:00 |
|
Lewis Cowles
|
d491510b27
|
Update MessageTest.php
|
2015-05-24 11:49:11 +01:00 |
|
Lewis Cowles
|
030dade51b
|
More PSR BS!
|
2015-05-24 11:37:16 +01:00 |
|
Lewis Cowles
|
3a53e18910
|
PSR Nonsense strikes again...
|
2015-05-24 11:31:38 +01:00 |
|
Lewis Cowles
|
35a756ee58
|
I think this should fix the PSR check
|
2015-05-24 11:26:40 +01:00 |
|
Lewis Cowles
|
cce3bbcfc1
|
Auth speed boost
|
2015-05-24 11:11:32 +01:00 |
|