Skip to content
Open

main #16

Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
3d5c1a6
Merge pull request #1 from conjoon/dev
ThorstenSuckow May 11, 2022
de42196
Merge pull request #2 from conjoon/dev
ThorstenSuckow May 11, 2022
37d599f
Merge pull request #3 from conjoon/dev
ThorstenSuckow May 11, 2022
4d9b6f5
Merge pull request #4 from conjoon/dev
ThorstenSuckow May 11, 2022
eb77197
Merge pull request #9 from conjoon/php-lib-conjoon#8
ThorstenSuckow Nov 2, 2022
6fa0737
Merge pull request #10 from conjoon/php-lib-conjoon#8
ThorstenSuckow Nov 2, 2022
2bf91d5
Revert "Merge pull request #9 from conjoon/php-lib-conjoon#8"
Nov 2, 2022
5ef0ef5
Revert "Revert "Merge pull request #9 from conjoon/php-lib-conjoon#8""
Nov 9, 2022
40bcb6a
Revert "refactor: transform only first parent into resource linkage"
Nov 9, 2022
d54c003
style: update sources according to coding standards
Nov 9, 2022
6ad5cec
refactor: rename MailAccount's "root" to "subscriptions"
ThorstenSuckow Jan 5, 2023
ba89d99
refactor: re-organize namespaces of auth related classes
ThorstenSuckow Jan 5, 2023
050d88c
feat: add LocalAccountProvider for extracting account info from reque…
ThorstenSuckow Jan 5, 2023
8c5b7c2
fix: username/password not set for MailAccount
ThorstenSuckow Jan 6, 2023
4626f37
chore(style): update source code formatting according to PSR-12
ThorstenSuckow Jan 28, 2023
3d803e3
Merge pull request #14 from conjoon/conjoon#23
ThorstenSuckow Jan 28, 2023
43c2512
Merge pull request #15 from conjoon/dev
ThorstenSuckow Jan 28, 2023
ec170f3
fix: sending emails fail when comma appears in recipient name
ThorstenSuckow Feb 22, 2023
d8a0989
fix: the "name"-part of a MailAddress gets quoted multiple times
ThorstenSuckow May 3, 2023
869cda6
Merge pull request #19 from conjoon/php-lib-conjoon#18
ThorstenSuckow May 3, 2023
b8255dc
fix: use dev-FRAMEWORK_6_0 with recent fix as downstream for horde/mail
ThorstenSuckow May 3, 2023
2a3c140
Merge pull request #20 from conjoon/php-lib-conjoon#18
ThorstenSuckow May 3, 2023
32fa4b5
chore(style): update source code formatting accorging to PSR-12
ThorstenSuckow May 3, 2023
045b180
Merge pull request #21 from conjoon/php-lib-conjoon#18
ThorstenSuckow May 3, 2023
cef61a7
feat: add PHP8 compatibility
ThorstenSuckow Feb 1, 2024
fef7382
refactor(tests): remove error reporting for warning
ThorstenSuckow Feb 1, 2024
76240de
Merge pull request #24 from conjoon/php-lib-conjoon#23
ThorstenSuckow Feb 1, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 1 addition & 1 deletion .github/workflows/run.tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

strategy:
matrix:
php: [7.4]
php: [8.1]
dependency-version: [prefer-stable]

name: P${{ matrix.php }}
Expand Down
Loading