Liking cljdoc? Tell your friends :D

Change Log

All notable changes to this project will be documented in this file. This change log follows the conventions of keepachangelog.com.

[Unreleased]

[3.5.1] - 2021-05-12

Fix

  • rename message/frc822 to message/rfc822

[3.5.0] - 2021-05-12

Changed

  • remove byte-streams dependency

[3.4.0] - 2021-05-12

Changed

  • bodyparts of type application/** are converted into a byte array

[3.3.0] - 2021-05-06

Added

  • include a :headers set in result map from get-message

[3.2.0] - 2021-05-06

Added

  • include :received-date and :sent-date in result map from get-message

[3.1.0] - 2021-05-06

Changed

  • define constants as ^:constant

[3.0.0] - 2021-05-06

Changed

  • extras/get-message returns a single address in :from. Until now it contained an array

[2.0.2] - 2021-05-06

Fixed

  • part of transition of pluralization of on-message-added and on-message-removed

[2.0.1] - 2021-05-06

Fixed

  • part of transition of pluralization of on-message-added and on-message-removed

[2.0.0] - 2021-05-06

Fixed

  • pluralize keys on-message-added and on-message-removed to comform to functions in jakarta.mail.event.MessageCountListener. (now on-messages-added and on-messages-removed)

[2.0.0] - 2021-05-06

Fixed

  • pluralize keys on-message-added and on-message-removed to comform to functions in jakarta.mail.event.MessageCountListener. (now on-messages-added and on-messages-removed)

[1.1.2] - 2021-05-04

Changed

  • create a new session when calling (session properties) instead of using Session/getDefaultInstance

[1.1.1] - 2021-05-04

Changed

  • change from macro to function get-message, as it isn't necessary here
  • standardize naming of of parsing functions

[1.1.0] - 2021-05-04

Added

  • parse-address and parse-addresses
  • bodyparts and bodyparts--helper
  • get-message

[1.0.0] - 2021-04-29

Changed

  • call on-message-[added|removed] with a Clojure array instead of a Java one

[0.6.3-SNAPSHOT] - 2021-04-26

Changed

  • license change from MIT to AGPL

[0.6.2-SNAPSHOT] - 2021-04-22

fixed

  • modify-flag function contained an error

[0.6.1] - 2021-04-22

Changed

  • use correct path for folder-modes

fixed

  • filter-by function contained an error

[0.6.0] - 2021-04-22

Changed

  • add filter-by and modify-flag functions

[0.5.1] - 2021-04-22

Changed

  • export enums into imap-observer.extras

[0.5.0] - 2021-04-22

Added

  • add message-flags map for exporting message flags

Changed

  • rename folder-mode to folder-modes

[0.4.0] - 2021-04-22

Added

  • add folder-mode map for exporting folder mode constants.

[0.3.0] - 2021-04-17

Added

  • add :on-folder-opened as a folder-option

[0.2.2] - 2021-04-17

Fixed

  • Wrong function execution on return value of function behind on-message-removed

[0.2.1] - 2017-06-20

Changed

  • simplify code structure for function as-properties and defrecord IdleManager

[0.2.0] - 2017-06-20

Added

  • add timeout example

Changed

  • fix namespace of dev/user.clj

Removed

  • remove functions outside of projects scope

[0.1.0-SNAPSHOT] - 2021-04-04

  • First commits laying out system structure.

Can you improve this documentation?Edit on GitHub

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close