Commit Graph

263 Commits

Author SHA1 Message Date
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
Lewis Cowles
53b3aabca0 updated test to encompass new numMessages syntax 2015-05-24 10:46:32 +01:00
Lewis Cowles
9c3fe885e8 Update ServerTest.php 2015-05-24 10:41:14 +01:00
Lewis Cowles
c40d2ce48c more accurate check with support for zero 2015-05-24 10:38:53 +01:00
Lewis Cowles
397b748370 can now get number of messages in a sub-folder 2015-05-23 23:10:58 +01:00
Dieter Funk
5f3a078ac5 psr fix 2015-05-12 15:47:32 +02:00
Ben Roberts
1c526b989b Fixed indentation 2015-05-12 14:30:03 +02:00
Ben Roberts
ec9c2ff671 Fixed indentation 2015-05-12 14:22:24 +02:00
Dieter Funk
8d7a9c271b use space instead of tabs as indentation 2015-05-12 13:53:59 +02:00
Dieter Funk
45b8a2d5e2 fixes 2015-05-12 13:50:00 +02:00
Dieter Funk
c8c61d017e added new function to fetch raw headers from mail 2015-05-07 09:51:13 +02:00
Lewis Cowles
ccae718aa1 Debian / Ubuntu installation NB added! 2015-05-06 13:57:13 +01:00
Robert Hafner
6a6d909c17 Merge pull request #126 from kevinsmith/hotfix/fix_reset_imapstream
Fix an issue where the IMAP stream isn't reloaded after it's lost.
2015-03-31 09:57:57 -07:00
Kevin Smith
f0b6c14632 Fix an issue where the IMAP stream isn't reloaded after it's lost.
If $this->imapStream is lost, it will return 0. These conditionals evalute 0 as a set variable, therefore they don't reload the stream even though they should.
2015-03-30 20:13:19 -05:00