Robert Hafner
b7c53f620e
Merge pull request #10 from sgrodzicki/master
...
Fixed PHPDoc & PSR Coding Standards
2012-11-08 09:46:14 -08:00
Sebastian Grodzicki
755d50a064
Fixed PHPDoc & PSR Coding Standards
2012-11-08 11:01:04 +01:00
Robert Hafner
baaae55c0c
Merge pull request #3 from Wiakowe/message-move
...
Added method Message::moveToMailbox()
2012-10-04 10:16:27 -07:00
Robert Hafner
17b57c53ec
Merge pull request #6 from Wiakowe/create-mailbox-method
...
Added methods for checking if a mailbox exists and to create a mailbox.
2012-10-04 10:16:05 -07:00
Robert Hafner
7484ff1897
Merge pull request #4 from Wiakowe/server-information-methods
...
Extra server information methods
2012-10-04 10:14:22 -07:00
Robert Hafner
127a0a2983
Merge pull request #9 from sherblot/master
...
Fix imap_reopen 'mailbox not found' error
2012-10-04 10:12:53 -07:00
sebh
8f96aef73c
Fix imap_reopen 'mailbox not found' error
...
When this method was called and tried to reopen the imap connection, an
error was thrown because the second argument must be the complete
mailbox path and not only mailbox name
(http://lu.php.net/manual/fr/function.imap-reopen.php ).
2012-10-04 12:04:34 +02:00
Robert Hafner
3f5cd124e3
Merge pull request #7 from Wiakowe/updated-readme
...
Added more information to the README.md file.
2012-09-18 11:53:00 -07:00
Roger Llopart Pla
5293e0e986
Added more information to the README.md file.
2012-09-18 13:22:21 +02:00
Roger Llopart Pla
ebeacf6edf
Added methods for checking if a mailbox exists and to create a mailbox.
2012-09-18 12:58:41 +02:00
Roger Llopart Pla
70f414cf3f
Removed a test file which shouldn't have been staged.
2012-09-18 12:43:59 +02:00
Roger Llopart Pla
f114f49803
Added the method Message::moveToMailbox() in order to be able to move a message to the given mailbox.
2012-09-18 12:31:30 +02:00
Roger Llopart Pla
35e80edaf3
Added a method to get the current mailbox and modified the visibility of getServerString to be able to get more information about the server.
2012-09-18 12:25:55 +02:00
Robert Hafner
a3d6c80df1
Merge pull request #2 from Wiakowe/master
...
Class fixes
2012-09-10 09:24:21 -07:00
Roger Llopart Pla
812e4eb048
Minor fixes for the Fetch Server and Message for the classes to work.
2012-09-10 12:54:55 +02:00
Robert Hafner
c83a6e3b16
Update master
2012-06-11 19:49:24 -07:00
Robert Hafner
326142464f
Corrected a comment on the bootstrap class in the test suite.
2012-06-11 00:39:12 -07:00
Robert Hafner
22eaf7238b
Added testing structure and bootstrap class.
2012-06-11 00:06:19 -07:00
Robert Hafner
4eaec14f17
Changed class name to "Server" from "Imap"
2012-06-10 22:02:51 -07:00
Robert Hafner
e78fe27527
Updated class names to reflect new namespacing, and removed custom exceptions for built in ones.
2012-06-10 18:38:48 -07:00
Robert Hafner
1e8059d5bd
Updated the readme file to describe Fetch's current state.
2012-06-10 18:15:33 -07:00
Robert Hafner
399a7857be
Added gitignore.
2012-06-10 18:04:00 -07:00
Robert Hafner
e7d77468ad
Migrated source code out of original project
...
This code used to sit in the Mortar project as part of it's library.
This moves the code out of that library and into it's own dedicated
spot.
At this point it has just been moved- it does not necessarily work yet,
as it needs a few more changes to match the new class names and
namespacing.
2012-06-10 18:03:45 -07:00
Robert Hafner
96debdd9b9
Added composer file describing the project
2012-06-10 17:55:12 -07:00
Robert Hafner
d175e52ac1
Added generic/default autoloader
2012-06-10 17:54:57 -07:00
Robert Hafner
f1ece096d7
Added License
2012-06-10 17:54:41 -07:00
Robert Hafner
4c357899b9
Initial commit
2012-06-10 14:57:02 -07:00