Skip to content

Commit

Permalink
Baseline files
Browse files Browse the repository at this point in the history
  • Loading branch information
unknown committed Feb 29, 2012
0 parents commit 21680a3
Show file tree
Hide file tree
Showing 137 changed files with 34,152 additions and 0 deletions.
30 changes: 30 additions & 0 deletions .gitignore
@@ -0,0 +1,30 @@
#ignore thumbnails created by windows
Thumbs.db
#Ignore files build by Visual Studio
*.obj
*.exe
*.pdb
*.user
*.aps
*.pch
*.vspscc
*.vsmdi
*.testsettings
*_i.c
*_p.c
*.ncb
*.suo
*.tlb
*.tlh
*.bak
*.cache
*.ilk
*.log
[Bb]in
[Dd]ebug*/
*.lib
*.sbr
obj/
[Rr]elease*/
_ReSharper*/
[Tt]est[Rr]esult*
Binary file added Binaries/OpenSource/CustomFormat.dll
Binary file not shown.
Binary file added Binaries/OpenSource/ImapX_1.2.0.1/ImapX.dll
Binary file not shown.
67 changes: 67 additions & 0 deletions Binaries/OpenSource/ImapX_1.2.0.1/imap search commands.txt
@@ -0,0 +1,67 @@
ALL All messages in the mailbox; the default initial key for ANDing.

ANSWERED Messages with the \Answered flag set.

BCC <string> Messages that contain the specified string in the envelope structure's BCC field.

BEFORE <date> Messages whose internal date (disregarding time and timezone) is earlier than the specified date.

BODY <string> Messages that contain the specified string in the body of the message.

CC <string> Messages that contain the specified string in the envelope structure's CC field.

DELETED Messages with the \Deleted flag set.

DRAFT Messages with the \Draft flag set.

FLAGGED Messages with the \Flagged flag set.

FROM <string> Messages that contain the specified string in the envelope structure's FROM field.

KEYWORD <flag> Messages with the specified keyword flag set.

LARGER <n> Messages with an [RFC-2822] size larger than the specified number of octets.

NEW Messages that have the \Recent flag set but not the \Seen flag. This is functionally equivalent to "(RECENT UNSEEN)".

NOT <search-key> Messages that do not match the specified search key.

OLD Messages that do not have the \Recent flag set. This is functionally equivalent to "NOT RECENT" (as opposed to "NOT NEW").

ON <date> Messages whose internal date (disregarding time and timezone) is within the specified date.

OR <search-key1> <search-key2> Messages that match either search key. RECENT Messages that have the \Recent flag set.

SEEN Messages that have the \Seen flag set.

SENTBEFORE <date> Messages whose [RFC-2822] Date: header (disregarding time and timezone) is earlier than the specified date.

SENTON <date> Messages whose [RFC-2822] Date: header (disregarding time and timezone) is within the specified date.

SENTSINCE <date> Messages whose [RFC-2822] Date: header (disregarding time and timezone) is within or later than the specified date.

SINCE <date> Messages whose internal date (disregarding time and timezone) is within or later than the specified date.

SMALLER <n> Messages with an [RFC-2822] size smaller than the specified number of octets.

SUBJECT <string> Messages that contain the specified string in the envelope structure's SUBJECT field. T

EXT <string> Messages that contain the specified string in the header or body of the message.

TO <string> Messages that contain the specified string in the envelope structure's TO field.

UID <sequence set> Messages with unique identifiers corresponding to the specified unique identifier set. Sequence set ranges are permitted.

UNANSWERED Messages that do not have the \Answered flag set. UNDELETED Messages that do not have the \Deleted flag set.

UNDRAFT Messages that do not have the \Draft flag set.

UNFLAGGED Messages that do not have the \Flagged flag set.

UNKEYWORD <flag> Messages that do not have the specified keyword flag set.

UNSEEN Messages that do not have the \Seen flag set.

HEADER <field-name> <string> Messages that have a header with the specified field-name (as defined in [RFC-2822]) and that contains the specified string in the text of the header (what comes after the colon). If the string to search is zero-length, this matches all messages that have a header line with the specified field-name regardless of the contents.

R
20 changes: 20 additions & 0 deletions Binaries/OpenSource/ImapX_1.2.0.1/license.txt
@@ -0,0 +1,20 @@
Copyright � 2010 by HelloWebApps.com, LLC <say@hellowebapps.com>. All rights reserved.

Redistribution and use in binary form, with or without
modification, are permitted provided that the following conditions
are met:
1. Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in the
documentation and/or other materials provided with the distribution.

THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
SUCH DAMAGE.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
60 changes: 60 additions & 0 deletions Mercury.Console/Mercury.Console/App.Config
@@ -0,0 +1,60 @@
<?xml version="1.0"?>
<configuration>
<configSections>
<section name="openaccess" type="Telerik.OpenAccess.Config.ConfigSectionHandler, Telerik.OpenAccess.Config, Version=1.0.0.0, Culture=neutral, PublicKeyToken=7ce17eeaf1d59342" requirePermission="false" />
</configSections>
<appSettings>
<add key="emailServer" value="imap.gmail.com"/>
<add key="emailPort" value="993" />
<add key="emailUsername" value="teamthing" />
<add key="emailPassword" value="t3@mthing" />
<add key="testMode" value="true"/>
</appSettings>
<connectionStrings>
<add name="MercuryDb" connectionString="data source=(local)\SQLEXPRESS;initial catalog=TeamThingDb;integrated security=True" providerName="System.Data.SqlClient" />
</connectionStrings>
<system.diagnostics>
<trace>
<listeners>
<add name="EventLog"
type="System.Diagnostics.EventLogTraceListener"
initializeData="TeamThing"/>
<add name="LogFile"
type="System.Diagnostics.TextWriterTraceListener"
initializeData="C:\temp\MercuryConsole.log" />
</listeners>
</trace>
<sources>
<source name="DefaultSource" />
<source name="EventLog" />
<source name="LogFile" />
</sources>
</system.diagnostics>
<system.net>
<mailSettings>
<smtp from="teamthing@gmail.com">
<network enableSsl="true" host="smtp.gmail.com" port="25" password="t3@mthing" userName="teamthing@gmail.com" />
</smtp>
</mailSettings>
</system.net>
<openaccess xmlns="http://www.telerik.com/OpenAccess">
<references>
<reference assemblyname="Mercury.Model" configrequired="True" />
<reference assemblyname="Mercury.Data" configrequired="True" />
</references>
<connections>
<connection id="MercuryDb">
<connectionString>Data Source=(local)\SQLEXPRESS;Initial Catalog=TeamThingDb;Integrated Security=True</connectionString>
<backendconfigurationname>mssqlConfiguration</backendconfigurationname>
</connection>
</connections>
<backendconfigurations>
<backendconfiguration id="mssqlConfiguration" backend="mssql">
<mappingname>mssqlMapping</mappingname>
</backendconfiguration>
</backendconfigurations>
<mappings current="mssqlMapping">
<mapping id="mssqlMapping" />
</mappings>
</openaccess>
</configuration>

0 comments on commit 21680a3

Please sign in to comment.