Commit Graph

295 Commits

Author SHA1 Message Date
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
Ben Roberts
545489ee10 Added method to access mailbox properties 2015-03-27 06:53:52 +01:00
Ben Roberts
6ad63d3b35 Ensure variable gets set correctly 2015-03-27 06:14:54 +01:00
Kevin Smith
fd9784d14d Update method names to refer specifically to body part of the message rather than the whole message itself. 2015-03-24 12:54:42 -05:00
Kevin Smith
0fb02cad2c Add getPlainTextMessage and getHtmlMessage methods. 2015-03-13 17:06:07 -05:00
Robert Hafner
b5b790ea75 Merge pull request #90 from guiguidu31300/master
UTF-8 Translation
2015-02-05 23:41:24 -08:00
Robert Hafner
a258847cac Fixed braces (psr goodness) 2015-02-05 23:39:31 -08:00
Robert Hafner
6f713cb97d Merge pull request #98 from gwarnants/master
Allow setFlags() to set multiple flags as an array + minor code reviews
2015-02-05 23:35:41 -08:00
Robert Hafner
413fc24ba1 Merge pull request #44 from dangerous/master
Allow the passing of connection parameters to imap_open()
2015-02-05 23:33:21 -08:00
Robert Hafner
4adad3f685 Merge pull request #96 from gpilla/master
Added check on Message::processAddressObject()
2015-02-05 23:29:37 -08:00
Miguel Guerreiro
886a1fe82e Fix for unsupported encodings
When using mb_convert_encoding, check identified charset against list of available encodings. If none match use US-ASCII if encoding is 7-bit; UTF-8 otherwise.

When using iconv, suppress errors and check if the function returns false
2015-01-27 10:04:47 +00:00
Robert Hafner
ba247b861d Merge pull request #111 from eleazan/patch-1
Update composer version
2015-01-08 09:25:15 -08:00
Andrés
ac1406f52c Update composer version
Add to readme the correct composer version
2015-01-08 10:57:19 +01:00
Robert Hafner
3c5402c0aa Merge pull request #110 from tedious/travis_updates
Updating travis-ci to test more versions and enable fast_finish
2015-01-07 19:50:36 -08:00
Robert Hafner
7b5fa936ff Fixed allowed_failures formatting 2015-01-07 19:41:48 -08:00
Robert Hafner
bc031ea316 Added fast_finish and more php versions 2015-01-07 19:39:27 -08:00
Robert Hafner
154a84fdfa Merge pull request #109 from tedious/release-0.6.1
Changed function names for cs consistency
2015-01-07 19:22:20 -08:00
Robert Hafner
741a9eabc1 Changed function names for cs consistency 2015-01-07 19:18:16 -08:00
Robert Hafner
08ff0caa1c Merge pull request #106 from luxifer/fix-message-decoding
Fix message decoding
2014-12-19 12:00:06 -05:00