-
Notifications
You must be signed in to change notification settings - Fork 79
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TF-942 Auto generate missing default mailboxes in client side #974
TF-942 Auto generate missing default mailboxes in client side #974
Conversation
lib/features/composer/domain/usecases/send_email_interactor.dart
Outdated
Show resolved
Hide resolved
hi @chibenwa @Arsnael How we can create mailbox and send email in the same JMAP request. I tried, but the Use-case
Proposal
Please help me to compose the JMAP request with it if we can. (We are implementing it in 2 separate JMAP requests) |
bb87868
to
a6a605a
Compare
Should work with something like that: Arsnael/james-project@622748f If not tell me what's wrong and we can look deeper into this This being the answer I get from the server:
|
@Arsnael Cool, Thanks u. |
a6a605a
to
6044225
Compare
#942
Related
ReferencePath
jmap-dart-client#38IdConverter
withReferenceId
in json string jmap-dart-client#39Resolved
jmap.linagora.com
Screen.Recording.2022-09-23.at.12.59.26.mov
api.fastmail.com
has mailbox with nameOutbox
Screen.Recording.2022-09-23.at.15.00.20.mov
api.fastmail.com
has not mailbox with nameOutbox
Screen.Recording.2022-09-23.at.15.01.48.mov