Logo
Explore Help
Register Sign In
javier/Wino-Mail
1
0
Fork 0
You've already forked Wino-Mail
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
Files
f9c53ca2c990866cb39d2e50b22e3b144a04dab5
Wino-Mail/Wino.Core.Domain/Exceptions/InvalidMoveTargetException.cs

10 lines
237 B
C#
Raw Normal View History

Initial commit.
2024-04-18 01:44:37 +02:00
using System;
Gmail - Archive/Unarchive (#582) * Disable timer back sync for debug builds. * Archive / unarchive feature for Gmail. * Archive folder name override for Gmail. * Possible crash fix when the next item is being selected after a mail is removed. * Restore proper account selection after pin/unpin of folder. * Making sure that incorrect arcive folder id is not saved in Gmailsynchronizer due to migration.
2025-02-23 17:05:46 +01:00
using Wino.Core.Domain.Enums;
Initial commit.
2024-04-18 01:44:37 +02:00
file scoped namespaces (#565)
2025-02-16 11:54:23 +01:00
namespace Wino.Core.Domain.Exceptions;
Gmail - Archive/Unarchive (#582) * Disable timer back sync for debug builds. * Archive / unarchive feature for Gmail. * Archive folder name override for Gmail. * Possible crash fix when the next item is being selected after a mail is removed. * Restore proper account selection after pin/unpin of folder. * Making sure that incorrect arcive folder id is not saved in Gmailsynchronizer due to migration.
2025-02-23 17:05:46 +01:00
public class InvalidMoveTargetException(InvalidMoveTargetReason reason) : Exception
{
public InvalidMoveTargetReason Reason { get; } = reason;
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.3 Page: 29ms Template: 1ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API