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

EmailDestination bug #124

Closed
alexandre-lecoq opened this issue May 3, 2019 · 2 comments
Closed

EmailDestination bug #124

alexandre-lecoq opened this issue May 3, 2019 · 2 comments

Comments

@alexandre-lecoq
Copy link

		static EmailDestination()
		{
			// Logic to decide what email implementation we use
			if (EmailConfigHelper.HasMapi())
			{
				_isActiveFlag = false;
				_mapiClient = EmailConfigHelper.GetMapiClient();
				if (!string.IsNullOrEmpty(_mapiClient))
				{
					// Active as we have a mapi client, can be disabled later
					_isActiveFlag = true;
				}
			}
		}

_isActiveFlag should not be set to true in the first place.

@Lakritzator
Copy link
Member

Hi Alexandre,

I'm not really sure what you mean by this, can you give me some context?

Thanks,
Robin

Lakritzator added a commit that referenced this issue Feb 11, 2020
Also made sure the office plugin is not configurable, as it shouldn't be.
@Lakritzator
Copy link
Member

I think I got it, fixed in the next release. Not release plan yet.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants