Custom Query (3931 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (247 - 249 of 3931)

Ticket Resolution Summary Owner Reporter
#159 Completed Add a Date: header in _inetsmtpmail Jpm grand-pa@…
Description

E-mails sent with _inetsmtpmail do not include a Date: header line. So a mail client like Thunderbird "dates" those e-mails to 01/01/1970.

I've modified the function in Inet.au3 this way :

"Mime-Version: 1.0" & @CRLF & _
"Date: " & _DateDayOfWeek(@WDAY, 1) & ", " & @MDAY & " " & _DateToMonth(@MON, 1) & " " & @YEAR & " " & @HOUR & ":" & @MIN & ":" & @SEC & @CRLF & _
"Content-Type: text/plain; charset=US-ASCII" & @CRLF & _

(I've only added the line begining with "Date: )

Ideally, the timezone (eg. +0600) should be added after the time.

#1612 Rejected Add a FileDeleteLine function. raythorne2005@…
Description

There is a FileWriteLine and FileReadLine, but not a FileDeleteLine.

The only way I know to delete a line is to use arrays, and frankly, it doesn't work too well with my bot... Can you please make this function in the next beta? Thanks alot!

P.S. FileDeleteLine isn't the same as FileWiriteLine and putting a space, I want to delete the WHOLE line. And you should be able to specify which line to delete, of course.

#307 Completed Add a link to Trac GEOSoft
Description

Is it difficult to add a link from Trac back to the main forum? That would be much easier than using the browser history (back) or even Backspace.

Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.