feat: jmap support - part 2b - #12871
Conversation
ee47083 to
2bb3cfd
Compare
4655ec5 to
6d90ed1
Compare
2bb3cfd to
9b9586f
Compare
6d90ed1 to
d0c63d4
Compare
251b435 to
5b60e5c
Compare
d0c63d4 to
8854938
Compare
5b60e5c to
8282cda
Compare
8854938 to
6939e95
Compare
8282cda to
03eedbb
Compare
9a63ade to
8c758e3
Compare
24b1df0 to
a64d2f8
Compare
8a87336 to
bd44a04
Compare
17b0c71 to
5cf5507
Compare
odzhychko
left a comment
There was a problem hiding this comment.
I cannot connect to a server. For some reason HTTP is used instead of HTTPS:
php occ mail:account:diagnose -- 3
Xdebug: [Step Debug] Could not connect to debugging client. Tried: localhost:9003 (through xdebug.client_host/xdebug.client_port).
Mail Account Connection Test
============================
---------------- ----------------------
Account ID 3
Email ****@fastmail.com
Name JmapAccountA
Protocol jmap
Authentication password
---------------- ----------------------
JMAP Test
---------
---------- -------------------------------------------
Server https://api.fastmail.com:443/jmap/session
Username ****@fastmail.com
Security ssl
---------- -------------------------------------------
Opening JMAP session...
[ERROR] JMAP connection test failed: Request to http://api.fastmail.com:443/jmap/session failed with status 400 Bad Request
My bad. I used the a wrong configuration value ("ssl" instead of "yes") I will continue testing. |
For now I testedMailbox operations (all work)
Mailbox operations 1/2 (one issue)
Some other issues, each as separate comment. Later I plan to testMailbox operations 2/2 ()
Console operations
|
|
Amazing! Thank you @odzhychko |
f0b24ae to
a5db2be
Compare
d2a47e5 to
53279d1
Compare
Results testing Mailbox operations 2/2
|
Results testing console operations
|
|
@SebastianKrupinski I finished the first round of testing 😄 |
Thank you so much!!! Totally appreciate it!!! |
Fixed |
|
Hey @odzhychko You can retest the sending it has been fixed. I've also rebase to the most recent version of mail |
|
Ready with retesting the opened issues.
|
Okay, all these are fix/resolved, and changes pushed. I think that takes care of all the issues, you found |
Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com>
Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com>
Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com>
Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com>
Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com>
Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com>
Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com>
Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com>
Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com>
Summary
Testing
This PR coverts message sending ONLY
Basically every operation that interacts with a external Imap or Jmap server needs to be tested... Twice... once on a Imap account/server then on a Jmap account/server
Message Operations