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
56bfbeca58a2e876d1a3acf5d8abe3b062071b8b
Wino-Mail/Wino.Messages/UI/CopyAuthURLRequested.cs

9 lines
308 B
C#
Raw Normal View History

SSL Handshake Prompt for IMAP (#381) * Fix an incorrect namespace for copy auth url request. * Implemented SSL handshake process for testing imap configuration. * Implemented SSL handshake process for testing imap configuration. * Replace certificate PathIcon with WinoFontIcon in XAML.
2024-09-14 21:51:43 +02:00
namespace Wino.Messaging.UI
Ability to copying authorization URL for Gmail (#375) * Implemented copying auth URL for Gmail authentication. * Update Button icon and add row spacing in Flyout grid The icon used in the Button.Content has been updated to a new design and is now wrapped inside a Viewbox with a width of 20 to ensure proper scaling. Additionally, the Grid inside the Flyout now includes RowSpacing="12" to improve visual separation between rows.
2024-09-14 01:17:03 +02:00
{
/// <summary>
/// When authenticators are proposed to copy the auth URL on the UI.
/// </summary>
/// <param name="AuthURL">URL to be copied to clipboard.</param>
public record CopyAuthURLRequested(string AuthURL) : UIMessageBase<CopyAuthURLRequested>;
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.3 Page: 21ms 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