May 2020 Summaries
3 posts from Nylas
Filter
Month:
Year:
Post Summaries
Back to Blog
Effective email deliverability hinges on several authentication methods, primarily SPF, DKIM, and DMARC, which help manage and secure the sending and receipt of emails. SPF authenticates by verifying the IP addresses allowed to send emails for a domain, helping to reduce spam. DKIM adds a layer of security by using encryption to ensure that emails are not altered in transit, akin to verifying a signature on a letter. DMARC builds on SPF and DKIM by allowing senders to specify policies and receive feedback on email authentication, reducing spoofing attacks and improving overall deliverability. These methods are essential for maintaining the integrity and reliability of email communications, especially for businesses where email deliverability is crucial. Companies like Nylas offer integrated solutions to streamline these processes and enhance deliverability across all email service providers.
May 14, 2020
858 words in the original blog post.
Microsoft's Exchange Web Services (EWS) offers an Exchange Calendar API, which enables the integration of Exchange calendar functionalities into applications through a SOAP implementation and a C# client library, providing access to Exchange Online and server calendars. The integration process requires authentication of user accounts, with complexities in handling events, recurring appointments, and free/busy scheduling. The Nylas Platform simplifies this by providing a modern RESTful interface that abstracts much of the complexity involved, offering a standardized JSON format and SDKs for various programming languages. Nylas not only supports Exchange but also facilitates integration with other calendar providers, enhancing efficiency and reducing development time significantly compared to direct EWS integration. The platform allows for easy management of recurring events, free/busy detection, and offers advanced features like a scheduler, making it a comprehensive solution for building robust calendar integrations.
May 13, 2020
2,470 words in the original blog post.
Microsoft is deprecating Basic Authentication for several Exchange Online protocols, including Exchange Web Services (EWS) and Exchange ActiveSync (EAS), in favor of the more secure, token-based OAuth 2.0 Modern Authentication. This transition is driven by security concerns, as Basic Authentication relies on username and password credentials which can be vulnerable if not properly secured, whereas OAuth 2.0 uses tokens that offer more control and granularity over access. The timeline for this shift has been adjusted due to the COVID-19 pandemic, with existing tenants receiving indefinite support until further notice, while new or inactive tenants have Basic Authentication disabled by default since October 2020. Nylas offers APIs that facilitate this transition by providing seamless integration with various email, calendar, and contact providers, reducing both development time and costs. The company is committed to supporting its customers through the transition, offering resources and guidance to optimize security and data access with their integration offerings.
May 05, 2020
1,179 words in the original blog post.