Skip to content

Commit

Permalink
fixed some email form text positions, fixed sending email
Browse files Browse the repository at this point in the history
  • Loading branch information
erfg12 committed Jul 20, 2024
1 parent 46c1763 commit 04b9c81
Show file tree
Hide file tree
Showing 4 changed files with 360 additions and 309 deletions.
2 changes: 1 addition & 1 deletion aol_4/Classes/chat.cs
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ public static void chatOutputCallback(object source, IrcReceivedEventArgs args)

if (frm.Tag.ToString() == newPM)
foundFrm = true;
}
}

if (!foundFrm)
{
Expand Down
2 changes: 1 addition & 1 deletion aol_4/Classes/email.cs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ class email
public static ConcurrentDictionary<string, string> emailsSent = new ConcurrentDictionary<string, string>();
public static string reply = "";
public static bool youGotMail = false;
private static string host = "ns65v.stableserver.net";
private static string host = "s3122.usc1.stableserver.net";
private static int imapPort = 993;
private static int smtpPort = 465;

Expand Down
Loading

0 comments on commit 04b9c81

Please sign in to comment.