Commit Graph

224 Commits

Author SHA1 Message Date
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
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
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
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
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
Florent Viel
bcdc85d5d8 Revert "fix message decoding"
This reverts commit 378bfbdbe0.
2014-12-16 15:34:55 +01:00
Florent Viel
378bfbdbe0 fix message decoding 2014-12-16 15:04:08 +01:00
Florent Viel
6124cdef74 fix html fetch 2014-12-16 15:04:08 +01:00
Robert Hafner
933cf095b8 Merge pull request #63 from AaronVanGeffen/master
Making the sender address easily accessibly through Message::getAddresses
2014-12-01 21:21:22 -08:00
Aaron van Geffen
cc8631581b Make the sender address easily accessibly through Message::getAddresses('sender'). 2014-12-01 21:57:54 +01:00
Geoffray
928d37c25f minor regex optimization to convert br to eol 2014-11-01 09:35:31 +01:00
Geoffray
56983f0365 allow setFlags() to set multiple flags as an array 2014-11-01 09:11:38 +01:00
Geoffray
4027b05fc6 using class constants in stead of raw strings 2014-11-01 09:03:49 +01:00
Gustavo Pilla
37203c6697 Added check on Message::processAddressObject()
Added check if the mail addresses are really a email address on  Message::processAddressObject()

The error is when the address is for example: undisclosed-recipients
2014-10-22 19:30:19 -03:00
Guillaume RODRIGUEZ
989e77b758 UTF-8 Translation 2014-09-27 19:07:47 +02:00
Robert Hafner
501d5d0974 Merge pull request #88 from Xethron/catch-mb_convert_encoding-exceptions
Catch mb convert encoding exceptions
2014-09-24 23:44:51 -07:00
Bernhard Breytenbach
3e61c32056 Fix control_spaces PSR error 2014-09-25 08:09:52 +02:00
Robert Hafner
d75a7e3f5c Merge pull request #89 from tedious/dependency-update
Dependency Update
2014-09-24 18:54:51 -07:00
Robert Hafner
e8ae09423f Updated php-cs-fixer 2014-09-24 18:46:49 -07:00
Robert Hafner
40e6427cf1 Updated phpunit 2014-09-24 18:45:01 -07:00
Robert Hafner
c5ce7778ec Merge pull request #76 from Xethron/date-fix
Bugfix: Set overview/header date field to null if not set
2014-09-24 17:05:31 -07:00
Robert Hafner
04600acf8d Merge pull request #82 from Xethron/fix-attachment-encoding
Fix attachment encoding bug introduced in 6f09bdc2
2014-09-24 17:03:42 -07:00
Robert Hafner
c2f694303d Merge pull request #78 from Xethron/stream-filter-fix
Fix typo in stream filter
2014-09-24 17:01:48 -07:00
Robert Hafner
dea2cfbe86 Merge pull request #80 from vsychov/rfc822-messages
added attachment emails support
2014-09-24 16:59:49 -07:00
Robert Hafner
b406e04899 Merge pull request #79 from vsychov/master
fixed usage not-exists property
2014-09-24 16:57:55 -07:00
Robert Hafner
94f2a5fceb Merge pull request #84 from luxifer/imap-list
Add: listMailbox function
2014-09-24 16:56:53 -07:00