Skip to content

Releases: Webklex/laravel-imap

1.1.0

24 Apr 16:37
Compare
Choose a tag to compare
  • Client::createFolder($name) fixed #91
  • Versions will now follow basic Semantic Versioning guidelines (MAJOR.MINOR.PATCH)
  • Connection validation added
  • Client::renameFolder($old_name, $new_name) and Client::deleteFolder($name) methods added #91
  • Find the folder containing a message #92
  • Change all incoming encodings to iconv() supported ones #94

1.0.5.9

14 Apr 01:59
Compare
Choose a tag to compare
  • Handle Carbon instances in message search criteria #82
  • $message->getRawBody() throws Exception #88
  • Request: add getReferences method to Message class #83

1.0.5.8

08 Apr 21:36
7bbce7c
Compare
Choose a tag to compare
  • Specify provider name when publishing the config #80
  • Enable package discovery #81

1.0.5.7

04 Apr 21:47
Compare
Choose a tag to compare
  • Added option for optional attachment download #76
  • Added option for optional body download
  • Renamed "fetch" parameters
  • hasAttachment() method added

1.0.5.6

03 Apr 15:46
Compare
Choose a tag to compare
  • More explicit date validation statements
  • Resolving getMessage is not returning the body of the message #75

1.0.5.5

28 Mar 18:09
Compare
Choose a tag to compare
  • New validation rule for a new invalid date format added (Exception Parse Data #45)
  • Default config keys are now fixed (Confusing default configuration values #66)

1.0.5.4

27 Mar 21:57
Compare
Choose a tag to compare
  • Clear error stack before imap_close #72

1.0.5.3

18 Mar 17:12
Compare
Choose a tag to compare
  • FolderCollection::class added
  • Comments updated

1.0.5.2

18 Mar 01:06
Compare
Choose a tag to compare
  • Attachment::save() method added
  • Unnecessary methods declared deprecated

1.0.5.1

16 Mar 19:18
Compare
Choose a tag to compare
  • Message collection moved to Support
  • Attachment collection added
  • Attachment class added