Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test #33

Open
wants to merge 3 commits into
base: develop
Choose a base branch
from
Open

test #33

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions .classpath
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry excluding="bin/|deprecated/|javadoc/" kind="src" path=""/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
<classpathentry kind="output" path=""/>
</classpath>
17 changes: 17 additions & 0 deletions .project
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>java-libpst</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>org.eclipse.jdt.core.javabuilder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.jdt.core.javanature</nature>
</natures>
</projectDescription>
3 changes: 3 additions & 0 deletions PropertyNames.txt
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@
3FDE=PidTagInternetCodepage
3FF1=PidTagMessageLocaleId
3FFD=PidTagMessageCodepage
3ff9=PidTagCreatorName
4019=PidTagSenderFlags
401A=PidTagSentRepresentingFlags
401B=PidTagReceivedByFlags
Expand Down Expand Up @@ -170,6 +171,8 @@
7FFD=PidTagAttachmentFlags
7FFE=PidTagAttachmentHidden
7FFF=PidTagAttachmentContactPhoto
3FFA=PidTagLastModifiedName_W
3FFB=PidTagLastModifierEntryId
00000001=PidLidAttendeeCriticalChange
00000002=PidLidWhere
00000003=PidLidGlobalObjectId
Expand Down
127 changes: 0 additions & 127 deletions com/pff/LZFu.java

This file was deleted.

Loading