
Em Andamento
Publicado
Pago na entrega
For more details please refer the attached PDF
ID do Projeto: 40294841
31 propostas
Projeto remoto
Ativo há 29 dias
Defina seu orçamento e seu prazo
Seja pago pelo seu trabalho
Descreva sua proposta
É grátis para se inscrever e fazer ofertas em trabalhos

Building a robust C# console application that interfaces with IMAP servers is right in my wheelhouse — I've developed several .NET-based email processing services handling mailbox connectivity, message parsing, and folder management using libraries like MailKit. My approach would involve creating a clean, maintainable console service leveraging MailKit/MimeKit for reliable IMAP communication, with proper connection pooling, error handling, and configurable settings for server credentials and mailbox targeting. I'd structure the solution with a layered architecture separating IMAP operations, business logic, and configuration so it's easily extensible for future requirements. I'm available to start immediately and would love to discuss the specifics in your PDF to nail down the exact workflow you need.
₹12.500 INR em 1 dia
3,5
3,5
31 freelancers estão ofertando em média ₹23.298 INR for esse trabalho

Hello I have read your requirements and can deliver the imap server according to your needs I understand that you are looking for a prototype not a full flash production server Looking forward to discuss further
₹22.000 INR em 7 dias
8,6
8,6

Hello I am Windows Desktop application developer and I have over 25 years of experience Also, I developed similar project over 15 years ago, although it were like SMTP/POP3 proxy but it worked with Microsoft Outlook, seems you need something similar for IMAP.
₹13.246 INR em 2 dias
8,0
8,0

Your IMAP service will fail in production if you don't handle connection pooling and idle timeout management correctly. Most C# IMAP implementations I've audited crash under load because they open too many concurrent connections or don't properly handle server disconnects during long-running operations. Before I architect the solution, I need clarity on two things: What's your expected email processing volume per hour, and are you dealing with multiple mailboxes simultaneously or sequential processing? Also, does your mail server enforce connection limits that we need to work around? Here's the architectural approach: - C# + MAILKIT/IMAPX: Implement connection pooling with automatic reconnection logic and exponential backoff to handle network failures without losing message state. - .NET BACKGROUND SERVICE: Build as a Windows Service or Linux daemon with proper logging, health checks, and graceful shutdown handling so it survives server restarts. - IMAP IDLE SUPPORT: Use IMAP IDLE command for real-time message monitoring instead of polling, reducing server load by 90% and ensuring sub-second notification delivery. - ERROR RECOVERY: Implement retry logic for transient failures, dead letter queue for problematic messages, and detailed logging to troubleshoot production issues without guessing. I've built 8 production IMAP services processing 500K+ emails daily for clients in legal and healthcare sectors. Let's schedule a quick call to review the PDF requirements and discuss edge cases like attachment handling and duplicate message prevention before we start development.
₹22.500 INR em 7 dias
5,5
5,5

I have 21 years of experince, IIT grad and Principal Software engineer, extensive experience with C# and .NET backend development with .NET MVC . I can handle your project.
₹25.000 INR em 7 dias
5,7
5,7

Hi, This project fits well with my experience building "network services, email protocols, and .NET backend systems". I can develop a "lightweight IMAP server in C# (.NET 6+)" that listens on port 143 and supports the minimal commands required for Outlook: "CAPABILITY, LOGIN, LIST, SELECT, FETCH, UID FETCH, and LOGOUT". The service can run as a "console app or Windows service", handle sequential client connections, and authenticate users using "SQL Server Express". Email metadata (UID, subject, sender, flags, file path, etc.) will be stored in "SQL Server", while the message body will be read from ".eml files in the filesystem" when Outlook fetches messages. I will implement "UID-based incremental synchronization" so Outlook retrieves only new emails added after the last sync, using "UIDNEXT and UIDVALIDITY logic" to ensure correct behavior. The system will be tested with "~1000 emails" to confirm Outlook loads the mailbox correctly and fetches only newly inserted emails after restart. Deliverables include "well-structured C# source code, SQL schema scripts, setup instructions, and Outlook configuration/testing steps". I’m confident I can deliver a "clean, minimal IMAP prototype that integrates reliably with Outlook and demonstrates correct incremental email retrieval." Best regards, Artak
₹12.500 INR em 7 dias
5,0
5,0

Hi, I understand you need a minimal C# IMAP service that allows Microsoft Outlook to authenticate and retrieve emails stored in SQL Express and the file system, with proper IMAP UID handling for incremental synchronization. I have experience developing backend services and protocol-based integrations, and can build a lightweight IMAP-compatible service that supports authentication, message listing, UID-based syncing, and stable Outlook connectivity. The solution will be cleanly structured, well-documented, and easy to extend if you later add more IMAP capabilities. Looking forward for your positive response in the chatbox. Best Regards, Arbaz Ali
₹20.000 INR em 5 dias
4,9
4,9

With over a decade of rock solid experience as a Full Stack Developer, I have amassed in-depth expertise in numerous dot net technologies including C#. But, it isn't just my 14 years on the field that sets me apart, it's also the wide range of applications I've built from scratch. These deeply wired with C# encompasses complex tasks and intricate interactions, entailing robust and high-performing product/service development. By relying on backend programming languages like C# and .NET, I've skillfully managed to process crucial IMAP services for clients.
₹25.000 INR em 6 dias
5,4
5,4

You need a .NET backend solution that works reliably with IMAP and handles the email processing logic described in your specification. I can build a clean C# implementation that connects securely to the mail server, processes messages efficiently, and keeps the code well-structured and maintainable. I’ve developed backend systems involving IMAP integrations and email automation using .NET and C#. I’m ready to review the PDF details and start implementing right away.
₹12.500 INR em 3 dias
3,7
3,7

Hello, I’m a full-stack developer with 8+ years of experience building secure backend systems and CMS-driven websites. I reviewed the existing site structure and can implement a clean server-side solution that converts your static page into a fully manageable website while preserving the current design. I can build a lightweight CMS with secure email/password authentication including registration, hashed password storage, password reset, and protected admin access. The admin interface will allow the client to easily edit text blocks and headings, upload and reorder images, and publish updates instantly without affecting the existing layout. For the backend, I can implement a reliable solution using WordPress with a custom admin interface or a custom backend (Node.js / PHP / .NET), depending on your preference. The system will include server-side image optimization for uploads under 2MB and protection against common vulnerabilities including CSRF, XSS, and SQL injection. Deliverables will include well-structured backend code, database migration scripts, a simple admin dashboard, deployment instructions, and a short user guide. I’m also happy to walk through the CMS in a handover call. For more details, please refer to the attached PDF. Best regards.
₹25.000 INR em 7 dias
3,4
3,4

Hi, there. I will develop a lightweight IMAP server in C# using .NET 6+ that runs as a console app or Windows service, listens on port 143, and supports Outlook authentication using SQL Server Express credentials. The service will implement the required IMAP commands (CAPABILITY, LOGIN, LIST, SELECT, FETCH, UID FETCH, LOGOUT) and retrieve email metadata from SQL while loading full message content from stored .eml files in the filesystem. The system will manage a simple INBOX mailbox structure and correctly implement UID-based synchronization so Outlook downloads only new emails during reconnects. I will structure the database schema, handle sequential client connections, and ensure stable reading of approximately 1,000 stored messages while maintaining fast response times and accurate message flags. I have built over 12 backend services in C# and .NET integrating SQL databases and file-based storage systems, achieving stable processing for thousands of records with reliable protocol handling and response times under milliseconds for metadata queries. The final delivery will include full source code, SQL scripts, setup documentation, and clear instructions for configuring Outlook and testing incremental synchronization. If this sounds good, connect in chat and we can start. Thanks, Jaroslav Caprata
₹25.000 INR em 5 dias
3,2
3,2

Hey, I can build your C# IMAP test service exactly as described. I’d make a lightweight Windows service or console app that listens on port 143, authenticates users from SQL Express, and serves emails from your .eml file store. It will implement UID-based incremental sync so Outlook fetches only new messages after the first load. The service will support the minimal IMAP commands Outlook needs (CAPABILITY, LOGIN, LIST, SELECT, FETCH, UID FETCH, LOGOUT), and the database will store mailbox metadata and email headers while the actual content lives in the filesystem. I’ll provide full source code, SQL scripts, setup instructions, and testing steps for Outlook. Once running, Outlook will authenticate, load all existing emails, and only pull newly added messages in subsequent sessions, giving you a fully functional test IMAP server for your prototype.
₹35.000 INR em 7 dias
3,0
3,0

Hope you are doing well! Lets start! Experience includes building C# console applications and background services that interact with IMAP email servers for automated email processing, retrieval, and monitoring. Past projects involved developing services that connect to IMAP accounts, read incoming messages, parse attachments, process content, and log results while handling multiple accounts and ensuring secure authentication (OAuth2 or username/password with SSL/TLS). Challenges included dealing with large mailboxes, connection timeouts, and concurrent processing; these were solved with efficient polling, background threads, and proper exception handling with retries. Deliverables include a fully functional C# console service that connects to IMAP servers, retrieves emails, processes messages/attachments, logs activity, and can run continuously in the background with configurable settings. I know what do I build for you, can complete it to your full satisfaction within your timeline. I am ready for you and waiting here. Thank you.
₹25.000 INR em 7 dias
2,9
2,9

Hello, I saw the attached PDF. I can develop the lightweight **C# IMAP test server** you described. I have strong experience with **.NET backend services, SQL Server, and email protocols**, and can build a clean prototype that works reliably with Microsoft Outlook for incremental synchronization testing. For this project I will implement: • A **C# (.NET 6+) IMAP service** running on port 143 (console app or Windows service) • **LOGIN authentication** validated against SQL Server Express • Support for the required IMAP commands: CAPABILITY, LOGIN, LIST, SELECT, FETCH, UID FETCH, LOGOUT • **UID-based incremental synchronization** so Outlook downloads only new emails • Email metadata stored in **SQL Server Express** and message content loaded from **.eml files** in the filesystem • Support for a mailbox with ~1000 emails with stable UID handling • Clean, well-structured and documented code The implementation will focus on **minimal but correct IMAP behavior required by Outlook**, ensuring the incremental sync scenario works exactly as specified. I can start immediately and complete the prototype quickly. Best regards. Jovan D.
₹25.000 INR em 7 dias
2,6
2,6

Hello, I am interested in developing the lightweight IMAP service described in your project. With over 10 years of experience in software development and strong expertise in C#/.NET, SQL Server, and Windows service applications, I am confident in delivering a clean and reliable implementation for your testing environment. I have extensive experience building backend systems, API integrations, and database-driven applications using ASP.NET, C#.NET, and SQL Server. My background also includes designing scalable architectures, working with structured data storage, and implementing service-based systems that communicate with external clients. For this project, I will develop a minimal IMAP server in C# (.NET 6+) that supports the required commands (CAPABILITY, LOGIN, LIST, SELECT, FETCH, UID FETCH, LOGOUT) and integrates with SQL Server Express for email metadata while retrieving message content from .eml files stored on the filesystem. The service will correctly implement UID-based incremental synchronization so that Outlook downloads only newly inserted messages, meeting your core testing requirement. The deliverables will include well-structured source code, SQL schema scripts, setup instructions, and Outlook testing documentation. I focus on clean architecture, clear documentation, and reliable functionality to ensure the prototype works smoothly in your testing setup. I would be happy to discuss the implementation details and timeline. Best regards, Navdeep Bagde
₹35.000 INR em 7 dias
1,6
1,6

Hello, I can build a lightweight IMAP server in C# (.NET 6+) that integrates with Microsoft Outlook and supports UID-based incremental synchronization as described in your requirements. I’m a Senior .NET Developer with strong experience in C#, SQL Server, backend services, and protocol-based integrations, and I can deliver a clean, well-structured prototype suitable for your testing environment. The solution will include: • C# IMAP service (Console App or Windows Service) listening on port 143 • LOGIN authentication validated against SQL Server Express • Support for required IMAP commands: CAPABILITY, LOGIN, LIST, SELECT, FETCH, UID FETCH, LOGOUT • Email metadata stored in SQL Server with message content stored as .eml files in the filesystem • Proper UID handling for incremental sync, ensuring Outlook fetches only newly added emails • Support for an initial mailbox containing ~1000 emails • Clean, documented, and maintainable code Deliverables will include the complete source code, SQL schema scripts, setup instructions, and Outlook testing guide. Estimated delivery: 5–7 days. I’d be happy to discuss the details and start immediately. Best regards, Muhammad Mueen Senior .NET Developer
₹30.000 INR em 5 dias
1,2
1,2

Hello , I hope this message finds you well. I have thoroughly reviewed the attached PDF detailing your project requirements for the C# Console IMAP Service. I understand the need for a robust and efficient solution to handle IMAP service within a C# console application. My technical approach involves structuring the solution with a clean architecture that prioritizes reusability, scalability, and maintainable code practices. I will implement a problem-solving methodology that ensures the efficient handling of IMAP services within the console application. I am confident in my ability to deliver a high-quality solution that meets your expectations. I am ready to collaborate with you on this project and start working on it immediately. Looking forward to the opportunity to work together. Kind Regards, Nikunj P.S. I believe in delivering solutions that not only meet requirements but also add long-term value to your project.
₹35.000 INR em 7 dias
0,0
0,0

Hi, I’ve reviewed your specification and can build a lightweight IMAP server in C# (.NET 6+) that allows Microsoft Outlook to authenticate, read emails stored in SQL Server Express, and stream message content from .eml files in the filesystem. The service will support the required IMAP commands (CAPABILITY, LOGIN, LIST, SELECT, FETCH, UID FETCH, LOGOUT) and correctly implement UIDVALIDITY/UIDNEXT logic so Outlook performs incremental synchronization and downloads only newly added emails. I’ll structure the solution with a clean architecture (IMAP protocol handler, database layer, and email file service), provide SQL schema scripts, complete source code, and clear instructions to run the service and configure Outlook for testing with your 1000+ email scenario. I’m ready to start immediately. Best regards, Ashwin
₹14.500 INR em 5 dias
0,0
0,0

With my profound expertise in Full-Stack Development and extensive competency in utilizing IMAP, I firmly believe that I am the best candidate for your C# Console IMAP Service project. Having developed scalable SaaS applications and web solutions, I possess the necessary skill set to build an efficient and reliable IMAP service that aligns perfectly with your needs. Throughout my career, I have demonstrated the ability to translate client requirements into well-designed and intuitive digital products, a process which is crucial when working on projects such as this. My proficiency in C#, combined with my understanding of backend systems like Node.js and Supabase will be instrumental in crafting a robust solution for your email management needs. Moreover, my experience with secure authentication protocols would ensure that your email service is not only highly performant but also protected from any potential vulnerabilities. I value clean, production-ready code and this would be reflected in the high-quality work I provide for your project. Thank you for considering me as it would be a privilege to bring my expertise to your team.
₹20.000 INR em 2 dias
0,0
0,0

Hi, I’d be happy to work on your project. I have 12+ years of experience in developing customized software tools, web applications, and desktop solutions for both internal teams and external clients. My skills include C, C++, C#, ASP.NET (WinForms & MVC), .NET Core, WPF, Flutter, and database work with MS SQL & MySQL. I’ve also built and integrated RESTful APIs and modern web interfaces using HTML, CSS, Bootstrap, JavaScript, and jQuery. Let’s connect and discuss further.
₹15.000 INR em 2 dias
0,0
0,0

When I first read the specs I was a bit worried, but as this is a prototype, then your specs make complete since. My concerns are around security and such. I can get this working no issues in 2 days or less. I'm an expert in both SQL and C#. I would love the chance to talk to you about the approach and see if it is a good fit for you. If you like the approach, then I can get it done and delivered.
₹25.000 INR em 2 dias
0,0
0,0

Hyderabad, India
Método de pagamento verificado
Membro desde fev. 22, 2014
₹12500-37500 INR
₹600-1500 INR
₹12500-37500 INR
₹12500-37500 INR
₹12500-37500 INR
$250-750 USD
₹600-1500 INR
$15-25 USD / hora
$2-8 USD / hora
$30-250 USD
₹12500-37500 INR
₹600-1500 INR
₹750-1250 INR / hora
$2-8 USD / hora
₹750-1250 INR / hora
₹400-750 INR / hora
£750-1500 GBP
₹12500-37500 INR
$250-750 USD
$25-50 USD / hora
₹150000-250000 INR
₹37500-75000 INR
₹37500-75000 INR
₹12500-37500 INR
$10-30 USD