Activity for Aegis Implicit Mail (AIM)

  • bysiu bysiu posted a comment on discussion Bug Report

    using AegisImplicitMail; IConfiguration _config; MimeMailer _oSMTPAIMClient; public MessageSender(IConfiguration config) { public Task SendEmailAsync(string email, string subject, string message) { _oSMTPAIMClient = new MimeMailer( _config.GetValue<string>("Email:Host"), // (smtp.office365.com) _config.GetValue<int>("Email:Port") //465 ); _oSMTPAIMClient.Credentials = new System.Net.NetworkCredential( _config.GetValue<string>("Email:Username"), _config.GetValue<string>("Email:Password") ); _oSMTPAIMClient.EnableImplicitSsl...

  • Araz Farhang Dareshuri Araz Farhang Dareshuri posted a comment on discussion Bug Report

    Hi and thank for using AIM, it is very hard to give you an answer based on what you provide, please send the code and logs On 24 Sep 2020, at 4:38 PM, bysiu bysiu@users.sourceforge.net wrote: Hi, Maybe I'm doing something wrong ? I've got: host: smtp.office365.com port: 587 EnableImplicitSsl: true (nor false) - same result SslType: SslMode.Tls (nor Auto), for Ssl - connection is droped at all (it also automatically changes EnableImplicitSsl to true). 451 5.7.3 STARTTLS is required to send mail @...

  • bysiu bysiu posted a comment on discussion Bug Report

    Hi, Maybe I'm doing something wrong ? I've got: host: smtp.office365.com port: 587 EnableImplicitSsl: true (nor false) - same result SslType: SslMode.Tls (nor Auto), for Ssl - connection is droped at all (it also automatically changes EnableImplicitSsl to true).

  • Anderson Anderson modified a comment on ticket #4

    Hello, I'm experiencing the same problem, my language is Brazilian Portuguese, and I've tested all the encods but none work for the subject, the body is ok, can someone help me? This library is perfect, it fulfills my need, but I would really need the subject spelled correctly. Thanks!

  • Anderson Anderson posted a comment on ticket #4

    Hello, I'm experiencing the same problem, my language is Brazilian Portuguese, and I've tested all the encods but none work for the subject, the body is ok, can someone help me? This library is perfect, it fulfills my need, but I would really need the subject spelled correctly. ThanksThanksThanksThanksThanksThanksThanksThanks

  • Fadil Fadil posted a comment on discussion General Discussion

    I found that this feature does not work. It adds the attachment as inline only and all mail servers reject this. var ms = new MemoryStream(<byte[]>); var attachment = new MimeAttachment(ms, <file name="">, new ContentType("application/pdf"), AttachmentLocation.Attachmed); mymessage.Attachments.Add(attachment);</file></byte[]>

  • Araz Farhang Dareshuri Araz Farhang Dareshuri posted a comment on ticket #4

    Please have a look at https://sourceforge.net/p/netimplicitssl/tickets/4/?page=1&limit=25#734b https://sourceforge.net/p/netimplicitssl/tickets/4/?page=1&limit=25#734b On 28 Feb 2020, at 4:27 AM, themistoklis sarigiorgis starmanf16v@users.sourceforge.net wrote: fixed it by dowloading your code at github and replacing the dll file at my project... [tickets:#4] https://sourceforge.net/p/netimplicitssl/tickets/4/ Encoding Status: accepted Milestone: 2.0 Labels: encoding unicode AIM Languedge Created:...

  • Araz Farhang Dareshuri Araz Farhang Dareshuri posted a comment on ticket #4

    Hi, 1.0.3.0 wouldn't support https://sourceforge.net/p/netimplicitssl/tickets/4/?page=1&limit=25#734b

  • themistoklis sarigiorgis themistoklis sarigiorgis posted a comment on ticket #4

    fixed it by dowloading your code at github and replacing the dll file at my project...

  • themistoklis sarigiorgis themistoklis sarigiorgis posted a comment on ticket #4

    Hello I'm using 1.0.3.0. I'm Greek. Subject encoding has problem. => ?? mailMessage.SubjectEncoding = Encoding.UTF8; mailMessage.Subject = "Θελω να μου βρείτε λύση"; // <= display text is "??" help me, please... Best Regards. Themis

  • Denis Denis posted a comment on ticket #4

    fix by Jon Bush - works perfectly!! https://sourceforge.net/p/netimplicitssl/tickets/4/?page=1&limit=25#734b

  • Valerio Valerio posted a comment on discussion General Discussion

    Hi, how can I add attachment as Stream?

  • Marek Celiński Marek Celiński created ticket #19

    Mime mailer is busy already, please try later

  • Fabio Consonni Fabio Consonni created ticket #18

    Send Date Time Wrong

  • Srikanth Anandateertha Srikanth Anandateertha posted a comment on ticket #15

    Sure, I would like to. I will check my code base, it's quite old and archived. I will get back to you in couple of days. Srikanth Anandateertha +91 9538614121 On Tue, 16 Apr 2019 at 10:23, Araz Farhang Dareshuri nilnull@users.sourceforge.net wrote: may I ask if you can help us with this ? [tickets:#15] https://sourceforge.net/p/netimplicitssl/tickets/15/ Need support for alternateviews* Status: open Milestone: 2.0 Labels: Alternateviews Inline images Created: Fri Feb 02, 2018 03:40 AM UTC by Srikanth...

  • Araz Farhang Dareshuri Araz Farhang Dareshuri posted a comment on ticket #15

    may I ask if you can help us with this ?

  • Araz Farhang Dareshuri Araz Farhang Dareshuri modified ticket #16

    Error when adding attachment

  • Araz Farhang Dareshuri Araz Farhang Dareshuri posted a comment on ticket #9

    check our github for mono version

  • Araz Farhang Dareshuri Araz Farhang Dareshuri modified ticket #9

    Add support for mono

  • Araz Farhang Dareshuri Araz Farhang Dareshuri modified ticket #17

    Email not send if attachment used

  • Araz Farhang Dareshuri Araz Farhang Dareshuri modified ticket #17

    Email not send if attachment used

  • Araz Farhang Dareshuri Araz Farhang Dareshuri merged merge request #8

    Fix: Adding an attachment results to error '554 Too long line was received.' from server.

  • Dmitry N Dmitry N posted a comment on merge request #8

    Proposed fix for Ticket #17 (Email not send if attachment used)

  • Dmitry N Dmitry N created merge request #8

    Fix: Adding an attachment results to error '554 Too long line was received.' from server.

  • Araz Farhang Dareshuri Araz Farhang Dareshuri posted a comment on ticket #17

    Great, would you be kind enough to do a pull request?

  • Dmitry N Dmitry N posted a comment on ticket #17

    Attachment is sent as a base64-encoded string and it looks like some email servers (hMailServer in my case) have limits for string length . So basically I just split one huge line to smaller parts.

  • Araz Farhang Dareshuri committed [2a6ffb]

    Added .gitignore

  • Araz Farhang Dareshuri Araz Farhang Dareshuri posted a comment on ticket #17

    May I ask if you have any explenation for this?

  • Dmitry N Dmitry N posted a comment on ticket #17

    Had the same issue, mail server reported: "554 Too long line was received" when I tried to add an attachment. Fixed it by adding "\r\n" to stream chunks in SmtpSocketClient.cs, at the end of SendAttachments() method: ... char[] bufln = new char[2] { '\r', '\n' }; while (num > 0) { _con.SendData(Encoding.ASCII.GetChars(fbuf, 0, num), 0, num); _con.SendData(bufln, 0, 2); // <-------- num = cs.Read(fbuf, 0, 2048); } ...

  • Giovanni De Rosa Giovanni De Rosa posted a comment on discussion General Discussion

    In my case, i get "250 2.1.0 OK" as response from SendMail(...), but no mail sended.

  • kevinpan kevinpan posted a comment on ticket #4

    Works great for Chinese! Thanks! Holp this project will move to github.

  • KIM KIM posted a comment on ticket #4

    Hello, my english is not so good. I'm using 1.0.3.0. I'm Korean. Subject and Sender Name encoding has problem. => ?? mailMessage.SubjectEncoding = Encoding.UTF8; mailMessage.Subject = "테스터"; // <= display text is "??" help me, please... Best Regards. KIM.

  • Rick Morayniss Rick Morayniss created ticket #17

    Email not send if attachment used

  • Rick Morayniss Rick Morayniss created ticket #16

    Error when adding attachment

  • Araz Farhang Dareshuri Araz Farhang Dareshuri modified a comment on merge request #5

    I have seen you had fix quite few more issues in your own fork. It would be greate if you can contribute those changes as well.

  • Araz Farhang Dareshuri Araz Farhang Dareshuri posted a comment on merge request #5

    this has a conflict with your previouse changes .

  • Araz Farhang Dareshuri committed [8ce465]

    Merge /u/cbello/netimplicitssl/ branch isBodyHtmlFix into master

  • Araz Farhang Dareshuri Araz Farhang Dareshuri merged merge request #6

    Fix ignored property IsBodyHtml

  • Araz Farhang Dareshuri Araz Farhang Dareshuri merged merge request #7

    Implemented Stream-based MimeAttachments

  • BrightSoul BrightSoul posted a comment on merge request #7

    Posting a screenshot. The attachment was created using a MemoryStream. Also, it contains a name with a space.

  • BrightSoul BrightSoul posted a comment on merge request #7

    Also fixed the NullReferenceException with the SubjectEncoding

  • BrightSoul BrightSoul created merge request #7

    Implemented Stream-based MimeAttachments

  • Jon Bush Jon Bush modified a comment on ticket #4

    Subject field has wrong encoding if you set next value - "Инвойс со складами №0-ИнвСкл-00000007 от 18.06.2018" If you download and compile sources the error will not go away. For me helped another solution. I use "Convert.ToBase64String" with one parameter instead of "TransferEncoder.ToBase64'" in GetEncodedSubject function. private string GetEncodedSubject() { if (MailMessage.SubjectEncoding.Equals(Encoding.ASCII)) { return MailMessage.Subject; } else { var encodingName = MailMessage.SubjectEncoding.BodyName.ToLower();...

  • Jon Bush Jon Bush posted a comment on ticket #4

    Subject field has wrong encoding if you set next value - "Инвойс со складами №0-ИнвСкл-00000007 от 18.06.2018" If you download and compile sources the error will not go away. For me helped another solution. I use "Convert.ToBase64String" with one parameter instead of "TransferEncoder.ToBase64'" in GetEncodedSubject function. private string GetEncodedSubject() { if (MailMessage.SubjectEncoding.Equals(Encoding.ASCII)) { return MailMessage.Subject; } else { var encodingName = MailMessage.SubjectEncoding.BodyName.ToLower();...

  • Erik Rocha Witkowski Erik Rocha Witkowski updated merge request #4

    attachment name

  • Carlos Bello Carlos Bello created merge request #6

    Fix ignored property IsBodyHtml

  • Carlos Bello Carlos Bello created merge request #5

    Fix NullReferenceException when SubjectEncoding is null

  • Araz Farhang Dareshuri Araz Farhang Dareshuri posted a comment on ticket #15

    Hi Great and thanks, would appriciate if you can help us. and provide us your changeset

  • Srikanth Anandateertha Srikanth Anandateertha posted a comment on ticket #15

    I think, I kind of fixed this. Let me know if any assistance is needed on this front.

  • Srikanth Anandateertha Srikanth Anandateertha posted a comment on ticket #15

    I mean bring this capaility: https://stackoverflow.com/a/11000938/5702399

  • Srikanth Anandateertha Srikanth Anandateertha created ticket #15

    Need support for alternateviews

  • Veena Veena modified a comment on ticket #12

    string textBody = " <table border=" + "1 solid black" + " cellpadding=" + 0 + " cellspacing=" + 0 + " width = " + 400 + "><tr bgcolor='#4da6ff'><td><b>Column 1</b></td> <td> <b> Column 2</b> </td></tr>"; for (int loopCount = 0; loopCount < dt1.Rows.Count; loopCount++) { textBody += "<tr><td>" + dt1.Rows[loopCount]["email"] + "</td><td> " + dt1.Rows[loopCount]["pending"] + "</td> </tr>"; } textBody += "</table>"; this is my mail body but its not working.It displaying html tags in mail

  • Veena Veena modified a comment on ticket #12

    string textBody = " <table border=" + "1 solid black" + " cellpadding=" + 0 + " cellspacing=" + 0 + " width = " + 400 + "><tr bgcolor='#4da6ff'><td><b>Column 1</b></td> <td> <b> Column 2</b> </td></tr>"; for (int loopCount = 0; loopCount < dt1.Rows.Count; loopCount++) { textBody += "<tr><td>" + dt1.Rows[loopCount]["email"] + "</td><td> " + dt1.Rows[loopCount]["pending"] + "</td> </tr>"; } textBody += "</table>"; this is my mail body but its not working.It displaying html tags in mial

  • Veena Veena modified a comment on ticket #12

    string textBody = " <table border=" + "1 solid black" + " cellpadding=" + 0 + " cellspacing=" + 0 + " width = " + 400 + "><tr bgcolor='#4da6ff'><td><b>Column 1</b></td> <td> <b> Column 2</b> </td></tr>"; for (int loopCount = 0; loopCount < dt1.Rows.Count; loopCount++) { textBody += "<tr><td>" + dt1.Rows[loopCount]["email"] + "</td><td> " + dt1.Rows[loopCount]["pending"] + "</td> </tr>"; } textBody += "</table>"; this is my mail body but its not working.It displaying html tags in mial

  • Veena Veena posted a comment on ticket #12

    string textBody = " "; for (int loopCount = 0; loopCount < dt1.Rows.Count; loopCount++) { textBody += ""; } textBody += "Column 1 Column 2 " + dt1.Rows[loopCount]["email"] + " " + dt1.Rows[loopCount]["pending"] + " "; this is my mail body but its not working.It displaying html tags in mial

  • Araz Farhang Dareshuri Araz Farhang Dareshuri posted a comment on ticket #12

    Hi, Unfortunately this one is not in the priority list. However, doing of it is not that complicated . You will only need to have to format body when the text is set . Please keep me updated if you do it. Thanks On 2 Jan 2018, at 8:57 PM, Veena veenahosur@users.sf.net wrote: We are using same thing.Is this problem resolved? if so how to do it [tickets:#12] https://sourceforge.net/p/netimplicitssl/tickets/12/ How to use custom formatted HTML body Status: open Milestone: 1.0 Created: Thu Oct 20, 2016...

  • Veena Veena posted a comment on ticket #12

    We are using same thing.Is this problem resolved? if so how to do it

  • Erik Rocha Witkowski Erik Rocha Witkowski posted a comment on merge request #4

    please accept this, solved important bug

  • Putu Kusmawan Putu Kusmawan posted a comment on ticket #4

    After downloading and compiling the sourcecode, I can confirm that encoding works well for Korean characters. Now, I am waiting for nuget package update. Thanks.

  • Mahadev B Mahadev B posted a comment on ticket #4

    I downloaded the code, compiled it and it works for me. I used Encoding.UTF8 for my problem. Thank you very much.

  • Bùi Văn Nhân Bùi Văn Nhân posted a comment on ticket #4

    I downloaded and compiled the code, since the latest code is still not available on Nuget. (help from @Erik Rocha Witkowski)

  • Mahadev B Mahadev B modified a comment on ticket #4

    @Bùi Văn Nhân I tried with given .dll and also with nuget package AIM -Version 1.0.3. But this also did not work for me. Can you please specify which encoding you have used and is there any other propery to be set ? I am trying to add superscript in subject,e.g. Test™, but it is showing "Test?"

  • Mahadev Bagmare Mahadev Bagmare posted a comment on ticket #4

    @Bùi Văn Nhân I tried with given .dll and also with nuget package AIM -Version 1.0.3. But this also did not work for me. Can you please specify which encoding you have used and is there any other propery to be set ?

  • Bùi Văn Nhân Bùi Văn Nhân posted a comment on ticket #4

    I was successful. Thank you very much.

  • Erik Rocha Witkowski Erik Rocha Witkowski posted a comment on ticket #4

    You need to download and compile the code, since the latest code still not avaliable on Nuget.

  • Bùi Văn Nhân Bùi Văn Nhân posted a comment on ticket #4

    i'm using last version (Install-Package AIM -Version 1.0.3) Result subject "tiếng việt" -> "ti?ng vi?t"

  • Araz Farhang Dareshuri Araz Farhang Dareshuri posted a comment on ticket #4

    Please try to check out our latest code, the subject encoding is believed to be implemented but yet to be tested. Please don't forget to inform us about the results

  • Bùi Văn Nhân Bùi Văn Nhân posted a comment on ticket #4

    Hi Araz Farhang Dareshuri, I'm using 1.0.3.0 mailMessage.SubjectEncoding = Encoding.UTF8;//(unicode for vietnamese) mailMessage.Subject = "tiếng việt"; There's any fix to this? Thank you.

  • Araz Farhang Dareshuri Araz Farhang Dareshuri posted a comment on merge request #3

    We wish to do so but need more features be solved and tested before a release.

  • Erik Rocha Witkowski Erik Rocha Witkowski posted a comment on merge request #3

    No problem! Do you have plans on updating nuget?

  • Erik Rocha Witkowski Erik Rocha Witkowski posted a comment on ticket #4

    I think my previous commit solves this matter

  • Araz Farhang Dareshuri Araz Farhang Dareshuri posted a comment on merge request #3

    Thanks

  • Erik Rocha Witkowski Erik Rocha Witkowski posted a comment on merge request #3

    enable subject encoding. Just merge SmtpSocketClient.cs file

  • Fabio Daniele Fabio Daniele modified a comment on discussion Feature Request

    Sorry, the title is wrong. Anyway, I think that adding support for .NET 4.5 async/await should be done to be able to write async controller actions that make use of AIM (with MVC 4 and above).

  • Fadil Fadil posted a comment on a wiki page

    I have set the BCC email list with address, however these addresses are visible in the email which is received? This shouldnt be the case, is there a setting for hiding a BCC list?

  • Leonard E. James Leonard E. James created ticket #14

    End of line characters, /r/n, in email body get converted to white space.

  • Anonymous posted a comment on discussion Feature Request

    Hi, I couldn't find a good sample code / example to send an email with an embedded...

  • Anonymous posted a comment on discussion Bug Report

    yep, I'm interested. Please Share. Thanks

  • Anonymous posted a comment on discussion Bug Report

    Having an issue whenever using a MimeMailAddress that contains an address and a name....

  • Anonymous posted a comment on discussion Bug Report

    Hello, Please see attached source files that address following AIM issues: Fix: MailMessage.IsBodyHtml...

  • Anonymous posted a comment on discussion Bug Report

    In your code, what kind of object is variable buf?

  • Anonymous posted a comment on discussion Bug Report

    I have the same problem with the date message, value sent is different than actu...

  • Anonymous posted a comment on discussion Bug Report

    I have the same problem with the date message, value sent is different than actu...

  • Anonymous posted a comment on discussion Bug Report

    Send emails contain only date in "Date" header DATE: Thursday, March 10, 2016 It...

  • Anonymous posted a comment on discussion Bug Report

    AegisImplicitMail.MimeMailMessage msg = new MimeMailMessage(); ... msg.IsBodyHtml...

  • Anonymous posted a comment on discussion Bug Report

    Same for me!

  • Anonymous posted a comment on discussion Bug Report

    When will a new release which solves this time issue be released?

  • Anonymous posted a comment on discussion Bug Report

    Hi there ! I'm trying to get it works with unity 5. For Info I'm working in .NET...

  • Anonymous posted a comment on discussion Bug Report

    i got same issue

  • Anonymous posted a comment on discussion Bug Report

    The problem was due to sending asyncronous and disposing before the message had been...

  • Anonymous posted a comment on discussion Bug Report

    I need to delete the attachment after sending it (a temporary PDF report) and I cannot...

  • Araz Farhang Dareshuri Araz Farhang Dareshuri posted a comment on discussion Bug Report

    applied

  • Araz Farhang Dareshuri Araz Farhang Dareshuri committed [2e97a5]

    Added display name

  • Araz Farhang Dareshuri Araz Farhang Dareshuri posted a comment on ticket #13

    Dear Naveen, I suspect that error has nothing todo with AIM. Its a generic c# error...

  • Naveen Kumar Papagari Naveen Kumar Papagari posted a comment on ticket #13

    Hello Araz .. Thanks for replying back .. Following are the details - Message : The...

  • Dénes Gál-Szász Dénes Gál-Szász posted a comment on discussion Bug Report

    I have commited my changes in my branch

  • Anonymous posted a comment on discussion Bug Report

    You can solved this issue?

  • Anonymous posted a comment on discussion Bug Report

    the same problem

  • Anonymous posted a comment on discussion Bug Report

    Got the same problem !

  • Araz Farhang Dareshuri Araz Farhang Dareshuri posted a comment on discussion Bug Report

    Thank you all for your support and choosing AIM, unfortunatly I could not fix this...

1 >
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.