Skip to content
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

Use junk role for Spam/Junk folder #2969

Merged
merged 2 commits into from
Jul 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion contact/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -564,7 +564,7 @@ packages:
description:
path: "."
ref: master
resolved-ref: "21d15bc1a6a75e048ee1e3cd751dd0815492ce20"
resolved-ref: "1e7d1e2aaaca2a079b997aa2188e8e7039e2ad72"
url: "https://github.com/linagora/jmap-dart-client.git"
source: git
version: "0.0.1"
Expand Down
2 changes: 1 addition & 1 deletion email_recovery/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ packages:
description:
path: "."
ref: master
resolved-ref: "21d15bc1a6a75e048ee1e3cd751dd0815492ce20"
resolved-ref: "1e7d1e2aaaca2a079b997aa2188e8e7039e2ad72"
url: "https://github.com/linagora/jmap-dart-client.git"
source: git
version: "0.0.1"
Expand Down
2 changes: 1 addition & 1 deletion fcm/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ packages:
description:
path: "."
ref: master
resolved-ref: "21d15bc1a6a75e048ee1e3cd751dd0815492ce20"
resolved-ref: "1e7d1e2aaaca2a079b997aa2188e8e7039e2ad72"
url: "https://github.com/linagora/jmap-dart-client.git"
source: git
version: "0.0.1"
Expand Down
2 changes: 1 addition & 1 deletion forward/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ packages:
description:
path: "."
ref: master
resolved-ref: "21d15bc1a6a75e048ee1e3cd751dd0815492ce20"
resolved-ref: "1e7d1e2aaaca2a079b997aa2188e8e7039e2ad72"
url: "https://github.com/linagora/jmap-dart-client.git"
source: git
version: "0.0.1"
Expand Down
2 changes: 1 addition & 1 deletion model/lib/mailbox/presentation_mailbox.dart
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class PresentationMailbox with EquatableMixin {
static const String templatesRole= 'templates';
static const String outboxRole = 'outbox';
static const String draftsRole = 'drafts';
static const String spamRole = 'spam';
static const String spamRole = 'junk';
static const String archiveRole = 'archive';
static const String recoveredRole = 'restored messages';

Expand Down
2 changes: 1 addition & 1 deletion model/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -556,7 +556,7 @@ packages:
description:
path: "."
ref: master
resolved-ref: "21d15bc1a6a75e048ee1e3cd751dd0815492ce20"
resolved-ref: "1e7d1e2aaaca2a079b997aa2188e8e7039e2ad72"
url: "https://github.com/linagora/jmap-dart-client.git"
source: git
version: "0.0.1"
Expand Down
2 changes: 1 addition & 1 deletion pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1132,7 +1132,7 @@ packages:
description:
path: "."
ref: master
resolved-ref: "21d15bc1a6a75e048ee1e3cd751dd0815492ce20"
resolved-ref: "1e7d1e2aaaca2a079b997aa2188e8e7039e2ad72"
url: "https://github.com/linagora/jmap-dart-client.git"
source: git
version: "0.0.1"
Expand Down
2 changes: 1 addition & 1 deletion rule_filter/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ packages:
description:
path: "."
ref: master
resolved-ref: "21d15bc1a6a75e048ee1e3cd751dd0815492ce20"
resolved-ref: "1e7d1e2aaaca2a079b997aa2188e8e7039e2ad72"
url: "https://github.com/linagora/jmap-dart-client.git"
source: git
version: "0.0.1"
Expand Down
1 change: 0 additions & 1 deletion server_settings/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ migrate_working_dir/

# Flutter/Dart/Pub related
# Libraries should not include pubspec.lock, per https://dart.dev/guides/libraries/private-files#pubspeclock.
/pubspec.lock
**/doc/api/
.dart_tool/
build/
Loading
Loading