Commit Graph

211 Commits

Author SHA1 Message Date
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
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
Robert Hafner
4de6c93e4d Merge pull request #73 from rejinka/master
Added a dependency
2014-09-24 16:54:28 -07:00
Bernhard Breytenbach
38dd385cb8 Catch exceptions from mb_convert_encoding and default to iconv 2014-09-17 21:56:59 +02:00
Florent Viel
e8843a11f2 cs fixer 2014-08-26 18:41:21 +02:00
Florent Viel
5e78459970 Fix: launch list test before create test 2014-08-26 18:25:15 +02:00
Florent Viel
8d29ddeb73 Add: listMailbox function 2014-08-26 17:59:05 +02:00
Bernhard Breytenbach
b96c24a3e9 Merge branch 'fix-attachment-encoding' 2014-08-25 14:30:00 +02:00
Bernhard Breytenbach
3e9400bfe0 Fix Attachment encoding problem when saving to disk
The case statement returned true for 0 == 'quoted-printable',
and base64 decoded all 7bit encoded attachments.
I have removed the string representations as an int is always
returned by PHP's imap functions for encoding type.
2014-08-25 14:29:36 +02:00
Bernhard Breytenbach
6a581535e4 Code cleanup for Attatchment::saveAs() 2014-08-25 14:15:35 +02:00
Viacheslav Sychov
de108c0e86 add attachment emails support 2014-08-15 17:55:19 +03:00
Viacheslav Sychov
13c7fe2d7d fixed usage not-exists property 2014-08-15 16:56:20 +03:00
Bernhard Breytenbach
03720bdb55 Merge pull request #2 from Xethron/stream-filter-fix
Fix typo in stream filter
2014-08-15 14:21:24 +02:00
Bernhard Breytenbach
b0c372ee6d Fix typo in stream filter 2014-08-15 14:16:34 +02:00
Bernhard Breytenbach
5c717c9f21 Merge pull request #1 from Xethron/date-fix
Bugfix: Set overview/header date field to null if not set
2014-08-12 12:29:45 +02:00