U++ framework
Do not panic. Ask here before giving up.

Home » U++ Library support » U++ Library : Other (not classified elsewhere) » Smtp: compiling error in smtp.h
Smtp: compiling error in smtp.h [message #39964] Sat, 18 May 2013 14:34 Go to previous message
Alboni is currently offline  Alboni
Messages: 216
Registered: January 2012
Location: Kajaani, Finland
Experienced Member
	Smtp&      AddHeader(const String& text)                      { add_header << text << "\r\n"; }
	Smtp&      AddHeader(const char *id, const String& txt)       { add_header << id << ": " << txt << "\r\n"; }

should be:

	Smtp&      AddHeader(const String& text)                      { add_header << text << "\r\n"; return *this; }
	Smtp&      AddHeader(const char *id, const String& txt)       { add_header << id << ": " << txt << "\r\n"; return *this; }


(version 5485)
 
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: [FIXED] Memory leak in FreeType.
Next Topic: [FIXED] FC_WEIGHT is too big.
Goto Forum:
  


Current Time: Wed Jul 22 17:59:03 GMT+2 2026

Total time taken to generate the page: 0.00482 seconds