Custom Query (3917 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (337 - 339 of 3917)

Ticket Resolution Summary Owner Reporter
#605 No Bug _InetSmtpMail sets wrong Date sbolz@…
Description

I use _InetSmtpMail to send E-Mail over Notes 5.0.12 SMTP Server. Problem: The received Properties of the Mail is "from SAS13250 ([166.69.5.35]) by itsaspf.pgo.saspf.local (Lotus Domino Release 5.0.12) with SMTP id 2008100813222775:105 ; Wed, 8 Oct 2008 13:22:27 +0200"

The posted Date Properties is 08.10.2008 13:22:26 GMT

As result, the sending date time in Notes Client is shown as 08.10.2008 15:22

Solving: I replaced $bias in the array $s_Send [4] in function _InetSmtpMail by " CEST" if it is summertime, otherwise " CET". As result the time is correct shown. As result the time stamp of the mail is shown correct: The received Properties: "from SAS13250 ([166.69.5.35]) by itsaspf.pgo.saspf.local (Lotus Domino Release 5.0.12) with SMTP id 2008100813285874:106 ; Wed, 8 Oct 2008 13:28:58 +0200" The PostedDate Properties: 08.10.2008 13:28:58 CEDT Sending Date / Time in Notes Client: 08.10.2008 13:28

The problem occured on Windows XP Client SP2, MS Patches 09/2008 and Windows Server 2003 SP1 engl. MS Patches 09/2008 and Windows Server 2003 SP2 german MS Patches 09/2008.

#606 Works For Me Return value error in _GUICtrlListView_GetSelectedIndices jlundqui
Description

When the index of the selected listview item is 0, the string version of the return value is empty and the array version of the return value is single-element array with the first element indicating 0 indices selected.

#609 Rejected @FunctionName, VarGetName() Viring
Description

I don't have knowledge of the internal workings of AutoIt or how Functions, and Variables are kept in memory. So I won't expect this to be even considered, and I will keep this short.

@FunctionName: will return the current name of the function in use. VarGetName() will return the current name of an said variable

Thanks for your wasted time.

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